Skip to content

Commit 17e4ad0

Browse files
author
Yoshito Umaoka
committed
[maven-release-plugin] prepare for next development iteration
1 parent db52989 commit 17e4ad0

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

gp-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.ibm.g11n.pipeline</groupId>
77
<artifactId>gp-java-tools</artifactId>
8-
<version>1.1.3</version>
8+
<version>1.1.4-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gp-cli</artifactId>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.ibm.g11n.pipeline</groupId>
100100
<artifactId>gp-res-filter</artifactId>
101-
<version>1.1.3</version>
101+
<version>1.1.4-SNAPSHOT</version>
102102
</dependency>
103103
</dependencies>
104104
</project>

gp-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ibm.g11n.pipeline</groupId>
66
<artifactId>gp-java-tools</artifactId>
7-
<version>1.1.3</version>
7+
<version>1.1.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>gp-maven-plugin</artifactId>
@@ -193,7 +193,7 @@
193193
<dependency>
194194
<groupId>com.ibm.g11n.pipeline</groupId>
195195
<artifactId>gp-res-filter</artifactId>
196-
<version>1.1.3</version>
196+
<version>1.1.4-SNAPSHOT</version>
197197
</dependency>
198198
</dependencies>
199199
</project>

gp-res-filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.ibm.g11n.pipeline</groupId>
77
<artifactId>gp-java-tools</artifactId>
8-
<version>1.1.3</version>
8+
<version>1.1.4-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gp-res-filter</artifactId>

pom.xml

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

55
<groupId>com.ibm.g11n.pipeline</groupId>
66
<artifactId>gp-java-tools</artifactId>
7-
<version>1.1.3</version>
7+
<version>1.1.4-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Globalization Pipeline Tools</name>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:git@github.com:IBM-Bluemix/gp-java-tools.git</connection>
3333
<developerConnection>scm:git:git@github.com:IBM-Bluemix/gp-java-tools.git</developerConnection>
3434
<url>git@github.com:IBM-Bluemix/gp-java-tools.git</url>
35-
<tag>gp-java-tools-1.1.3</tag>
35+
<tag>HEAD</tag>
3636
</scm>
3737

3838
<distributionManagement>

0 commit comments

Comments
 (0)