Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gp-java-tools-1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshito Umaoka committed Dec 17, 2016
1 parent 0f82383 commit db52989
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>

<artifactId>gp-cli</artifactId>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 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.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>

<artifactId>gp-maven-plugin</artifactId>
Expand Down Expand Up @@ -76,7 +76,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -193,7 +193,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</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.1.3-SNAPSHOT</version>
<version>1.1.3</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.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>pom</packaging>

<name>Globalization Pipeline Tools</name>
Expand Down Expand Up @@ -32,7 +32,7 @@
<connection>scm:git:[email protected]:IBM-Bluemix/gp-java-tools.git</connection>
<developerConnection>scm:git:[email protected]:IBM-Bluemix/gp-java-tools.git</developerConnection>
<url>[email protected]:IBM-Bluemix/gp-java-tools.git</url>
<tag>HEAD</tag>
<tag>gp-java-tools-1.1.3</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit db52989

Please sign in to comment.