Skip to content

Commit

Permalink
Start of 1.20.1-SNAPSHOT development
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Aug 30, 2024
1 parent 6e95fe8 commit 9a19741
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.locationtech.jts</groupId>
<artifactId>build-tools</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
<name>JTS Topology Suite Build Configuration</name>

<build>
Expand Down
6 changes: 2 additions & 4 deletions doc/JTS_Version_History.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ Distributions for older JTS versions can be obtained at the

<!-- ================================================================ -->

Version 1.x
# Version 1.20.1

Release Date: TBD

# Version 1.x
*Release Date: TBD**

### New Features

Expand Down
2 changes: 1 addition & 1 deletion modules/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-modules</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
</parent>
<artifactId>jts-app</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-modules</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
</parent>
<artifactId>jts-core</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ public class JTSVersion {
/**
* The patch version number.
*/
public static final int PATCH = 0;
public static final int PATCH = 1;

/**
* An optional string providing further release info (such as "alpha 1");
*/
private static final String RELEASE_INFO = "";
private static final String RELEASE_INFO = "SNAPSHOT";

/**
* Prints the current JTS version to stdout.
Expand Down
2 changes: 1 addition & 1 deletion modules/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-modules</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
</parent>
<artifactId>jts-example</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/io/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-io</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
</parent>
<groupId>org.locationtech.jts.io</groupId>
<artifactId>jts-io-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/io/ora/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-io</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
</parent>
<groupId>org.locationtech.jts.io</groupId>
<artifactId>jts-io-ora</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-modules</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
</parent>
<artifactId>jts-io</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/lab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-modules</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
</parent>
<artifactId>jts-lab</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
</parent>
<artifactId>jts-modules</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-modules</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
</parent>
<artifactId>jts-tests</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts</artifactId>
<version>1.20.0</version>
<version>1.20.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JTS Topology Suite</name>
Expand Down

0 comments on commit 9a19741

Please sign in to comment.