[hornetq-commits] JBoss hornetq SVN: r10061 - in trunk: hornetq-rest and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 20 09:50:41 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-12-20 09:50:41 -0500 (Mon, 20 Dec 2010)
New Revision: 10061

Modified:
   trunk/build-maven.xml
   trunk/hornetq-rest/pom.xml
Log:
fixing resteasy build

Modified: trunk/build-maven.xml
===================================================================
--- trunk/build-maven.xml	2010-12-20 11:50:07 UTC (rev 10060)
+++ trunk/build-maven.xml	2010-12-20 14:50:41 UTC (rev 10061)
@@ -13,7 +13,7 @@
   -->
 
 <project default="upload" name="HornetQ">
-   <property name="hornetq.version" value="2.2.0.QA-10041"/>
+   <property name="hornetq.version" value="2.2.0.QA-10058"/>
    <property name="build.dir" value="build"/>
    <property name="jars.dir" value="${build.dir}/jars"/>
 

Modified: trunk/hornetq-rest/pom.xml
===================================================================
--- trunk/hornetq-rest/pom.xml	2010-12-20 11:50:07 UTC (rev 10060)
+++ trunk/hornetq-rest/pom.xml	2010-12-20 14:50:41 UTC (rev 10061)
@@ -10,7 +10,7 @@
 
     <properties>
         <resteasy.version>2.0.1.GA</resteasy.version>
-        <hornetq.version>2.2.0.CR1</hornetq.version>
+        <hornetq.version>2.2.0.QA-10058</hornetq.version>
     </properties>
 
     <licenses>



More information about the hornetq-commits mailing list