You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/11/13 20:52:40 UTC

svn commit: r1408922 - in /activemq/activemq-apollo/trunk: apollo-amqp/pom.xml pom.xml

Author: chirino
Date: Tue Nov 13 19:52:39 2012
New Revision: 1408922

URL: http://svn.apache.org/viewvc?rev=1408922&view=rev
Log:
Use mvn properties for the qpid dependency versions.

Modified:
    activemq/activemq-apollo/trunk/apollo-amqp/pom.xml
    activemq/activemq-apollo/trunk/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-amqp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-amqp/pom.xml?rev=1408922&r1=1408921&r2=1408922&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-amqp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-amqp/pom.xml Tue Nov 13 19:52:39 2012
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>org.apache.qpid</groupId>
       <artifactId>qpid-proton</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${qpid-proton-version}</version>
     </dependency>
 
     <!-- Scala Support -->
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>org.apache.qpid</groupId>
       <artifactId>qpid-amqp-1-0-client-jms</artifactId>
-      <version>0.18</version>
+      <version>${qpid-jms-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1408922&r1=1408921&r2=1408922&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Tue Nov 13 19:52:39 2012
@@ -138,6 +138,8 @@
     
     <osgi.fragment.host>${project.groupId}.apollo-broker</osgi.fragment.host>
     <mvnplugins-version>1.15</mvnplugins-version>
+    <qpid-proton-version>1.0-SNAPSHOT</qpid-proton-version>
+    <qpid-jms-version>0.18</qpid-jms-version>
   </properties>
 
   <prerequisites>