Skip to content

Commit 7ebff75

Browse files
committed
Upgrade to ActiveMQ 1.13.1
1 parent 39eb8ef commit 7ebff75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/setup/install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44

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

0 commit comments

Comments
 (0)