[hornetq-commits] JBoss hornetq SVN: r12273 - in branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396: hornetq-rest and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 8 18:21:53 EST 2012


Author: clebert.suconic
Date: 2012-03-08 18:21:53 -0500 (Thu, 08 Mar 2012)
New Revision: 12273

Modified:
   branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/build-maven.xml
   branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/hornetq-rest/pom.xml
   branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/src/config/common/hornetq-version.properties
Log:
changing version names for JBPAPP-8396

Modified: branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/build-maven.xml
===================================================================
--- branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/build-maven.xml	2012-03-08 23:18:51 UTC (rev 12272)
+++ branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/build-maven.xml	2012-03-08 23:21:53 UTC (rev 12273)
@@ -13,7 +13,7 @@
   -->
 
 <project default="upload" name="HornetQ">
-   <property name="hornetq.version" value="2.2.10.EAP.GA"/>
+   <property name="hornetq.version" value="2.2.10.EAP.GA-JBPAPP_6277"/>
    <property name="build.dir" value="build"/>
    <property name="jars.dir" value="${build.dir}/jars"/>
 

Modified: branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/hornetq-rest/pom.xml
===================================================================
--- branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/hornetq-rest/pom.xml	2012-03-08 23:18:51 UTC (rev 12272)
+++ branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/hornetq-rest/pom.xml	2012-03-08 23:21:53 UTC (rev 12273)
@@ -10,7 +10,7 @@
 
     <properties>
         <resteasy.version>2.0.1.GA</resteasy.version>
-        <hornetq.version>2.2.10.EAP.GA</hornetq.version>
+        <hornetq.version>2.2.10.EAP.GA-JBPAPP_6277</hornetq.version>
     </properties>
 
     <licenses>

Modified: branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/src/config/common/hornetq-version.properties
===================================================================
--- branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/src/config/common/hornetq-version.properties	2012-03-08 23:18:51 UTC (rev 12272)
+++ branches/one-offs/HornetQ_2_2_10_EAP_JBPAPP_8396/src/config/common/hornetq-version.properties	2012-03-08 23:21:53 UTC (rev 12273)
@@ -1,4 +1,4 @@
-hornetq.version.versionName=HQ_2_2_10_EAP_GA
+hornetq.version.versionName=HQ_2_2_10_EAP_GA_JBPAPP_6277
 hornetq.version.majorVersion=2
 hornetq.version.minorVersion=2
 hornetq.version.microVersion=10



More information about the hornetq-commits mailing list