Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipross committed Nov 26, 2015
1 parent 7f35b5f commit c41ef62
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>postgis-jdbc</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Postgis JDBC Driver</name>
Expand Down
4 changes: 2 additions & 2 deletions jdbc_jtsparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>postgis-jdbc-jtsparser</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Postgis JDBC Driver JTS Parser</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>PostGIS Java Project</name>
Expand Down Expand Up @@ -77,7 +77,7 @@
<url>https://github.com/postgis/postgis-java</url>
<connection>scm:git:git://github.com/postgis/postgis-java.git</connection>
<developerConnection>scm:git:[email protected]:postgis/postgis-java.git</developerConnection>
<tag>postgis-java-aggregator-2.2.0</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down
6 changes: 3 additions & 3 deletions postgis-jdbc-java2d/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>postgis-jdbc-java2d</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>postgis-jdbc-java2d</name>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit c41ef62

Please sign in to comment.