Skip to content

Commit bcb847d

Browse files
committed
[maven-release-plugin] prepare release postgis-java-aggregator-2.5.1
1 parent 923ca2e commit bcb847d

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

Diff for: jdbc/pom.xml

+4-4
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.5.1-SNAPSHOT</version>
8+
<version>2.5.1</version>
99
</parent>
1010

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

1515
<name>Postgis JDBC Driver</name>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>net.postgis</groupId>
2323
<artifactId>postgis-geometry</artifactId>
24-
<version>2.5.1-SNAPSHOT</version>
24+
<version>2.5.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.postgresql</groupId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>net.postgis.tools</groupId>
3333
<artifactId>test-utils</artifactId>
34-
<version>2.5.1-SNAPSHOT</version>
34+
<version>2.5.1</version>
3535
<scope>test</scope>
3636
</dependency>
3737
</dependencies>

Diff for: jdbc_jtsparser/pom.xml

+4-4
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.5.1-SNAPSHOT</version>
8+
<version>2.5.1</version>
99
</parent>
1010

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

1515
<name>Postgis JDBC Driver JTS Parser</name>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>net.postgis</groupId>
2323
<artifactId>postgis-jdbc</artifactId>
24-
<version>2.5.1-SNAPSHOT</version>
24+
<version>2.5.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.locationtech.jts</groupId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>net.postgis.tools</groupId>
3838
<artifactId>test-utils</artifactId>
39-
<version>2.5.1-SNAPSHOT</version>
39+
<version>2.5.1</version>
4040
<scope>test</scope>
4141
</dependency>
4242
</dependencies>

Diff for: pom.xml

+2-2
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.5.1-SNAPSHOT</version>
7+
<version>2.5.1</version>
88
<packaging>pom</packaging>
99

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

Diff for: postgis-geometry/pom.xml

+3-3
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.5.1-SNAPSHOT</version>
8+
<version>2.5.1</version>
99
</parent>
1010

1111
<artifactId>postgis-geometry</artifactId>
12-
<version>2.5.1-SNAPSHOT</version>
12+
<version>2.5.1</version>
1313
<packaging>jar</packaging>
1414

1515
<name>PostGIS Geometry</name>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>net.postgis.tools</groupId>
2323
<artifactId>test-utils</artifactId>
24-
<version>2.5.1-SNAPSHOT</version>
24+
<version>2.5.1</version>
2525
<scope>test</scope>
2626
</dependency>
2727
</dependencies>

Diff for: postgis-jdbc-java2d/pom.xml

+4-4
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.5.1-SNAPSHOT</version>
8+
<version>2.5.1</version>
99
</parent>
1010

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

1515
<name>postgis-jdbc-java2d</name>
@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>net.postgis</groupId>
2121
<artifactId>postgis-jdbc</artifactId>
22-
<version>2.5.1-SNAPSHOT</version>
22+
<version>2.5.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>net.postgis.tools</groupId>
2626
<artifactId>test-utils</artifactId>
27-
<version>2.5.1-SNAPSHOT</version>
27+
<version>2.5.1</version>
2828
<scope>test</scope>
2929
</dependency>
3030
</dependencies>

Diff for: tools/osgeo-postgis-jdbc-test-util/pom.xml

+4-4
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.5.1-SNAPSHOT</version>
8+
<version>2.5.1</version>
99
</parent>
1010

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

1515
<name>osgeo-postgis-jdbc-test-util</name>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>net.postgis</groupId>
2828
<artifactId>postgis-jdbc</artifactId>
29-
<version>2.5.1-SNAPSHOT</version>
29+
<version>2.5.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>ch.qos.logback</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>net.postgis.tools</groupId>
4343
<artifactId>test-utils</artifactId>
44-
<version>2.5.1-SNAPSHOT</version>
44+
<version>2.5.1</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

Diff for: tools/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>2.5.1</version>
99
</parent>
1010

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

1515
<name>Tools</name>

Diff for: tools/test-utils/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>net.postgis</groupId>
77
<artifactId>tools</artifactId>
8-
<version>2.5.1-SNAPSHOT</version>
8+
<version>2.5.1</version>
99
</parent>
1010

1111
<groupId>net.postgis.tools</groupId>
1212
<artifactId>test-utils</artifactId>
13-
<version>2.5.1-SNAPSHOT</version>
13+
<version>2.5.1</version>
1414

1515
<name>Test Utilities</name>
1616
<description>Tools to facilities building and maintaining test suites</description>

0 commit comments

Comments
 (0)