Skip to content

Commit 28100cb

Browse files
committed
just notes.
1 parent 78b2d4f commit 28100cb

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,24 +184,28 @@ Insert these dependencies into your POM depending on what you need.
184184
<dependency>
185185
<groupId>org.opensextant</groupId>
186186
<artifactId>opensextant-xponents-core</artifactId>
187-
<version>3.6.6</version>
187+
<version>3.7.0</version>
188188
</dependency>
189189
190190
<!-- Xponents SDK API -->
191191
<dependency>
192192
<groupId>org.opensextant</groupId>
193193
<artifactId>opensextant-xponents</artifactId>
194-
<version>3.6.6</version>
194+
<version>3.7.0</version>
195195
</dependency>
196196
```
197197

198198
For reference: [OpenSextant Xponents on Maven](https://search.maven.org/search?q=a:opensextant-xponents). For that matter, the only relevant artifacts in our `org.opensextant` group are:
199199

200+
* `opensextant-xponents-core 3.7.*` - This Core API
201+
* `opensextant-xponents 3.7.*` - This Solr-based tagger SDK
202+
* `opensextant-xponents-xtext 3.6.*` - XText, the text extraction toolkit
203+
204+
These libraries have been folded into Xponents Core library for long term Java sustainment; They
205+
are rooted under `org.opensextant.`
206+
200207
* `geodesy 2.0.1` - Geodetic operations and coordinate system calculations
201208
* `giscore 2.0.2` - GIS I/O
202-
* `opensextant-xponents-core 3.6.*` - This Core API
203-
* `opensextant-xponents 3.6.*` - This Solr-based tagger SDK
204-
* `opensextant-xponents-xtext 3.6.*` - XText, the text extraction toolkit
205209

206210

207211

RELEASE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ RELEASES
33

44
# 2024
55

6+
**Xponents 3.7**
7+
* **Core API**: Convergence
8+
* Geodesy and GISCore geodetic libraries are now merged into the main Xponents Core
9+
* Tests and some data for G/G modules are copied over... however the primary test data remains in their respective
10+
repos `geodesy` and `giscore`.
11+
* Substantial JavaLint and security fixes were made to these 10 yr old libraries. Also dependencies such as FindBugs
12+
were replaced.
13+
14+
615
**Xponents 3.6.7**: Springy
716
* **Core API**
817
* Building up `TextInput` class to carry better metrics to enable filters and language-specific tuning.

0 commit comments

Comments
 (0)