Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Oct 4, 2019
1 parent b487da7 commit efde866
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion components/micro-gateway-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>components</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/micro-gateway-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>components</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/micro-gateway-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>components</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<packaging>pom</packaging>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<name>Micro Gateway - Parent</name>

<url>http://wso2.org</url>
Expand All @@ -36,7 +36,7 @@
<url>https://github.com/wso2/product-microgateway.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-microgateway.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-microgateway.git</connection>
<tag>HEAD</tag>
<tag>v3.0.2</tag>
</scm>

<parent>
Expand Down
6 changes: 3 additions & 3 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>micro-gateway-parent</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -216,8 +216,8 @@
<tasks>
<unzip src="${basedir}/../distribution/target/wso2am-micro-gw-toolkit-${project.version}.zip" dest="${basedir}/../tests/target/micro-gwtmp" />
<unzip src="${basedir}/../distribution/target/wso2am-micro-gw-${host.os}-${project.version}.zip" dest="${basedir}/../tests/target/micro-gwtmp" />
<chmod file="${basedir}/../tests/target/micro-gwtmp/wso2am-micro-gw-${host.os}-${project.version}/bin/*" perm="+x"/>
<chmod file="${basedir}/../tests/target/micro-gwtmp/wso2am-micro-gw-${host.os}-${project.version}/lib/jdk8u202-b08-jre/bin/*" perm="+x"/>
<chmod file="${basedir}/../tests/target/micro-gwtmp/wso2am-micro-gw-${host.os}-${project.version}/bin/*" perm="+x" />
<chmod file="${basedir}/../tests/target/micro-gwtmp/wso2am-micro-gw-${host.os}-${project.version}/lib/jdk8u202-b08-jre/bin/*" perm="+x" />
</tasks>
</configuration>
<goals>
Expand Down

0 comments on commit efde866

Please sign in to comment.