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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 21 12:43:49 EDT 2012


Author: clebert.suconic at jboss.com
Date: 2012-03-21 12:43:48 -0400 (Wed, 21 Mar 2012)
New Revision: 12315

Modified:
   branches/Branch_2_2_AS7/build-maven.xml
   branches/Branch_2_2_AS7/hornetq-rest/pom.xml
Log:
changing the version ids so hudson builds using it will not mess up with other builds

Modified: branches/Branch_2_2_AS7/build-maven.xml
===================================================================
--- branches/Branch_2_2_AS7/build-maven.xml	2012-03-19 20:18:19 UTC (rev 12314)
+++ branches/Branch_2_2_AS7/build-maven.xml	2012-03-21 16:43:48 UTC (rev 12315)
@@ -13,7 +13,7 @@
   -->
 
 <project default="upload" name="HornetQ">
-   <property name="hornetq.version" value="2.2.13.Final"/>
+   <property name="hornetq.version" value="2.2.snapshot"/>
    <property name="build.dir" value="build"/>
    <property name="jars.dir" value="${build.dir}/jars"/>
 

Modified: branches/Branch_2_2_AS7/hornetq-rest/pom.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/pom.xml	2012-03-19 20:18:19 UTC (rev 12314)
+++ branches/Branch_2_2_AS7/hornetq-rest/pom.xml	2012-03-21 16:43:48 UTC (rev 12315)
@@ -10,7 +10,7 @@
 
     <properties>
         <resteasy.version>2.0.1.GA</resteasy.version>
-        <hornetq.version>2.2.6.Final</hornetq.version>
+        <hornetq.version>2.2.snapshot</hornetq.version>
     </properties>
 
     <licenses>



More information about the hornetq-commits mailing list