Skip to content

Commit 9e1855a

Browse files
[maven-release-plugin] prepare release v1.2.0-alpha
1 parent 82f5f24 commit 9e1855a

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.choreo.connect</groupId>
2121
<artifactId>choreo-connect-parent</artifactId>
22-
<version>1.2.0-m2-SNAPSHOT</version>
22+
<version>1.2.0-alpha</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.choreo.connect</groupId>
2121
<artifactId>choreo-connect-parent</artifactId>
22-
<version>1.2.0-m2-SNAPSHOT</version>
22+
<version>1.2.0-alpha</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

enforcer-parent/commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.choreo.connect</groupId>
2121
<artifactId>enforcer-parent</artifactId>
22-
<version>1.2.0-m2-SNAPSHOT</version>
22+
<version>1.2.0-alpha</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

enforcer-parent/enforcer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.choreo.connect</groupId>
2323
<artifactId>enforcer-parent</artifactId>
24-
<version>1.2.0-m2-SNAPSHOT</version>
24+
<version>1.2.0-alpha</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

enforcer-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>choreo-connect-parent</artifactId>
2121
<groupId>org.wso2.choreo.connect</groupId>
22-
<version>1.2.0-m2-SNAPSHOT</version>
22+
<version>1.2.0-alpha</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

integration/mock-backend-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>integration</artifactId>
2323
<groupId>org.wso2.choreo.connect</groupId>
24-
<version>1.2.0-m2-SNAPSHOT</version>
24+
<version>1.2.0-alpha</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>choreo-connect-parent</artifactId>
2222
<groupId>org.wso2.choreo.connect</groupId>
23-
<version>1.2.0-m2-SNAPSHOT</version>
23+
<version>1.2.0-alpha</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

integration/test-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.choreo.connect</groupId>
2222
<artifactId>integration</artifactId>
23-
<version>1.2.0-m2-SNAPSHOT</version>
23+
<version>1.2.0-alpha</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.wso2.choreo.connect</groupId>
2222
<artifactId>choreo-connect-parent</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.2.0-m2-SNAPSHOT</version>
24+
<version>1.2.0-alpha</version>
2525
<name>Choreo Connect - Parent</name>
2626

2727
<url>https://wso2.org</url>
@@ -40,7 +40,7 @@
4040
<url>https://github.com/wso2/product-microgateway.git</url>
4141
<developerConnection>scm:git:https://github.com/wso2/product-microgateway.git</developerConnection>
4242
<connection>scm:git:https://github.com/wso2/product-microgateway.git</connection>
43-
<tag>HEAD</tag>
43+
<tag>v1.2.0-alpha</tag>
4444
</scm>
4545

4646
<repositories>

router/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.choreo.connect</groupId>
2121
<artifactId>choreo-connect-parent</artifactId>
22-
<version>1.2.0-m2-SNAPSHOT</version>
22+
<version>1.2.0-alpha</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

0 commit comments

Comments
 (0)