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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 2 21:18:38 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-11-02 21:18:38 -0400 (Wed, 02 Nov 2011)
New Revision: 11648

Modified:
   branches/Branch_2_2_EAP/build-maven.xml
   branches/Branch_2_2_EAP/hornetq-rest/pom.xml
   branches/Branch_2_2_EAP/src/config/common/hornetq-version.properties
Log:
Version change

Modified: branches/Branch_2_2_EAP/build-maven.xml
===================================================================
--- branches/Branch_2_2_EAP/build-maven.xml	2011-11-03 01:10:33 UTC (rev 11647)
+++ branches/Branch_2_2_EAP/build-maven.xml	2011-11-03 01:18:38 UTC (rev 11648)
@@ -13,7 +13,7 @@
   -->
 
 <project default="upload" name="HornetQ">
-   <property name="hornetq.version" value="2.2.8.EAP.CR3"/>
+   <property name="hornetq.version" value="2.2.8.EAP.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-11-03 01:10:33 UTC (rev 11647)
+++ branches/Branch_2_2_EAP/hornetq-rest/pom.xml	2011-11-03 01:18:38 UTC (rev 11648)
@@ -10,7 +10,7 @@
 
     <properties>
         <resteasy.version>2.0.1.GA</resteasy.version>
-        <hornetq.version>2.2.8.EAP.CR3</hornetq.version>
+        <hornetq.version>2.2.8.EAP.GA</hornetq.version>
     </properties>
 
     <licenses>

Modified: branches/Branch_2_2_EAP/src/config/common/hornetq-version.properties
===================================================================
--- branches/Branch_2_2_EAP/src/config/common/hornetq-version.properties	2011-11-03 01:10:33 UTC (rev 11647)
+++ branches/Branch_2_2_EAP/src/config/common/hornetq-version.properties	2011-11-03 01:18:38 UTC (rev 11648)
@@ -1,9 +1,9 @@
-hornetq.version.versionName=HQ_2_2_8_EAP_CR2
+hornetq.version.versionName=HQ_2_2_8_EAP_GA
 hornetq.version.majorVersion=2
 hornetq.version.minorVersion=2
 hornetq.version.microVersion=8
 hornetq.version.incrementingVersion=122
-hornetq.version.versionSuffix=CR2
-hornetq.version.versionTag=CR2
+hornetq.version.versionSuffix=GA
+hornetq.version.versionTag=GA
 hornetq.netty.version=@NETTY.VERSION@
 hornetq.version.compatibleVersionList=121,122



More information about the hornetq-commits mailing list