Skip to content

Commit

Permalink
Merge pull request #1552 from AmaliMatharaarachchi/release-m3
Browse files Browse the repository at this point in the history
Prepare for 4.0.0-m3 release
  • Loading branch information
pubudu538 authored Jan 12, 2021
2 parents 5bd7a73 + 96bfa9f commit a1052aa
Show file tree
Hide file tree
Showing 11 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.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m2-SNAPSHOT</version>
<version>4.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ maven plugin would fail to create the new docker images)
java-11 as the source)

- Navigate to distribution/target/.
Then extract the zip file called wso2am-micro-gw-4.0.0-m2-SNAPSHOT.zip
Then extract the zip file called wso2am-micro-gw-4.0.0-m3.zip

- Then execute `docker-compose up` to run the setup. This will start an envoy container,
filter-core container and piot container. The mounted configurations can be found from
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-m2-SNAPSHOT</version>
<version>4.0.0-m3</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-m2-SNAPSHOT</version>
<version>4.0.0-m3</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-m2-SNAPSHOT</version>
<version>4.0.0-m3</version>
<name>Micro Gateway - Parent</name>

<url>https://wso2.org</url>
Expand Down
2 changes: 1 addition & 1 deletion remove-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# -----------------------------------------------------------------------

# Just to assist developers by removing all the containers.
micro_gw_version=4.0.0-m2-SNAPSHOT
micro_gw_version=4.0.0-m3

docker kill $(docker ps -a | grep wso2/mg-enforcer:$micro_gw_version | awk '{print $1}')
docker rm $(docker ps -a | grep wso2/mg-enforcer:$micro_gw_version | awk '{print $1}')
Expand Down
6 changes: 3 additions & 3 deletions resources/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
router:
image: wso2/mg-router:4.0.0-m2-SNAPSHOT
image: wso2/mg-router:4.0.0-m3
volumes:
- ./resources/router/security:/home/wso2/security
ports:
Expand All @@ -11,15 +11,15 @@ services:
- adapter
- enforcer
adapter:
image: wso2/mg-adapter:4.0.0-m2-SNAPSHOT
image: wso2/mg-adapter:4.0.0-m3
volumes:
- ./resources/adapter/security:/home/wso2/security
- ./resources/conf:/home/wso2/conf
ports:
- "18000:18000"
- "9843:9843"
enforcer:
image: wso2/mg-enforcer:4.0.0-m2-SNAPSHOT
image: wso2/mg-enforcer:4.0.0-m3
volumes:
- ./resources/enforcer/security:/home/wso2/mg/security
- ./resources/conf:/home/wso2/conf
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-m2-SNAPSHOT</version>
<version>4.0.0-m3</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-m2-SNAPSHOT</version>
<version>4.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>4.0.0-m2-SNAPSHOT</version>
<version>4.0.0-m3</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-m2-SNAPSHOT</version>
<version>4.0.0-m3</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-m2-SNAPSHOT</version>
<version>4.0.0-m3</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-m2-SNAPSHOT</version>
<version>4.0.0-m3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a1052aa

Please sign in to comment.