[jboss-cvs] JBossAS SVN: r104294 - in branches/JBPAPP_5_1: tools/etc/buildmagic and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Apr 28 12:12:37 EDT 2010
Author: fnasser at redhat.com
Date: 2010-04-28 12:12:35 -0400 (Wed, 28 Apr 2010)
New Revision: 104294
Modified:
branches/JBPAPP_5_1/build/build.properties
branches/JBPAPP_5_1/tools/etc/buildmagic/buildmagic.ent
branches/JBPAPP_5_1/tools/etc/buildmagic/version-info.xml
Log:
Adjust the version to 5.1.0
Modified: branches/JBPAPP_5_1/build/build.properties
===================================================================
--- branches/JBPAPP_5_1/build/build.properties 2010-04-28 15:13:48 UTC (rev 104293)
+++ branches/JBPAPP_5_1/build/build.properties 2010-04-28 16:12:35 UTC (rev 104294)
@@ -1,8 +1,8 @@
# This file defines default property set for build variables
version.major=5
-version.minor=0
-version.revision=1
+version.minor=1
+version.revision=0
version.tag=Branch
version.name=EAP
Modified: branches/JBPAPP_5_1/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- branches/JBPAPP_5_1/tools/etc/buildmagic/buildmagic.ent 2010-04-28 15:13:48 UTC (rev 104293)
+++ branches/JBPAPP_5_1/tools/etc/buildmagic/buildmagic.ent 2010-04-28 16:12:35 UTC (rev 104294)
@@ -87,8 +87,8 @@
<!-- Version identifiers for the server. -->
<property name="version.major" value="5"/>
- <property name="version.minor" value="0"/>
- <property name="version.revision" value="1"/>
+ <property name="version.minor" value="1"/>
+ <property name="version.revision" value="0"/>
<property name="version.tag" value="Branch"/>
<property name="version.name" value="EAP"/>
<!-- This must be set to the CVS tag for any release -->
Modified: branches/JBPAPP_5_1/tools/etc/buildmagic/version-info.xml
===================================================================
--- branches/JBPAPP_5_1/tools/etc/buildmagic/version-info.xml 2010-04-28 15:13:48 UTC (rev 104293)
+++ branches/JBPAPP_5_1/tools/etc/buildmagic/version-info.xml 2010-04-28 16:12:35 UTC (rev 104294)
@@ -15,8 +15,8 @@
<!-- Version identifiers for the server. -->
<property name="version.major" value="5"/>
- <property name="version.minor" value="0"/>
- <property name="version.revision" value="1"/>
+ <property name="version.minor" value="1"/>
+ <property name="version.revision" value="0"/>
<property name="version.tag" value="Branch"/>
<property name="version.name" value="EAP"/>
<!-- This must be set to the CVS tag for any release -->
More information about the jboss-cvs-commits
mailing list