From 80d1bb3517950e926c3848b2ee39d13fae53d694 Mon Sep 17 00:00:00 2001 From: Jody Garnett Date: Tue, 30 Jun 2020 10:22:57 -0700 Subject: [PATCH] Change master to 1.17.0-SNAPSHOT Signed-off-by: Jody Garnett --- modules/app/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/core/src/main/java/org/locationtech/jts/JTSVersion.java | 2 +- modules/example/pom.xml | 2 +- modules/io/common/pom.xml | 2 +- modules/io/ora/pom.xml | 2 +- modules/io/pom.xml | 2 +- modules/io/sde/pom.xml | 2 +- modules/lab/pom.xml | 2 +- modules/pom.xml | 2 +- modules/tests/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/app/pom.xml b/modules/app/pom.xml index f17e51bc04..348b10cca6 100644 --- a/modules/app/pom.xml +++ b/modules/app/pom.xml @@ -3,7 +3,7 @@ org.locationtech.jts jts-modules - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT jts-app ${project.groupId}:${project.artifactId} diff --git a/modules/core/pom.xml b/modules/core/pom.xml index ce6dfec515..2a2babf21d 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -3,7 +3,7 @@ org.locationtech.jts jts-modules - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT 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 45ac5102d5..bab29ed7a0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java +++ b/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java @@ -36,7 +36,7 @@ public class JTSVersion { /** * The minor version number. */ - public static final int MINOR = 17; + public static final int MINOR = 18; /** * The patch version number. diff --git a/modules/example/pom.xml b/modules/example/pom.xml index a3978a40f7..2e07b267f4 100644 --- a/modules/example/pom.xml +++ b/modules/example/pom.xml @@ -3,7 +3,7 @@ org.locationtech.jts jts-modules - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT jts-example ${project.groupId}:${project.artifactId} diff --git a/modules/io/common/pom.xml b/modules/io/common/pom.xml index 868b58a356..f5e49a8f98 100644 --- a/modules/io/common/pom.xml +++ b/modules/io/common/pom.xml @@ -3,7 +3,7 @@ org.locationtech.jts jts-io - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT org.locationtech.jts.io jts-io-common diff --git a/modules/io/ora/pom.xml b/modules/io/ora/pom.xml index 5ab87c0b72..1b19c18181 100644 --- a/modules/io/ora/pom.xml +++ b/modules/io/ora/pom.xml @@ -4,7 +4,7 @@ org.locationtech.jts jts-io - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT org.locationtech.jts.io jts-io-ora diff --git a/modules/io/pom.xml b/modules/io/pom.xml index 9e85e33a6e..2a5e3deece 100644 --- a/modules/io/pom.xml +++ b/modules/io/pom.xml @@ -3,7 +3,7 @@ org.locationtech.jts jts-modules - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT jts-io ${project.groupId}:${project.artifactId} diff --git a/modules/io/sde/pom.xml b/modules/io/sde/pom.xml index 4fb297b31c..fae9646669 100644 --- a/modules/io/sde/pom.xml +++ b/modules/io/sde/pom.xml @@ -4,7 +4,7 @@ org.locationtech.jts jts-io - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT org.locationtech.jts.io jts-io-sde diff --git a/modules/lab/pom.xml b/modules/lab/pom.xml index 85c00f9775..9a0de3de76 100644 --- a/modules/lab/pom.xml +++ b/modules/lab/pom.xml @@ -3,7 +3,7 @@ org.locationtech.jts jts-modules - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT jts-lab ${project.groupId}:${project.artifactId} diff --git a/modules/pom.xml b/modules/pom.xml index c57e42a726..17788e92b9 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -3,7 +3,7 @@ org.locationtech.jts jts - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT jts-modules ${project.groupId}:${project.artifactId} diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml index ccd5bbf27b..13c7cb6973 100644 --- a/modules/tests/pom.xml +++ b/modules/tests/pom.xml @@ -3,7 +3,7 @@ org.locationtech.jts jts-modules - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT jts-tests ${project.groupId}:${project.artifactId} diff --git a/pom.xml b/pom.xml index d39e572ec5..fba65c56ef 100755 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.locationtech.jts jts - 1.17.0-SNAPSHOT + 1.18.0-SNAPSHOT pom JTS Topology Suite