[jboss-cvs] JBossAS SVN: r67030 - branches/JBPAPP_4_2/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 13 13:10:56 EST 2007


Author: rrajesh
Date: 2007-11-13 13:10:55 -0500 (Tue, 13 Nov 2007)
New Revision: 67030

Modified:
   branches/JBPAPP_4_2/tools/etc/buildmagic/buildmagic.ent
   branches/JBPAPP_4_2/tools/etc/buildmagic/version-info.xml
Log:
Set the right default version.tag which is GA not GA_CP01

Modified: branches/JBPAPP_4_2/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- branches/JBPAPP_4_2/tools/etc/buildmagic/buildmagic.ent	2007-11-13 17:51:13 UTC (rev 67029)
+++ branches/JBPAPP_4_2/tools/etc/buildmagic/buildmagic.ent	2007-11-13 18:10:55 UTC (rev 67030)
@@ -101,7 +101,7 @@
   <property name="version.major" value="4"/>
   <property name="version.minor" value="3"/>
   <property name="version.revision" value="0"/>
-  <property name="version.tag" value="GA_CP01"/>
+  <property name="version.tag" value="GA"/>
   <property name="version.name" value="Trinity"/>
   <!-- This must be set to the CVS tag for any release -->
   <property name="version.cvstag" value="JBoss_${version.major}_${version.minor}_${version.revision}_${version.tag}" />

Modified: branches/JBPAPP_4_2/tools/etc/buildmagic/version-info.xml
===================================================================
--- branches/JBPAPP_4_2/tools/etc/buildmagic/version-info.xml	2007-11-13 17:51:13 UTC (rev 67029)
+++ branches/JBPAPP_4_2/tools/etc/buildmagic/version-info.xml	2007-11-13 18:10:55 UTC (rev 67030)
@@ -17,7 +17,7 @@
     <property name="version.major" value="4"/>
     <property name="version.minor" value="3"/>
     <property name="version.revision" value="0"/>
-    <property name="version.tag" value="GA_CP01"/>
+    <property name="version.tag" value="GA"/>
     <property name="version.name" value="Trinity"/>
     <!-- This must be set to the CVS tag for any release -->
     <property name="version.cvstag" value="JBoss_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>




More information about the jboss-cvs-commits mailing list