diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 2dbf23033a..ba82456142 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -2,7 +2,7 @@
4.0.0
org.locationtech.jts
build-tools
- 1.20.0-SNAPSHOT
+ 1.20.0
JTS Topology Suite Build Configuration
diff --git a/modules/app/pom.xml b/modules/app/pom.xml
index bea8faf0a9..e25145a9e9 100644
--- a/modules/app/pom.xml
+++ b/modules/app/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.jts
jts-modules
- 1.20.0-SNAPSHOT
+ 1.20.0
jts-app
${project.groupId}:${project.artifactId}
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index a174d08ec1..4b5a72589b 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.jts
jts-modules
- 1.20.0-SNAPSHOT
+ 1.20.0
jts-core
${project.groupId}:${project.artifactId}
diff --git a/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java b/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java
index 170b15d03e..45da12823f 100644
--- a/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java
+++ b/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java
@@ -46,7 +46,7 @@ public class JTSVersion {
/**
* An optional string providing further release info (such as "alpha 1");
*/
- private static final String RELEASE_INFO = "SNAPSHOT";
+ private static final String RELEASE_INFO = "";
/**
* Prints the current JTS version to stdout.
diff --git a/modules/example/pom.xml b/modules/example/pom.xml
index cc4eadfe24..5dede0e79f 100644
--- a/modules/example/pom.xml
+++ b/modules/example/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.jts
jts-modules
- 1.20.0-SNAPSHOT
+ 1.20.0
jts-example
${project.groupId}:${project.artifactId}
diff --git a/modules/io/common/pom.xml b/modules/io/common/pom.xml
index 7b2154cf5f..5ea29f37e7 100644
--- a/modules/io/common/pom.xml
+++ b/modules/io/common/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.jts
jts-io
- 1.20.0-SNAPSHOT
+ 1.20.0
org.locationtech.jts.io
jts-io-common
diff --git a/modules/io/ora/pom.xml b/modules/io/ora/pom.xml
index 9d7ef909e4..0c92dd48c7 100644
--- a/modules/io/ora/pom.xml
+++ b/modules/io/ora/pom.xml
@@ -4,7 +4,7 @@
org.locationtech.jts
jts-io
- 1.20.0-SNAPSHOT
+ 1.20.0
org.locationtech.jts.io
jts-io-ora
diff --git a/modules/io/pom.xml b/modules/io/pom.xml
index 337127fe15..7b6cbb13ec 100644
--- a/modules/io/pom.xml
+++ b/modules/io/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.jts
jts-modules
- 1.20.0-SNAPSHOT
+ 1.20.0
jts-io
${project.groupId}:${project.artifactId}
diff --git a/modules/lab/pom.xml b/modules/lab/pom.xml
index 6b44fd95c4..e5d1ae11ec 100644
--- a/modules/lab/pom.xml
+++ b/modules/lab/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.jts
jts-modules
- 1.20.0-SNAPSHOT
+ 1.20.0
jts-lab
${project.groupId}:${project.artifactId}
diff --git a/modules/pom.xml b/modules/pom.xml
index d02e81a457..4a948e776f 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.jts
jts
- 1.20.0-SNAPSHOT
+ 1.20.0
jts-modules
${project.groupId}:${project.artifactId}
diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml
index 03b41f2940..15a33b70d5 100644
--- a/modules/tests/pom.xml
+++ b/modules/tests/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.jts
jts-modules
- 1.20.0-SNAPSHOT
+ 1.20.0
jts-tests
${project.groupId}:${project.artifactId}
diff --git a/pom.xml b/pom.xml
index 7b91f97e3c..7589896f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.locationtech.jts
jts
- 1.20.0-SNAPSHOT
+ 1.20.0
pom
JTS Topology Suite