Skip to content

Commit a70e0a2

Browse files
[maven-release-plugin] prepare release v3.2.0-rc2
1 parent b274afe commit a70e0a2

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

components/micro-gateway-cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>components</artifactId>
2222
<groupId>org.wso2.am.microgw</groupId>
23-
<version>3.2.0-beta2-SNAPSHOT</version>
23+
<version>3.2.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

components/micro-gateway-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>components</artifactId>
55
<groupId>org.wso2.am.microgw</groupId>
6-
<version>3.2.0-beta2-SNAPSHOT</version>
6+
<version>3.2.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

components/micro-gateway-interceptor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>components</artifactId>
55
<groupId>org.wso2.am.microgw</groupId>
6-
<version>3.2.0-beta2-SNAPSHOT</version>
6+
<version>3.2.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

components/micro-gateway-jwt-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>components</artifactId>
2020
<groupId>org.wso2.am.microgw</groupId>
21-
<version>3.2.0-beta2-SNAPSHOT</version>
21+
<version>3.2.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

components/micro-gateway-jwt-transformer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>components</artifactId>
2020
<groupId>org.wso2.am.microgw</groupId>
21-
<version>3.2.0-beta2-SNAPSHOT</version>
21+
<version>3.2.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

components/micro-gateway-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>components</artifactId>
66
<groupId>org.wso2.am.microgw</groupId>
7-
<version>3.2.0-beta2-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

components/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.am.microgw</groupId>
2020
<artifactId>micro-gateway-parent</artifactId>
21-
<version>3.2.0-beta2-SNAPSHOT</version>
21+
<version>3.2.0</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.am.microgw</groupId>
2424
<artifactId>micro-gateway-parent</artifactId>
25-
<version>3.2.0-beta2-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>org.wso2.am.microgw</groupId>
2323
<artifactId>micro-gateway-parent</artifactId>
2424
<packaging>pom</packaging>
25-
<version>3.2.0-beta2-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<name>Micro Gateway - Parent</name>
2727

2828
<url>https://wso2.org</url>
@@ -36,7 +36,7 @@
3636
<url>https://github.com/wso2/product-microgateway.git</url>
3737
<developerConnection>scm:git:https://github.com/wso2/product-microgateway.git</developerConnection>
3838
<connection>scm:git:https://github.com/wso2/product-microgateway.git</connection>
39-
<tag>HEAD</tag>
39+
<tag>v3.2.0-rc2</tag>
4040
</scm>
4141

4242
<parent>

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>micro-gateway-parent</artifactId>
2323
<groupId>org.wso2.am.microgw</groupId>
24-
<version>3.2.0-beta2-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)