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
yumaoka committed May 8, 2020
1 parent 099e60b commit 07fb2ba
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions csv-res-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-tools</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
</parent>

<artifactId>csv-res-filter</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
</dependency>
<!-- JUnit -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gp-ant-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-tools</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
</parent>

<artifactId>gp-ant-task</artifactId>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions gp-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-tools</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
</parent>

<artifactId>gp-cli</artifactId>
Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gp-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-tools</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
</parent>

<artifactId>gp-maven-plugin</artifactId>
Expand Down Expand Up @@ -208,7 +208,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion gp-res-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-tools</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
</parent>

<artifactId>gp-res-filter</artifactId>
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>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-tools</artifactId>
<version>1.2.10</version>
<version>1.2.11-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Globalization Pipeline Tools</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<connection>scm:git:git@github.com:IBM-Cloud/gp-java-tools.git</connection>
<developerConnection>scm:git:git@github.com:IBM-Cloud/gp-java-tools.git</developerConnection>
<url>git@github.com:IBM-Cloud/gp-java-tools.git</url>
<tag>gp-java-tools-1.2.10</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 07fb2ba

Please sign in to comment.