Repository: stratos
Updated Branches:
  refs/heads/stratos-4.1.x aaac01b54 -> 0606f844f


Preparing for Stratos 4.1.3 release


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b8c7def3
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b8c7def3
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b8c7def3

Branch: refs/heads/stratos-4.1.x
Commit: b8c7def39ef2e508ebbf3c2b7d43d7d2ceaa8105
Parents: aaac01b
Author: Akila Perera <[email protected]>
Authored: Sun Sep 20 13:35:46 2015 +0530
Committer: Akila Perera <[email protected]>
Committed: Sun Sep 20 13:35:46 2015 +0530

----------------------------------------------------------------------
 tools/docker-images/cartridge-docker-images/base-image/Dockerfile | 2 +-
 tools/docker-images/cartridge-docker-images/base-image/files/run  | 2 +-
 tools/docker-images/cartridge-docker-images/build.sh              | 2 +-
 tools/docker-images/stratos-docker-images/run-example.sh          | 2 +-
 tools/stratos-installer/conf/setup.conf                           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/b8c7def3/tools/docker-images/cartridge-docker-images/base-image/Dockerfile
----------------------------------------------------------------------
diff --git a/tools/docker-images/cartridge-docker-images/base-image/Dockerfile 
b/tools/docker-images/cartridge-docker-images/base-image/Dockerfile
index c21a049..cc258fb 100644
--- a/tools/docker-images/cartridge-docker-images/base-image/Dockerfile
+++ b/tools/docker-images/cartridge-docker-images/base-image/Dockerfile
@@ -22,7 +22,7 @@
 FROM debian:7.8
 MAINTAINER [email protected]
 
-ENV PCA_DISTRIBUTION_NAME apache-stratos-python-cartridge-agent-4.1.3-SNAPSHOT
+ENV PCA_DISTRIBUTION_NAME apache-stratos-python-cartridge-agent-4.1.3
 # ------------------
 # Setup ssh server
 # ------------------

http://git-wip-us.apache.org/repos/asf/stratos/blob/b8c7def3/tools/docker-images/cartridge-docker-images/base-image/files/run
----------------------------------------------------------------------
diff --git a/tools/docker-images/cartridge-docker-images/base-image/files/run 
b/tools/docker-images/cartridge-docker-images/base-image/files/run
index 0db79d6..1d30b18 100755
--- a/tools/docker-images/cartridge-docker-images/base-image/files/run
+++ b/tools/docker-images/cartridge-docker-images/base-image/files/run
@@ -26,7 +26,7 @@
 
 source /root/.bashrc
 
-export STRATOS_VERSION="4.1.3-SNAPSHOT"
+export STRATOS_VERSION="4.1.3"
 export PCA_HOME="/mnt/apache-stratos-python-cartridge-agent-${STRATOS_VERSION}"
 
 set -o posix ; set | sed -e ':a;N;$!ba;s/\n/,/g' > 
${PCA_HOME}/payload/launch-params

http://git-wip-us.apache.org/repos/asf/stratos/blob/b8c7def3/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 21d9b36..616a7e1 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.3-SNAPSHOT.zip 
${script_path}/base-image/packs/
+cp -vf target/apache-stratos-python-cartridge-agent-4.1.3.zip 
${script_path}/base-image/packs/
 popd
 
 pushd ${script_path}/base-image/

http://git-wip-us.apache.org/repos/asf/stratos/blob/b8c7def3/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 35becee..fc8d4e3 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.3-SNAPSHOT
+export STRATOS_VERSION=4.1.3
 
 ########
 # Bind

http://git-wip-us.apache.org/repos/asf/stratos/blob/b8c7def3/tools/stratos-installer/conf/setup.conf
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/conf/setup.conf 
b/tools/stratos-installer/conf/setup.conf
index 41dc86e..c9b13b5 100644
--- a/tools/stratos-installer/conf/setup.conf
+++ b/tools/stratos-installer/conf/setup.conf
@@ -55,7 +55,7 @@ export mb_ip="127.0.0.1" # Machine ip on which mb run
 export mb_port=61616 #default port which the message broker service runs
  
 export stratos_extract_path=$stratos_path/"apache-stratos"
-export stratos_pack_zip_name="apache-stratos-4.1.3-SNAPSHOT.zip"
+export stratos_pack_zip_name="apache-stratos-4.1.3.zip"
 export stratos_pack_zip=$stratos_packs/$stratos_pack_zip_name
 
 export activemq_pack=$stratos_packs/"apache-activemq-5.9.1-bin.tar.gz"

Reply via email to