Skip to content

Commit

Permalink
new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Baumhekel authored and Sebastian Baumhekel committed Aug 16, 2024
1 parent f902444 commit 40863cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ There is a Maven artifact in the official Maven repository, so just add this to
<dependency>
<groupId>io.github.sebasbaumh</groupId>
<artifactId>postgis-java-ng</artifactId>
<version>24.1.0</version>
<version>24.1.1</version>
</dependency>
```

The version reflects the year of the release, e.g. `24.1.0` is a version released in 2024.
The version reflects the year of the release, e.g. `24.1.1` is a version released in 2024.

The API differs a bit from [postgis-java](https://github.com/postgis/postgis-java) with the main point being a different namespace (`io.github.sebasbaumh.postgis`) as publishing a project to Maven Central requires to own that namespace.
In addition the class structure is a bit different (see below) to support arc geometries and reduce boilerplate code, but you should be able to adapt to it easily.
Expand Down

0 comments on commit 40863cb

Please sign in to comment.