Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0-m1
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Oct 4, 2021
1 parent acc375e commit 4f2bd57
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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.1-SNAPSHOT</version>
<version>1.0.0-m1</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.1-SNAPSHOT</version>
<version>1.0.0-m1</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.1-SNAPSHOT</version>
<version>1.0.0-m1</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.1-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>0.9.1-SNAPSHOT</version>
<version>1.0.0-m1</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.1-SNAPSHOT</version>
<version>1.0.0-m1</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.1-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -222,7 +222,7 @@
<dependency>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>mock-backend-server</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>1.0.0-m1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -241,7 +241,7 @@
<dependency>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>org.wso2.choreo.connect.enforcer</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>1.0.0-m1</version>
</dependency>
<dependency>
<groupId>org.wso2.am</groupId>
Expand Down
10 changes: 5 additions & 5 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.1-SNAPSHOT</version>
<version>1.0.0-m1</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>v1.0.0-m1</tag>
</scm>

<profiles>
Expand Down Expand Up @@ -149,13 +149,13 @@
<configuration>
<target>
<replaceregexp match="wso2\/choreo-connect\-router\:.*" replace="wso2/choreo-connect-router:${project.version}" byline="true">
<fileset dir="resources/docker-compose" includes="**/docker-compose.yaml"/>
<fileset dir="resources/docker-compose" includes="**/docker-compose.yaml" />
</replaceregexp>
<replaceregexp match="wso2\/choreo-connect\-adapter\:.*" replace="wso2/choreo-connect-adapter:${project.version}" byline="true">
<fileset dir="resources/docker-compose" includes="**/docker-compose.yaml"/>
<fileset dir="resources/docker-compose" includes="**/docker-compose.yaml" />
</replaceregexp>
<replaceregexp match="wso2\/choreo-connect\-enforcer\:.*" replace="wso2/choreo-connect-enforcer:${project.version}" byline="true">
<fileset dir="resources/docker-compose" includes="**/docker-compose.yaml"/>
<fileset dir="resources/docker-compose" includes="**/docker-compose.yaml" />
</replaceregexp>
<replaceregexp file="remove-containers.sh" match="micro_gw_version=.*" replace="micro_gw_version=${project.version}" byline="true" />
</target>
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.1-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 4f2bd57

Please sign in to comment.