[hornetq-commits] JBoss hornetq SVN: r9292 - in trunk: src/config/common and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 3 10:36:42 EDT 2010


Author: ataylor
Date: 2010-06-03 10:36:41 -0400 (Thu, 03 Jun 2010)
New Revision: 9292

Modified:
   trunk/build-maven.xml
   trunk/pom.xml
   trunk/src/config/common/hornetq-version.properties
Log:
updated version numbers

Modified: trunk/build-maven.xml
===================================================================
--- trunk/build-maven.xml	2010-06-03 14:19:26 UTC (rev 9291)
+++ trunk/build-maven.xml	2010-06-03 14:36:41 UTC (rev 9292)
@@ -13,7 +13,7 @@
   -->
 
 <project default="upload" name="HornetQ">
-   <property name="hornetq.version" value="2.1.0.CR1"/>
+   <property name="hornetq.version" value="2.1.0.Final"/>
    <property name="build.dir" value="build"/>
    <property name="jars.dir" value="${build.dir}/jars"/>
 

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-06-03 14:19:26 UTC (rev 9291)
+++ trunk/pom.xml	2010-06-03 14:36:41 UTC (rev 9292)
@@ -19,7 +19,7 @@
    <groupId>org.hornetq</groupId>
    <artifactId>messaging</artifactId>
    <packaging>pom</packaging>
-   <version>2.0.0.CR1</version>
+   <version>2.1.0.Final</version>
 
    <name>HornetQ</name>
    <url>http://hornetq.org</url>
@@ -222,7 +222,7 @@
       <dependency>
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>
-         <version>3.2.0.CR1</version>
+         <version>3.2.0.Final</version>
       </dependency>
       <!--needed to compile the logging jar-->
       <dependency>

Modified: trunk/src/config/common/hornetq-version.properties
===================================================================
--- trunk/src/config/common/hornetq-version.properties	2010-06-03 14:19:26 UTC (rev 9291)
+++ trunk/src/config/common/hornetq-version.properties	2010-06-03 14:36:41 UTC (rev 9292)
@@ -1,8 +1,8 @@
-hornetq.version.versionName=auraria
+hornetq.version.versionName=marimbondo
 hornetq.version.majorVersion=2
 hornetq.version.minorVersion=1
 hornetq.version.microVersion=0
 hornetq.version.incrementingVersion=118
-hornetq.version.versionSuffix=CR1
-hornetq.version.versionTag=CR1
+hornetq.version.versionSuffix=Final
+hornetq.version.versionTag=Final
 hornetq.netty.version=@NETTY.VERSION@



More information about the hornetq-commits mailing list