[hornetq-commits] JBoss hornetq SVN: r11455 - in branches/Branch_2_2_EAP: src/config/common and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Sep 30 16:27:47 EDT 2011


Author: clebert.suconic
Date: 2011-09-30 16:27:47 -0400 (Fri, 30 Sep 2011)
New Revision: 11455

Modified:
   branches/Branch_2_2_EAP/build-maven.xml
   branches/Branch_2_2_EAP/src/config/common/hornetq-version.properties
Log:
upgrade release

Modified: branches/Branch_2_2_EAP/build-maven.xml
===================================================================
--- branches/Branch_2_2_EAP/build-maven.xml	2011-09-30 19:45:11 UTC (rev 11454)
+++ branches/Branch_2_2_EAP/build-maven.xml	2011-09-30 20:27:47 UTC (rev 11455)
@@ -13,7 +13,7 @@
   -->
 
 <project default="upload" name="HornetQ">
-   <property name="hornetq.version" value="2.2.8.CR1"/>
+   <property name="hornetq.version" value="2.2.8.EAP.CR2"/>
    <property name="build.dir" value="build"/>
    <property name="jars.dir" value="${build.dir}/jars"/>
 
@@ -165,7 +165,7 @@
        <exec executable="mvn" dir="./build">
         <arg value="install:install-file"/>
         <!-- uncomment the following line to deploy to the JBoss 5 repository -->
-        <!-- arg value="-Dmaven.repo.local=/work/eap/maven-repository"/ -->
+        <arg value="-Dmaven.repo.local=/work/eap-51/maven-repository"/>
         <arg value="-DgroupId=org.hornetq"/>
         <arg value="-DartifactId=${artifact.id}"/>
         <arg value="-Dversion=${hornetq.version}"/>

Modified: branches/Branch_2_2_EAP/src/config/common/hornetq-version.properties
===================================================================
--- branches/Branch_2_2_EAP/src/config/common/hornetq-version.properties	2011-09-30 19:45:11 UTC (rev 11454)
+++ branches/Branch_2_2_EAP/src/config/common/hornetq-version.properties	2011-09-30 20:27:47 UTC (rev 11455)
@@ -1,4 +1,4 @@
-hornetq.version.versionName=HQ_2_2_8_EAP_CR1
+hornetq.version.versionName=HQ_2_2_8_EAP_CR2
 hornetq.version.majorVersion=2
 hornetq.version.minorVersion=2
 hornetq.version.microVersion=8



More information about the hornetq-commits mailing list