Skip to content

Commit

Permalink
Merge pull request #906 from praminda/3.0.x
Browse files Browse the repository at this point in the history
Prepare for 3.0.4 toolkit release
  • Loading branch information
praminda authored Dec 6, 2019
2 parents a807ef0 + d9c0a5c commit b084985
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 398 deletions.
239 changes: 118 additions & 121 deletions distribution/LICENSE-RUNTIME.txt

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions distribution/LICENSE-TOOLKIT.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion distribution/src/main/assembly/filter.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
product.name=wso2am-micro-gw
product.key=MICRO-GW
product.version=3.0.3
product.version=3.0.4
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG USER_HOME=/home/${USER}

# build arguments for WSO2 product installation
ARG MGW_SERVER_NAME=wso2am-micro-gw
ARG MGW_SERVER_VERSION=3.0.3
ARG MGW_SERVER_VERSION=3.0.4
ARG MGW_SERVER=${MGW_SERVER_NAME}-${MGW_SERVER_VERSION}
ARG MGW_SERVER_HOME=${USER_HOME}/${MGW_SERVER}
ARG MGW_RUNTIME_HOME=${USER_HOME}/wso2
Expand Down
234 changes: 116 additions & 118 deletions docker/license/LICENSE.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<html>
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
<title>WSO2 API Microgateway v3.0.3</title>
<title>WSO2 API Microgateway v3.0.4</title>
</head>
<body>
<h1>WSO2 API Microgateway 3.0.3 Released!</h1>
<h3>Bug Fixes And Improvements in 3.0.3</h3>
<h1>WSO2 API Microgateway 3.0.4 Released!</h1>
<h3>Bug Fixes And Improvements in 3.0.4</h3>
<p>
<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aissue+project%3Awso2%2Fproduct-microgateway%2F4">Fixed Issues</a>
</p>
Expand Down

0 comments on commit b084985

Please sign in to comment.