Skip to content

Commit 6e95fe8

Browse files
committed
Release version 1.20.0
1 parent f37193a commit 6e95fe8

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.locationtech.jts</groupId>
44
<artifactId>build-tools</artifactId>
5-
<version>1.20.0-SNAPSHOT</version>
5+
<version>1.20.0</version>
66
<name>JTS Topology Suite Build Configuration</name>
77

88
<build>

modules/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.locationtech.jts</groupId>
55
<artifactId>jts-modules</artifactId>
6-
<version>1.20.0-SNAPSHOT</version>
6+
<version>1.20.0</version>
77
</parent>
88
<artifactId>jts-app</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

modules/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.locationtech.jts</groupId>
55
<artifactId>jts-modules</artifactId>
6-
<version>1.20.0-SNAPSHOT</version>
6+
<version>1.20.0</version>
77
</parent>
88
<artifactId>jts-core</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

modules/core/src/main/java/org/locationtech/jts/JTSVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class JTSVersion {
4646
/**
4747
* An optional string providing further release info (such as "alpha 1");
4848
*/
49-
private static final String RELEASE_INFO = "SNAPSHOT";
49+
private static final String RELEASE_INFO = "";
5050

5151
/**
5252
* Prints the current JTS version to stdout.

modules/example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.locationtech.jts</groupId>
55
<artifactId>jts-modules</artifactId>
6-
<version>1.20.0-SNAPSHOT</version>
6+
<version>1.20.0</version>
77
</parent>
88
<artifactId>jts-example</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

modules/io/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.locationtech.jts</groupId>
55
<artifactId>jts-io</artifactId>
6-
<version>1.20.0-SNAPSHOT</version>
6+
<version>1.20.0</version>
77
</parent>
88
<groupId>org.locationtech.jts.io</groupId>
99
<artifactId>jts-io-common</artifactId>

modules/io/ora/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.locationtech.jts</groupId>
66
<artifactId>jts-io</artifactId>
7-
<version>1.20.0-SNAPSHOT</version>
7+
<version>1.20.0</version>
88
</parent>
99
<groupId>org.locationtech.jts.io</groupId>
1010
<artifactId>jts-io-ora</artifactId>

modules/io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.locationtech.jts</groupId>
55
<artifactId>jts-modules</artifactId>
6-
<version>1.20.0-SNAPSHOT</version>
6+
<version>1.20.0</version>
77
</parent>
88
<artifactId>jts-io</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

modules/lab/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.locationtech.jts</groupId>
55
<artifactId>jts-modules</artifactId>
6-
<version>1.20.0-SNAPSHOT</version>
6+
<version>1.20.0</version>
77
</parent>
88
<artifactId>jts-lab</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.locationtech.jts</groupId>
55
<artifactId>jts</artifactId>
6-
<version>1.20.0-SNAPSHOT</version>
6+
<version>1.20.0</version>
77
</parent>
88
<artifactId>jts-modules</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)