Skip to content

Commit

Permalink
Merge pull request #1576 from AmaliMatharaarachchi/m4-release
Browse files Browse the repository at this point in the history
[Do not merge]Prepare for 4.0.0-m4 release
  • Loading branch information
AmaliMatharaarachchi authored Jan 27, 2021
2 parents 3fafe47 + e56d0ce commit e0e2bbd
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-m4-SNAPSHOT</version>
<version>4.0.0-m4</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-m4-SNAPSHOT</version>
<version>4.0.0-m4</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m4-SNAPSHOT</version>
<version>4.0.0-m4</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 @@ -22,7 +22,7 @@
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.0-m4-SNAPSHOT</version>
<version>4.0.0-m4</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-m4-SNAPSHOT</version>
<version>4.0.0-m4</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 @@ -23,11 +23,11 @@
<parent>
<artifactId>micro-gateway-tests</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>4.0.0-m4-SNAPSHOT</version>
<version>4.0.0-m4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>4.0.0-m4-SNAPSHOT</version>
<version>4.0.0-m4</version>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>mock-backend-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>micro-gateway-parent</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>4.0.0-m4-SNAPSHOT</version>
<version>4.0.0-m4</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 @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-tests</artifactId>
<version>4.0.0-m4-SNAPSHOT</version>
<version>4.0.0-m4</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

0 comments on commit e0e2bbd

Please sign in to comment.