Skip to content

Commit 6827b64

Browse files
committed
[maven-release-plugin] prepare release postgis-java-aggregator-2.4.0
1 parent 3a14590 commit 6827b64

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

jdbc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>net.postgis</groupId>
77
<artifactId>postgis-java-aggregator</artifactId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<artifactId>postgis-jdbc</artifactId>
12-
<version>2.3.1-SNAPSHOT</version>
12+
<version>2.4.0</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Postgis JDBC Driver</name>

jdbc_jtsparser/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>net.postgis</groupId>
77
<artifactId>postgis-java-aggregator</artifactId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<artifactId>postgis-jdbc-jtsparser</artifactId>
12-
<version>2.3.1-SNAPSHOT</version>
12+
<version>2.4.0</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Postgis JDBC Driver JTS Parser</name>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>net.postgis</groupId>
3232
<artifactId>postgis-jdbc</artifactId>
33-
<version>2.3.1-SNAPSHOT</version>
33+
<version>2.4.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.locationtech.jts</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.postgis</groupId>
66
<artifactId>postgis-java-aggregator</artifactId>
7-
<version>2.3.1-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
<packaging>pom</packaging>
99

1010
<name>PostGIS Java Project</name>
@@ -78,7 +78,7 @@
7878
<url>https://github.com/postgis/postgis-java</url>
7979
<connection>scm:git:git://github.com/postgis/postgis-java.git</connection>
8080
<developerConnection>scm:git:[email protected]:postgis/postgis-java.git</developerConnection>
81-
<tag>HEAD</tag>
81+
<tag>postgis-java-aggregator-2.4.0</tag>
8282
</scm>
8383
<issueManagement>
8484
<system>GitHub Issues</system>

postgis-jdbc-java2d/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>net.postgis</groupId>
77
<artifactId>postgis-java-aggregator</artifactId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<artifactId>postgis-jdbc-java2d</artifactId>
12-
<version>2.3.1-SNAPSHOT</version>
12+
<version>2.4.0</version>
1313
<packaging>jar</packaging>
1414

1515
<name>postgis-jdbc-java2d</name>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>net.postgis</groupId>
2929
<artifactId>postgis-jdbc</artifactId>
30-
<version>2.3.1-SNAPSHOT</version>
30+
<version>2.4.0</version>
3131
</dependency>
3232
</dependencies>
3333

tools/osgeo-postgis-jdbc-test-util/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>tools</artifactId>
77
<groupId>net.postgis</groupId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<artifactId>osgeo-postgis-jdbc-test-util</artifactId>
12-
<version>2.3.1-SNAPSHOT</version>
12+
<version>2.4.0</version>
1313
<packaging>jar</packaging>
1414

1515
<name>osgeo-postgis-jdbc-test-util</name>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>net.postgis</groupId>
3232
<artifactId>postgis-jdbc</artifactId>
33-
<version>2.3.1-SNAPSHOT</version>
33+
<version>2.4.0</version>
3434
</dependency>
3535

3636
<dependency>

tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>postgis-java-aggregator</artifactId>
77
<groupId>net.postgis</groupId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<artifactId>tools</artifactId>
12-
<version>2.3.1-SNAPSHOT</version>
12+
<version>2.4.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>tools</name>

0 commit comments

Comments
 (0)