Skip to content

Commit ef4ac3f

Browse files
author
Yoshito Umaoka
committed
[maven-release-plugin] prepare release gp-java-tools-1.2.2
1 parent 571389e commit ef4ac3f

5 files changed

Lines changed: 11 additions & 13 deletions

File tree

gp-ant-task/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.2.2-SNAPSHOT</version>
7+
<version>1.2.2</version>
88
</parent>
99

1010
<artifactId>gp-ant-task</artifactId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.ibm.g11n.pipeline</groupId>
3636
<artifactId>gp-res-filter</artifactId>
37-
<version>1.2.2-SNAPSHOT</version>
37+
<version>1.2.2</version>
3838
</dependency>
3939
</dependencies>
4040

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.2.2-SNAPSHOT</version>
8+
<version>1.2.2</version>
99
</parent>
1010

1111
<artifactId>gp-cli</artifactId>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>com.ibm.g11n.pipeline</groupId>
104104
<artifactId>gp-res-filter</artifactId>
105-
<version>1.2.2-SNAPSHOT</version>
105+
<version>1.2.2</version>
106106
</dependency>
107107
</dependencies>
108108
</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.2.2-SNAPSHOT</version>
7+
<version>1.2.2</version>
88
</parent>
99

1010
<artifactId>gp-maven-plugin</artifactId>
@@ -205,7 +205,7 @@
205205
<dependency>
206206
<groupId>com.ibm.g11n.pipeline</groupId>
207207
<artifactId>gp-res-filter</artifactId>
208-
<version>1.2.2-SNAPSHOT</version>
208+
<version>1.2.2</version>
209209
</dependency>
210210
</dependencies>
211211
</project>

gp-res-filter/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>com.ibm.g11n.pipeline</groupId>
87
<artifactId>gp-java-tools</artifactId>
9-
<version>1.2.2-SNAPSHOT</version>
8+
<version>1.2.2</version>
109
</parent>
1110

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

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>com.ibm.g11n.pipeline</groupId>
76
<artifactId>gp-java-tools</artifactId>
8-
<version>1.2.2-SNAPSHOT</version>
7+
<version>1.2.2</version>
98
<packaging>pom</packaging>
109

1110
<name>Globalization Pipeline Tools</name>
@@ -37,7 +36,7 @@
3736
<connection>scm:git:git@github.com:IBM-Cloud/gp-java-tools.git</connection>
3837
<developerConnection>scm:git:git@github.com:IBM-Cloud/gp-java-tools.git</developerConnection>
3938
<url>git@github.com:IBM-Cloud/gp-java-tools.git</url>
40-
<tag>HEAD</tag>
39+
<tag>gp-java-tools-1.2.2</tag>
4140
</scm>
4241

4342
<distributionManagement>

0 commit comments

Comments
 (0)