[jboss-cvs] JBossAS SVN: r58071 - in branches/Branch_4_2/build: . etc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 3 07:51:42 EST 2006


Author: dimitris at jboss.org
Date: 2006-11-03 07:51:35 -0500 (Fri, 03 Nov 2006)
New Revision: 58071

Modified:
   branches/Branch_4_2/build/build-release.xml
   branches/Branch_4_2/build/build-thirdparty.xml
   branches/Branch_4_2/build/build.xml
   branches/Branch_4_2/build/etc/component-info.xml
   branches/Branch_4_2/build/etc/core-jars-component-info.xml
Log:
switch to 4.2 versions

Modified: branches/Branch_4_2/build/build-release.xml
===================================================================
--- branches/Branch_4_2/build/build-release.xml	2006-11-03 12:39:00 UTC (rev 58070)
+++ branches/Branch_4_2/build/build-release.xml	2006-11-03 12:51:35 UTC (rev 58071)
@@ -70,7 +70,7 @@
    <!-- Include the environment properties -->
    <property environment="env"/>
    <!-- The cvs top level module name -->
-   <property name="cvs.module" value="jboss-4.0.x"/>
+   <property name="cvs.module" value="jboss-4.2.x"/>
    <!-- Set the cvs.tag based on the release.version.* properties -->
    <!-- Set the cvs.tag based on the release.version.* properties -->
    <condition property="cvs.tag" value="JBoss_${release.version.major}_${release.version.minor}_${release.version.revision}_${release.version.tag}">

Modified: branches/Branch_4_2/build/build-thirdparty.xml
===================================================================
--- branches/Branch_4_2/build/build-thirdparty.xml	2006-11-03 12:39:00 UTC (rev 58070)
+++ branches/Branch_4_2/build/build-thirdparty.xml	2006-11-03 12:51:35 UTC (rev 58071)
@@ -32,7 +32,7 @@
    <!-- Main Definition of dependencies -->
    <build id="jbossas-thirdparty"
       impltitle="JBossAS"
-      implversion="4.0.4beta"
+      implversion="4.2.0"
       implvendor="JBoss Inc."
       implurl="http://www.jboss.org"
       description="JBoss Application Server"

Modified: branches/Branch_4_2/build/build.xml
===================================================================
--- branches/Branch_4_2/build/build.xml	2006-11-03 12:39:00 UTC (rev 58070)
+++ branches/Branch_4_2/build/build.xml	2006-11-03 12:51:35 UTC (rev 58071)
@@ -218,7 +218,7 @@
     <property name="release.id" value="${install.id}"/>
 
     <property name="install.root" value="${module.output}/${install.id}"/>
-    <!-- JavaEE5 technology integration into the 4.0.x core -->
+    <!-- JavaEE5 technology integration into the 4.2.x core -->
     <property name="install.ejb3.root" value="${install.root}-ejb3"/>
 
     <property name="install.docs" value="${install.root}/docs"/>

Modified: branches/Branch_4_2/build/etc/component-info.xml
===================================================================
--- branches/Branch_4_2/build/etc/component-info.xml	2006-11-03 12:39:00 UTC (rev 58070)
+++ branches/Branch_4_2/build/etc/component-info.xml	2006-11-03 12:51:35 UTC (rev 58071)
@@ -5,7 +5,7 @@
    $Id$
    -->
    <component id="jbossas/core-libs"
-              version="4.0.4.GA"
+              version="4.2.0.GA"
               licenseType="lgpl"
               projectHome="http://www.jboss.org"
               description="A canonical representation of JBossAS: j2ee1.4 application server based on a jmx microkernel"

Modified: branches/Branch_4_2/build/etc/core-jars-component-info.xml
===================================================================
--- branches/Branch_4_2/build/etc/core-jars-component-info.xml	2006-11-03 12:39:00 UTC (rev 58070)
+++ branches/Branch_4_2/build/etc/core-jars-component-info.xml	2006-11-03 12:51:35 UTC (rev 58071)
@@ -5,7 +5,7 @@
    $Id$
    -->
    <component id="jbossas/core-libs"
-              version="4.0.4.GA"
+              version="4.2.0.GA"
               licenseType="lgpl"
               projectHome="http://www.jboss.org"
               description="The core JBossAS server libs"




More information about the jboss-cvs-commits mailing list