upgrade to activemq-protobuf-1.1-SNAPSHOT fixes one of the errors in the XARecoveryBrokerTest

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@947439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2010-05-23 16:13:23 +00:00
parent 755345cb53
commit 09642bbcfa
1 changed files with 3 additions and 2 deletions

View File

@ -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>