Skip to content

Commit f36d492

Browse files
author
Jim Hughes
committed
[maven-release-plugin] prepare release jts-1.18.2
1 parent fa234e1 commit f36d492

10 files changed

Lines changed: 11 additions & 11 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.18.2-SNAPSHOT</version>
5+
<version>1.18.2</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.18.2-SNAPSHOT</version>
6+
<version>1.18.2</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.18.2-SNAPSHOT</version>
6+
<version>1.18.2</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.18.2-SNAPSHOT</version>
6+
<version>1.18.2</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.18.2-SNAPSHOT</version>
6+
<version>1.18.2</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.18.2-SNAPSHOT</version>
6+
<version>1.18.2</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.18.2-SNAPSHOT</version>
6+
<version>1.18.2</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.18.2-SNAPSHOT</version>
6+
<version>1.18.2</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.18.2-SNAPSHOT</version>
6+
<version>1.18.2</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.18.2-SNAPSHOT</version>
6+
<version>1.18.2</version>
77
<packaging>pom</packaging>
88

99
<name>JTS Topology Suite</name>
@@ -80,7 +80,7 @@
8080
<connection>scm:git::git@github.com:locationtech/jts.git</connection>
8181
<developerConnection>scm:git:git@github.com:locationtech/jts.git</developerConnection>
8282
<url>https://github.com/locationtech/jts</url>
83-
<tag>HEAD</tag>
83+
<tag>jts-1.18.2</tag>
8484
</scm>
8585

8686
<distributionManagement>

0 commit comments

Comments
 (0)