[jboss-cvs] JBossAS SVN: r92212 - in branches/JBPAPP_5_0: tools/etc/buildmagic and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 10 16:21:54 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-10 16:21:53 -0400 (Mon, 10 Aug 2009)
New Revision: 92212

Modified:
   branches/JBPAPP_5_0/build/build.properties
   branches/JBPAPP_5_0/tools/etc/buildmagic/buildmagic.ent
   branches/JBPAPP_5_0/tools/etc/buildmagic/version-info.xml
Log:
Change version to correctly identify builds from the branch tip

Modified: branches/JBPAPP_5_0/build/build.properties
===================================================================
--- branches/JBPAPP_5_0/build/build.properties	2009-08-10 20:20:51 UTC (rev 92211)
+++ branches/JBPAPP_5_0/build/build.properties	2009-08-10 20:21:53 UTC (rev 92212)
@@ -3,6 +3,6 @@
 version.major=5
 version.minor=0
 version.revision=0
-version.tag=Beta
+version.tag=Branch
 version.name=EAP
 

Modified: branches/JBPAPP_5_0/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- branches/JBPAPP_5_0/tools/etc/buildmagic/buildmagic.ent	2009-08-10 20:20:51 UTC (rev 92211)
+++ branches/JBPAPP_5_0/tools/etc/buildmagic/buildmagic.ent	2009-08-10 20:21:53 UTC (rev 92212)
@@ -89,7 +89,7 @@
   <property name="version.major" value="5"/>
   <property name="version.minor" value="0"/>
   <property name="version.revision" value="0"/>
-  <property name="version.tag" value="Beta"/>
+  <property name="version.tag" value="Branch"/>
   <property name="version.name" value="EAP"/>
   <!-- This must be set to the CVS tag for any release -->
   <property name="version.cvstag" value="JBPAPP_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>

Modified: branches/JBPAPP_5_0/tools/etc/buildmagic/version-info.xml
===================================================================
--- branches/JBPAPP_5_0/tools/etc/buildmagic/version-info.xml	2009-08-10 20:20:51 UTC (rev 92211)
+++ branches/JBPAPP_5_0/tools/etc/buildmagic/version-info.xml	2009-08-10 20:21:53 UTC (rev 92212)
@@ -17,7 +17,7 @@
     <property name="version.major" value="5"/>
     <property name="version.minor" value="0"/>
     <property name="version.revision" value="0"/>
-    <property name="version.tag" value="Beta"/>
+    <property name="version.tag" value="Branch"/>
     <property name="version.name" value="EAP"/>
     <!-- This must be set to the CVS tag for any release -->
     <property name="version.cvstag" value="JBPAPP_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>




More information about the jboss-cvs-commits mailing list