Skip to content

Commit 60ab55c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e1af096 commit 60ab55c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pgjdbc-core-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.postgresql</groupId>
55
<artifactId>pgjdbc-versions</artifactId>
6-
<version>1.1.2</version>
6+
<version>1.1.3-SNAPSHOT</version>
77
<relativePath>../pgjdbc-versions</relativePath>
88
</parent>
99

pgjdbc-core-prevjre/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.postgresql</groupId>
55
<artifactId>pgjdbc-core-parent</artifactId>
6-
<version>1.1.2</version>
6+
<version>1.1.3-SNAPSHOT</version>
77
<relativePath>../pgjdbc-core-parent</relativePath>
88
</parent>
99

pgjdbc-versions/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>pgjdbc-versions</artifactId>
66
<packaging>pom</packaging>
77
<name>PostgreSQL JDBC Driver - superpom</name>
8-
<version>1.1.2</version>
8+
<version>1.1.3-SNAPSHOT</version>
99
<description>Sets up base plugin configuration and dependency versions</description>
1010
<url>https://github.com/pgjdbc/pgjdbc-parent-poms</url>
1111

@@ -49,7 +49,7 @@
4949
<url>https://github.com/pgjdbc/pgjdbc-parent-poms</url>
5050
<connection>scm:git:https://github.com/pgjdbc/pgjdbc-parent-poms.git</connection>
5151
<developerConnection>scm:git:[email protected]:pgjdbc/pgjdbc-parent-poms.git</developerConnection>
52-
<tag>REL1.1.2</tag>
52+
<tag>HEAD</tag>
5353
</scm>
5454

5555
<distributionManagement>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.postgresql</groupId>
44
<artifactId>pgjdbc-versions</artifactId>
5-
<version>1.1.2</version>
5+
<version>1.1.3-SNAPSHOT</version>
66
<relativePath>pgjdbc-versions</relativePath>
77
</parent>
88

@@ -22,7 +22,7 @@
2222
<url>https://github.com/pgjdbc/pgjdbc-parent-poms</url>
2323
<connection>scm:git:https://github.com/pgjdbc/pgjdbc-parent-poms.git</connection>
2424
<developerConnection>scm:git:[email protected]:pgjdbc/pgjdbc-parent-poms.git</developerConnection>
25-
<tag>REL1.1.2</tag>
25+
<tag>HEAD</tag>
2626
</scm>
2727

2828
</project>

0 commit comments

Comments
 (0)