Skip to content

Commit

Permalink
Prepare release v4.0.0-m6
Browse files Browse the repository at this point in the history
  • Loading branch information
praminda committed Feb 23, 2021
1 parent 4028886 commit 58aeb7d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</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.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</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.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</version>
<name>Micro Gateway - Parent</name>

<url>https://wso2.org</url>
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.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions test/mock-backend-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<artifactId>micro-gateway-tests</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</version>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>micro-gateway-parent</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions test/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.microgw</groupId>
<artifactId>micro-gateway-tests</artifactId>
<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>mock-backend-server</artifactId>
<version>4.0.0-m6-SNAPSHOT</version>
<version>4.0.0-m6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 58aeb7d

Please sign in to comment.