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 2010/05/23 18:13:23 UTC

svn commit: r947439 - /activemq/trunk/pom.xml

Author: chirino
Date: Sun May 23 16:13:23 2010
New Revision: 947439

URL: http://svn.apache.org/viewvc?rev=947439&view=rev
Log:
upgrade to activemq-protobuf-1.1-SNAPSHOT fixes one of the errors in the XARecoveryBrokerTest

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=947439&r1=947438&r2=947439&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Sun May 23 16:13:23 2010
@@ -86,6 +86,7 @@
     <maven-surefire-plugin-version>2.5</maven-surefire-plugin-version>
     <commons-net-version>2.0</commons-net-version>
     <ftpserver-version>1.0.0</ftpserver-version>
+    <activemq-protobuf-version>1.1-SNAPSHOT</activemq-protobuf-version>
     <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
     <!-- OSGi bundles properties -->
     <activemq.osgi.import.pkg>*</activemq.osgi.import.pkg>
@@ -300,7 +301,7 @@
       <dependency>
         <groupId>org.apache.activemq.protobuf</groupId>
         <artifactId>activemq-protobuf</artifactId>
-        <version>1.0</version>
+        <version>${activemq-protobuf-version}</version>
       </dependency>
 
       <!-- =============================== -->
@@ -941,7 +942,7 @@
         <plugin>
           <groupId>org.apache.activemq.protobuf</groupId>
           <artifactId>activemq-protobuf</artifactId>
-          <version>1.0</version>
+          <version>${activemq-protobuf-version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>