You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2019/01/19 18:09:16 UTC

svn commit: r1851684 - in /jmeter/trunk: build.properties xdocs/changes.xml

Author: fschumacher
Date: Sat Jan 19 18:09:16 2019
New Revision: 1851684

URL: http://svn.apache.org/viewvc?rev=1851684&view=rev
Log:
Update ActiveMQ to 5.15.8

Modified:
    jmeter/trunk/build.properties
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1851684&r1=1851683&r2=1851684&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Sat Jan 19 18:09:16 2019
@@ -486,10 +486,10 @@ hsqldb.loc                   = ${maven2.
 hsqldb.sha512                = 1161375DC48C6259BF9C219AADBE33D933260AD9D9EF1F4A006B4C81B4763603690446952B30002DAC6DA8373A1A9843902806C1C49B38149CD4584B8F0B423F
 
 # Optional for use by JMS_TESTS.jmx
-activemq-all.version         = 5.15.7
+activemq-all.version         = 5.15.8
 activemq-all.jar             = activemq-all-${activemq-all.version}.jar
 activemq-all.loc             = ${maven2.repo}/org/apache/activemq/activemq-all/${activemq-all.version}
-activemq-all.sha512          = 3cc3488f3cb6ffee0831f1151c88bb1baeea284cc2c585e0032fe5b0aaba31e8cd85b751b39425920ce527af8d0607516a9ad50a01b50323f10a68ed44c533b5
+activemq-all.sha512          = 5dda2a620ad6cacff743b29d4f2095c3f7454b0afef7ddf9da82994c6545ef58fd6a6cb558e862851ab60acccb890b9dd11874007558bab82f690d1af4a3f2a2
 
 # Used by XPath 2
 Saxon-HE.version              = 9.8.0-14

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1851684&r1=1851683&r2=1851684&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Jan 19 18:09:16 2019
@@ -159,7 +159,7 @@ of previous time slot as a base. Startin
     <li>Updated to xstream 1.4.11 (from 1.4.10)</li>
     <li>Updated to jodd 5.0.6 (from 4.1.4)</li>
     <li>Updated to asm-7.0 (from 6.1)</li>
-    <li>Update to ActiveMQ 5.15.7 (from 5.5.16)</li>
+    <li>Update to ActiveMQ 5.15.8 (from 5.5.16)</li>
     <li>Updated to rsyntaxtextarea-3.0.2 (from 2.6.1)</li>
     <li><bug>62818</bug>Updated to xercesImpl to 2.12.0 (from 2.11.0). Reported by Stefan Seide (stefan at trilobyte-se.de)</li>
     <li><bug>62744</bug>Upgrade jquery to version 3.3.1, jquery-ui to 1.12.1, bootstrap to 3.3.7</li>