Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 4.0.0-m3 release #1552

Merged
merged 2 commits into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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