Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Preparing for 4.1.0-rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Imesh Gunaratne committed Oct 20, 2015
1 parent f0755df commit b5c1b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/installer/scripts/conf/setup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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=$stratos_packs/wso2ppaas-4.1.0-SNAPSHOT.zip
export stratos_pack_zip=$stratos_packs/wso2ppaas-4.1.0.zip

export activemq_pack=$stratos_packs/apache-activemq-5.9.1-bin.tar.gz
export activemq_path=$stratos_path/apache-activemq-5.9.1
Expand Down
2 changes: 1 addition & 1 deletion tools/installer/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ fi
if [[ !(-d $stratos_extract_path) ]]; then
echo "Extracting Apache Stratos"
unzip -q $stratos_pack_zip -d $stratos_path
mv -f $stratos_path/wso2ppaas-4.1.0-SNAPSHOT $stratos_extract_path
mv -f $stratos_path/wso2ppaas-4.1.0 $stratos_extract_path
fi

if [[ $config_mb = "true" ]]; then
Expand Down

0 comments on commit b5c1b59

Please sign in to comment.