Skip to content

Commit

Permalink
Update user guide maven repo information
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Aug 26, 2024
1 parent dc7078b commit b78fe01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Our [build server](https://ci.eclipse.org/jts/) publishes to the LocationTech Ma
<repositories>
<repository>
<id>locationtech-releases</id>
<url>https://repo.eclipse.org/content/groups/releases</url>
<url>https://repo.eclipse.org/content/repositories/jts</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -66,7 +66,7 @@ The latest snapshot builds are now avaialble:

```xml
<properties>
<jts.version>1.17.0-SNAPSHOT</jts.version>
<jts.version>1.20.0-SNAPSHOT</jts.version>
</properties>
<dependency>
<groupId>org.locationtech.jts</groupId>
Expand Down

0 comments on commit b78fe01

Please sign in to comment.