Repository: stratos Updated Branches: refs/heads/release-4.1.5-rc3 [created] b874f8259
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/71802038 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/71802038 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/71802038 Branch: refs/heads/release-4.1.5-rc3 Commit: 71802038e5446a4cd00d5ce6ade3a2a642e3ff43 Parents: 1e87b40 Author: Ubuntu <[email protected]> Authored: Thu Nov 26 05:52:54 2015 +0000 Committer: Ubuntu <[email protected]> Committed: Mon Dec 7 05:34:08 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/71802038/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/71802038/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
