[jboss-cvs] JBossAS SVN: r82734 - branches/Branch_5_0/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 9 12:11:44 EST 2009


Author: dimitris at jboss.org
Date: 2009-01-09 12:11:44 -0500 (Fri, 09 Jan 2009)
New Revision: 82734

Modified:
   branches/Branch_5_0/tools/etc/buildmagic/buildmagic.ent
   branches/Branch_5_0/tools/etc/buildmagic/version-info.xml
Log:
point directly to the next final point release (if we are going to release it)

Modified: branches/Branch_5_0/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- branches/Branch_5_0/tools/etc/buildmagic/buildmagic.ent	2009-01-09 14:21:03 UTC (rev 82733)
+++ branches/Branch_5_0/tools/etc/buildmagic/buildmagic.ent	2009-01-09 17:11:44 UTC (rev 82734)
@@ -95,7 +95,7 @@
   <property name="version.major" value="5"/>
   <property name="version.minor" value="0"/>
   <property name="version.revision" value="1"/>
-  <property name="version.tag" value="CR1"/>
+  <property name="version.tag" value="GA"/>
   <property name="version.name" value="Morpheus"/>
   <!-- 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/Branch_5_0/tools/etc/buildmagic/version-info.xml
===================================================================
--- branches/Branch_5_0/tools/etc/buildmagic/version-info.xml	2009-01-09 14:21:03 UTC (rev 82733)
+++ branches/Branch_5_0/tools/etc/buildmagic/version-info.xml	2009-01-09 17:11:44 UTC (rev 82734)
@@ -17,7 +17,7 @@
     <property name="version.major" value="5"/>
     <property name="version.minor" value="0"/>
     <property name="version.revision" value="1"/>
-    <property name="version.tag" value="CR1"/>
+    <property name="version.tag" value="GA"/>
     <property name="version.name" value="Morpheus"/>
     <!-- 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