[jboss-svn-commits] JBoss Common SVN: r3632 - common-old/branches/JBossCommon_1_2_1_GA_CP/tools/etc/buildmagic.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 2 14:30:17 EST 2009


Author: dimitris at jboss.org
Date: 2009-11-02 14:30:12 -0500 (Mon, 02 Nov 2009)
New Revision: 3632

Modified:
   common-old/branches/JBossCommon_1_2_1_GA_CP/tools/etc/buildmagic/buildmagic.ent
Log:
fix the version tags

Modified: common-old/branches/JBossCommon_1_2_1_GA_CP/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- common-old/branches/JBossCommon_1_2_1_GA_CP/tools/etc/buildmagic/buildmagic.ent	2009-11-02 19:28:42 UTC (rev 3631)
+++ common-old/branches/JBossCommon_1_2_1_GA_CP/tools/etc/buildmagic/buildmagic.ent	2009-11-02 19:30:12 UTC (rev 3632)
@@ -103,10 +103,10 @@
   <property name="version.major" value="1"/>
   <property name="version.minor" value="2"/>
   <property name="version.revision" value="1"/>
-  <property name="version.tag" value="GA"/>
+  <property name="version.tag" value="GA_CP"/>
   <property name="version.name" value="Trinity"/>
   <!-- This must be set to the SVN tag for any release -->
-  <property name="version.cvstag" value="JBossCommon_1_2_1_GA"/>
+  <property name="version.cvstag" value="JBossCommon_1_2_1_GA_CP"/>
 
   <!-- Manifest version info -->
   <property name="specification.title" value="JBoss Common"/>



More information about the jboss-svn-commits mailing list