Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jts-1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Hughes committed Aug 27, 2021
1 parent fa234e1 commit f36d492
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.18.2-SNAPSHOT</version>
<version>1.18.2</version>
<name>JTS Topology Suite Build Configuration</name>

<build>
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.18.2-SNAPSHOT</version>
<version>1.18.2</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.18.2-SNAPSHOT</version>
<version>1.18.2</version>
</parent>
<artifactId>jts-core</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
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.18.2-SNAPSHOT</version>
<version>1.18.2</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.18.2-SNAPSHOT</version>
<version>1.18.2</version>
</parent>
<groupId>org.locationtech.jts.io</groupId>
<artifactId>jts-io-common</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.18.2-SNAPSHOT</version>
<version>1.18.2</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.18.2-SNAPSHOT</version>
<version>1.18.2</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.18.2-SNAPSHOT</version>
<version>1.18.2</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.18.2-SNAPSHOT</version>
<version>1.18.2</version>
</parent>
<artifactId>jts-tests</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions 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.18.2-SNAPSHOT</version>
<version>1.18.2</version>
<packaging>pom</packaging>

<name>JTS Topology Suite</name>
Expand Down Expand Up @@ -80,7 +80,7 @@
<connection>scm:git::git@github.com:locationtech/jts.git</connection>
<developerConnection>scm:git:git@github.com:locationtech/jts.git</developerConnection>
<url>https://github.com/locationtech/jts</url>
<tag>HEAD</tag>
<tag>jts-1.18.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit f36d492

Please sign in to comment.