[hornetq-commits] JBoss hornetq SVN: r10382 - branches/Branch_2_2_EAP.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Mar 27 20:07:43 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-27 20:07:43 -0400 (Sun, 27 Mar 2011)
New Revision: 10382

Modified:
   branches/Branch_2_2_EAP/build-hornetq.xml
Log:
changing svn url on build and manifest

Modified: branches/Branch_2_2_EAP/build-hornetq.xml
===================================================================
--- branches/Branch_2_2_EAP/build-hornetq.xml	2011-03-27 12:28:29 UTC (rev 10381)
+++ branches/Branch_2_2_EAP/build-hornetq.xml	2011-03-28 00:07:43 UTC (rev 10382)
@@ -42,7 +42,7 @@
 	   <!-- Version properties are read from hornetq-version.properties instead of duplicating them here -->
    <property file="src/config/common/hornetq-version.properties"/>
    <property name="hornetq.version.revision" value="0" />
-   <property name="hornetq.version.svnurl" value="https://svn.jboss.org/repos/hornetq/trunk"/>
+   <property name="hornetq.version.svnurl" value="https://svn.jboss.org/repos/hornetq/branches/Branch_2_2_EAP"/>
    <property name="hornetq.version.string"
              value="${hornetq.version.majorVersion}.${hornetq.version.minorVersion}.${hornetq.version.microVersion}.${hornetq.version.versionSuffix} (${hornetq.version.versionName}, ${hornetq.version.incrementingVersion})"/>
    <property name="module.version"



More information about the hornetq-commits mailing list