Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gp-java-tools-1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshito Umaoka committed Oct 31, 2016
1 parent f0401d2 commit ba54713
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
11 changes: 4 additions & 7 deletions gp-cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>gp-cli</artifactId>
Expand Down Expand Up @@ -35,8 +33,7 @@
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>with-dependencies</shadedClassifierName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.ibm.g11n.pipeline.tools.cli.GPCmd</mainClass>
</transformer>
</transformers>
Expand Down Expand Up @@ -96,7 +93,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
</dependencies>
</project>
7 changes: 3 additions & 4 deletions gp-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>gp-maven-plugin</artifactId>
Expand Down Expand Up @@ -151,7 +150,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-res-filter</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
</dependencies>
</project>
6 changes: 2 additions & 4 deletions gp-res-filter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>gp-res-filter</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-tools</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>

<name>Globalization Pipeline Tools</name>
Expand Down Expand Up @@ -33,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.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit ba54713

Please sign in to comment.