Author: chirino
Date: Thu Aug 16 15:07:11 2012
New Revision: 1373873
URL: http://svn.apache.org/viewvc?rev=1373873&view=rev
Log:
Test against ActiveMQ 5.6.0
Modified:
activemq/activemq-apollo/trunk/apollo-openwire/pom.xml
activemq/activemq-apollo/trunk/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-openwire/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-openwire/pom.xml?rev=1373873&r1=1373872&r2=1373873&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-openwire/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-openwire/pom.xml Thu Aug 16 15:07:11
2012
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>5.5.0</version>
+ <version>${activemq-version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Modified: activemq/activemq-apollo/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1373873&r1=1373872&r2=1373873&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Thu Aug 16 15:07:11 2012
@@ -43,7 +43,7 @@
<scala-version>2.9.1-1</scala-version>
<scalatest-version>1.8</scalatest-version>
- <activemq-version>5.4.1</activemq-version>
+ <activemq-version>5.6.0</activemq-version>
<servicemix.kernel.version>1.1.0</servicemix.kernel.version>
<spring-version>2.5.5</spring-version>
<activesoap-version>1.3</activesoap-version>