Skip to content

Commit

Permalink
just notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaldino committed Mar 6, 2024
1 parent 78b2d4f commit 28100cb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,24 +184,28 @@ Insert these dependencies into your POM depending on what you need.
<dependency>
<groupId>org.opensextant</groupId>
<artifactId>opensextant-xponents-core</artifactId>
<version>3.6.6</version>
<version>3.7.0</version>
</dependency>
<!-- Xponents SDK API -->
<dependency>
<groupId>org.opensextant</groupId>
<artifactId>opensextant-xponents</artifactId>
<version>3.6.6</version>
<version>3.7.0</version>
</dependency>
```

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:

* `opensextant-xponents-core 3.7.*` - This Core API
* `opensextant-xponents 3.7.*` - This Solr-based tagger SDK
* `opensextant-xponents-xtext 3.6.*` - XText, the text extraction toolkit

These libraries have been folded into Xponents Core library for long term Java sustainment; They
are rooted under `org.opensextant.`

* `geodesy 2.0.1` - Geodetic operations and coordinate system calculations
* `giscore 2.0.2` - GIS I/O
* `opensextant-xponents-core 3.6.*` - This Core API
* `opensextant-xponents 3.6.*` - This Solr-based tagger SDK
* `opensextant-xponents-xtext 3.6.*` - XText, the text extraction toolkit



Expand Down
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ RELEASES

# 2024

**Xponents 3.7**
* **Core API**: Convergence
* Geodesy and GISCore geodetic libraries are now merged into the main Xponents Core
* Tests and some data for G/G modules are copied over... however the primary test data remains in their respective
repos `geodesy` and `giscore`.
* Substantial JavaLint and security fixes were made to these 10 yr old libraries. Also dependencies such as FindBugs
were replaced.


**Xponents 3.6.7**: Springy
* **Core API**
* Building up `TextInput` class to carry better metrics to enable filters and language-specific tuning.
Expand Down

0 comments on commit 28100cb

Please sign in to comment.