Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gp-java-tools-1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yumaoka committed Mar 27, 2019
1 parent f5855a2 commit faf5b55
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
7 changes: 3 additions & 4 deletions csv-res-filter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-tools</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
</parent>

<artifactId>csv-res-filter</artifactId>
Expand All @@ -23,7 +22,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</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.7-SNAPSHOT</version>
<version>1.2.7</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.7-SNAPSHOT</version>
<version>1.2.7</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.7-SNAPSHOT</version>
<version>1.2.7</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.7-SNAPSHOT</version>
<version>1.2.7</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.7-SNAPSHOT</version>
<version>1.2.7</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.7-SNAPSHOT</version>
<version>1.2.7</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.7-SNAPSHOT</version>
<version>1.2.7</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.7-SNAPSHOT</version>
<version>1.2.7</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>HEAD</tag>
<tag>gp-java-tools-1.2.7</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit faf5b55

Please sign in to comment.