Skip to content

Commit

Permalink
JTS Update from v1.16.0 to v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipross committed Mar 4, 2020
1 parent a27fe90 commit f559fff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions jdbc_jtsparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<description>Parser between JTS and PostGIS geometry formats.</description>

<properties>
<!-- Dependency versions -->
<dependency.jts-version.version>1.16.1</dependency.jts-version.version>

<testWithDatabase>false</testWithDatabase>
<jdbcDriverClassName>org.postgresql.Driver</jdbcDriverClassName>
<jdbcUrl>jdbc:postgres_jts://localhost:5432/postgis1</jdbcUrl>
Expand All @@ -32,13 +35,13 @@
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts</artifactId>
<version>1.16.0</version>
<version>${dependency.jts-version.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>1.16.0</version>
<version>${dependency.jts-version.version}</version>
</dependency>
<dependency>
<groupId>org.locationtech.spatial4j</groupId>
Expand Down

0 comments on commit f559fff

Please sign in to comment.