Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Apr 24, 2021
1 parent 33ca86e commit 8c02efa
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion enforcer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions integration/mock-backend-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<artifactId>integration</artifactId>
<groupId>org.wso2.am.choreo.connect</groupId>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>choreo-connect-parent</artifactId>
<groupId>org.wso2.am.choreo.connect</groupId>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions integration/test-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>integration</artifactId>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -215,7 +215,7 @@
<dependency>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>mock-backend-server</artifactId>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -234,7 +234,7 @@
<dependency>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>org.wso2.choreo.connect.enforcer</artifactId>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.wso2.am</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<packaging>pom</packaging>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
<name>Choreo Connect - Parent</name>

<url>https://wso2.org</url>
Expand All @@ -40,7 +40,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>v0.9.0-rc</tag>
</scm>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<version>0.9.0-beta2-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 8c02efa

Please sign in to comment.