Skip to content

Commit

Permalink
Upgrade to ActiveMQ 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
disaster37 committed Feb 11, 2016
1 parent 39eb8ef commit 7ebff75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/setup/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e


ACTIVEMQ_VERSION="5.13.0"
ACTIVEMQ_VERSION="5.13.1"
ACTIVEMQ_HOME="/opt/activemq"
SETUP_DIR="/app/setup"
LOG_DIR="/var/log"
Expand All @@ -11,7 +11,7 @@ DATA_DIR="/data"
# Start install
mkdir -p ${ACTIVEMQ_HOME}
cd /usr/src
curl -LO http://apache.uib.no/activemq/${ACTIVEMQ_VERSION}/apache-activemq-${ACTIVEMQ_VERSION}-bin.tar.gz
curl -LO http://apache.mirrors.ovh.net/ftp.apache.org/dist/activemq/${ACTIVEMQ_VERSION}/apache-activemq-${ACTIVEMQ_VERSION}-bin.tar.gz
tar -xvzf apache-activemq-${ACTIVEMQ_VERSION}-bin.tar.gz
mv apache-activemq-${ACTIVEMQ_VERSION}/* ${ACTIVEMQ_HOME}
rm -rf /usr/src/*
Expand Down

0 comments on commit 7ebff75

Please sign in to comment.