Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gp-java-tools-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yumaoka committed Mar 12, 2018
1 parent 5936b7c commit 4b1b167
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.1-SNAPSHOT</version>
<version>1.2.1</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.1-SNAPSHOT</version>
<version>1.2.1</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.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>gp-cli</artifactId>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
</dependencies>
</project>
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.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>gp-maven-plugin</artifactId>
Expand Down Expand Up @@ -205,7 +205,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</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.1-SNAPSHOT</version>
<version>1.2.1</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.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<name>Globalization Pipeline Tools</name>
Expand Down Expand Up @@ -36,7 +36,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>HEAD</tag>
<tag>gp-java-tools-1.2.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 4b1b167

Please sign in to comment.