[hornetq-commits] JBoss hornetq SVN: r9970 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 1 22:54:00 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-12-01 22:53:59 -0500 (Wed, 01 Dec 2010)
New Revision: 9970

Modified:
   trunk/build-maven.xml
   trunk/pom.xml
Log:
upgrading netty

Modified: trunk/build-maven.xml
===================================================================
--- trunk/build-maven.xml	2010-12-02 03:16:31 UTC (rev 9969)
+++ trunk/build-maven.xml	2010-12-02 03:53:59 UTC (rev 9970)
@@ -13,7 +13,7 @@
   -->
 
 <project default="upload" name="HornetQ">
-   <property name="hornetq.version" value="2.2.0.CR1"/>
+   <property name="hornetq.version" value="2.2.0.QA1"/>
    <property name="build.dir" value="build"/>
    <property name="jars.dir" value="${build.dir}/jars"/>
 
@@ -152,7 +152,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-location/maven-repository"/ -->
+        <arg value="-Dmaven.repo.local=/work/eap/maven-repository"/>
         <arg value="-DgroupId=org.hornetq"/>
         <arg value="-DartifactId=${artifact.id}"/>
         <arg value="-Dversion=${hornetq.version}"/>
@@ -164,7 +164,7 @@
         <arg value="install:install-file"/>
         <arg value="-DgroupId=org.hornetq"/>
         <!-- uncomment the following line to deploy to the JBoss 5 repository -->
-        <!-- arg value="-Dmaven.repo.local=/work/eap-location/maven-repository"/ -->
+        <arg value="-Dmaven.repo.local=/work/eap/maven-repository"/>
         <arg value="-DartifactId=${artifact.id}"/>
         <arg value="-Dversion=${hornetq.version}"/>
         <arg value="-Dpackaging=jar"/>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-12-02 03:16:31 UTC (rev 9969)
+++ trunk/pom.xml	2010-12-02 03:53:59 UTC (rev 9970)
@@ -236,7 +236,7 @@
       <dependency>
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>
-         <version>3.2.1.Final</version>
+         <version>3.2.3.Final</version>
       </dependency>
       <!--needed to compile the logging jar-->
       <dependency>



More information about the hornetq-commits mailing list