Skip to content

Commit d3d91ab

Browse files
committed
[maven-release-plugin] prepare release jts-1.16.0
1 parent 34cf94d commit d3d91ab

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.16.0-SNAPSHOT</version>
6+
<version>1.16.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.16.0-SNAPSHOT</version>
6+
<version>1.16.0</version>
77
</parent>
88
<artifactId>jts-core</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

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.16.0-SNAPSHOT</version>
6+
<version>1.16.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.16.0-SNAPSHOT</version>
6+
<version>1.16.0</version>
77
</parent>
88
<groupId>org.locationtech.jts.io</groupId>
99
<artifactId>jts-io-common</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.16.0-SNAPSHOT</version>
6+
<version>1.16.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.16.0-SNAPSHOT</version>
6+
<version>1.16.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.16.0-SNAPSHOT</version>
6+
<version>1.16.0</version>
77
</parent>
88
<artifactId>jts-modules</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

modules/tests/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.16.0-SNAPSHOT</version>
6+
<version>1.16.0</version>
77
</parent>
88
<artifactId>jts-tests</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.locationtech.jts</groupId>
55
<artifactId>jts</artifactId>
6-
<version>1.16.0-SNAPSHOT</version>
6+
<version>1.16.0</version>
77
<packaging>pom</packaging>
88

99
<name>JTS Topology Suite</name>
@@ -74,7 +74,7 @@
7474
<connection>scm:git::git@github.com:locationtech/jts.git</connection>
7575
<developerConnection>scm:git:git@github.com:locationtech/jts.git</developerConnection>
7676
<url>https://github.com/locationtech/jts</url>
77-
<tag>HEAD</tag>
77+
<tag>jts-1.16.0</tag>
7878
</scm>
7979

8080
<distributionManagement>

0 commit comments

Comments
 (0)