Repository: stratos Updated Branches: refs/heads/release-4.1.5 [created] 9bf1bfab2
Update the release version in sh files Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/23d24fdd Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/23d24fdd Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/23d24fdd Branch: refs/heads/release-4.1.5 Commit: 23d24fdde82ac147951aac2963ad398d7484ea88 Parents: 4e868f2 Author: Ubuntu <[email protected]> Authored: Thu Nov 26 05:52:54 2015 +0000 Committer: Ubuntu <[email protected]> Committed: Thu Nov 26 05:52:54 2015 +0000 ---------------------------------------------------------------------- tools/docker-images/cartridge-docker-images/build.sh | 2 +- tools/docker-images/stratos-docker-images/run-example.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/23d24fdd/tools/docker-images/cartridge-docker-images/build.sh ---------------------------------------------------------------------- diff --git a/tools/docker-images/cartridge-docker-images/build.sh b/tools/docker-images/cartridge-docker-images/build.sh index c90abb8..0115884 100755 --- a/tools/docker-images/cartridge-docker-images/build.sh +++ b/tools/docker-images/cartridge-docker-images/build.sh @@ -26,7 +26,7 @@ pca_distribution_path=`cd "$script_path/../../../products/python-cartridge-agent pushd ${pca_distribution_path} mvn clean install -Dmaven.test.skip=true -cp -vf target/apache-stratos-python-cartridge-agent-4.1.5-SNAPSHOT.zip ${script_path}/base-image/packs/ +cp -vf target/apache-stratos-python-cartridge-agent-4.1.5.zip ${script_path}/base-image/packs/ popd pushd ${script_path}/base-image/ http://git-wip-us.apache.org/repos/asf/stratos/blob/23d24fdd/tools/docker-images/stratos-docker-images/run-example.sh ---------------------------------------------------------------------- diff --git a/tools/docker-images/stratos-docker-images/run-example.sh b/tools/docker-images/stratos-docker-images/run-example.sh index b03ec89..bad83b1 100755 --- a/tools/docker-images/stratos-docker-images/run-example.sh +++ b/tools/docker-images/stratos-docker-images/run-example.sh @@ -31,7 +31,7 @@ export DOMAIN=example.com export IP_ADDR=192.168.56.5 # Set the version of Stratos docker images -export STRATOS_VERSION=4.1.5-SNAPSHOT +export STRATOS_VERSION=4.1.5 ######## # Bind
