Skip to content

Commit c41ef62

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7f35b5f commit c41ef62

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

jdbc/pom.xml

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

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

1515
<name>Postgis JDBC Driver</name>

jdbc_jtsparser/pom.xml

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

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

1515
<name>Postgis JDBC Driver JTS Parser</name>

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.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

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

postgis-jdbc-java2d/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.2.0</version>
8+
<version>2.2.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>postgis-jdbc-java2d</artifactId>
12-
<version>2.2.0</version>
12+
<version>2.2.1-SNAPSHOT</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.2.0</version>
30+
<version>2.2.1-SNAPSHOT</version>
3131
</dependency>
3232
</dependencies>
3333

0 commit comments

Comments
 (0)