[hornetq-commits] JBoss hornetq SVN: r10245 - in branches/Branch_2_2_EAP: hornetq-rest and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 23 00:59:18 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-02-23 00:59:17 -0500 (Wed, 23 Feb 2011)
New Revision: 10245

Modified:
   branches/Branch_2_2_EAP/build-maven.xml
   branches/Branch_2_2_EAP/hornetq-rest/pom.xml
Log:
increase release

Modified: branches/Branch_2_2_EAP/build-maven.xml
===================================================================
--- branches/Branch_2_2_EAP/build-maven.xml	2011-02-23 05:56:49 UTC (rev 10244)
+++ branches/Branch_2_2_EAP/build-maven.xml	2011-02-23 05:59:17 UTC (rev 10245)
@@ -13,7 +13,7 @@
   -->
 
 <project default="upload" name="HornetQ">
-   <property name="hornetq.version" value="2.2.0.EAP-QA-10231"/>
+   <property name="hornetq.version" value="2.2.0.GA"/>
    <property name="build.dir" value="build"/>
    <property name="jars.dir" value="${build.dir}/jars"/>
 

Modified: branches/Branch_2_2_EAP/hornetq-rest/pom.xml
===================================================================
--- branches/Branch_2_2_EAP/hornetq-rest/pom.xml	2011-02-23 05:56:49 UTC (rev 10244)
+++ branches/Branch_2_2_EAP/hornetq-rest/pom.xml	2011-02-23 05:59:17 UTC (rev 10245)
@@ -10,7 +10,7 @@
 
     <properties>
         <resteasy.version>2.0.1.GA</resteasy.version>
-        <hornetq.version>2.2.0.EAP-QA-10231</hornetq.version>
+        <hornetq.version>2.2.0.GA</hornetq.version>
     </properties>
 
     <licenses>



More information about the hornetq-commits mailing list