[jboss-cvs] JBossAS SVN: r82055 - in branches/Branch_5_0: aspects and 33 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Dec 4 12:57:07 EST 2008
Author: dimitris at jboss.org
Date: 2008-12-04 12:57:07 -0500 (Thu, 04 Dec 2008)
New Revision: 82055
Modified:
branches/Branch_5_0/aspects/pom.xml
branches/Branch_5_0/bootstrap/pom.xml
branches/Branch_5_0/build/pom.xml
branches/Branch_5_0/client/pom.xml
branches/Branch_5_0/cluster/pom.xml
branches/Branch_5_0/component-matrix/pom.xml
branches/Branch_5_0/connector/pom.xml
branches/Branch_5_0/console/pom.xml
branches/Branch_5_0/deployment/pom.xml
branches/Branch_5_0/ejb3/pom.xml
branches/Branch_5_0/embedded/pom.xml
branches/Branch_5_0/hibernate-int/pom.xml
branches/Branch_5_0/iiop/pom.xml
branches/Branch_5_0/j2se/pom.xml
branches/Branch_5_0/jbossas/jmx-remoting/pom.xml
branches/Branch_5_0/jbossas/pom.xml
branches/Branch_5_0/jbossas/remoting/pom.xml
branches/Branch_5_0/jmx-remoting/pom.xml
branches/Branch_5_0/jmx/pom.xml
branches/Branch_5_0/main/pom.xml
branches/Branch_5_0/management/pom.xml
branches/Branch_5_0/mbeans/pom.xml
branches/Branch_5_0/messaging/pom.xml
branches/Branch_5_0/pom.xml
branches/Branch_5_0/profileservice/pom.xml
branches/Branch_5_0/security/pom.xml
branches/Branch_5_0/server/pom.xml
branches/Branch_5_0/spring-int/pom.xml
branches/Branch_5_0/system-jmx/pom.xml
branches/Branch_5_0/system/pom.xml
branches/Branch_5_0/thirdparty/pom.xml
branches/Branch_5_0/tomcat/pom.xml
branches/Branch_5_0/tools/etc/buildmagic/buildmagic.ent
branches/Branch_5_0/tools/etc/buildmagic/version-info.xml
branches/Branch_5_0/varia/pom.xml
branches/Branch_5_0/webservices/pom.xml
Log:
Advance Branch_5_0 to the next release, 5.0.1.CR1
Modified: branches/Branch_5_0/aspects/pom.xml
===================================================================
--- branches/Branch_5_0/aspects/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/aspects/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/bootstrap/pom.xml
===================================================================
--- branches/Branch_5_0/bootstrap/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/bootstrap/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/build/pom.xml
===================================================================
--- branches/Branch_5_0/build/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/build/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -1,10 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-parent</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-build</artifactId>
Modified: branches/Branch_5_0/client/pom.xml
===================================================================
--- branches/Branch_5_0/client/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/client/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -1,10 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-parent</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-client</artifactId>
Modified: branches/Branch_5_0/cluster/pom.xml
===================================================================
--- branches/Branch_5_0/cluster/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/cluster/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_0/component-matrix/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/component-matrix/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -18,7 +18,7 @@
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-component-matrix</artifactId>
<packaging>pom</packaging>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
<name>JBossAS Component Matrix</name>
<description>
Contract for Consumers of JBossAS Components, defining and
Modified: branches/Branch_5_0/connector/pom.xml
===================================================================
--- branches/Branch_5_0/connector/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/connector/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/console/pom.xml
===================================================================
--- branches/Branch_5_0/console/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/console/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/deployment/pom.xml
===================================================================
--- branches/Branch_5_0/deployment/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/deployment/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/ejb3/pom.xml
===================================================================
--- branches/Branch_5_0/ejb3/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/ejb3/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/embedded/pom.xml
===================================================================
--- branches/Branch_5_0/embedded/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/embedded/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/hibernate-int/pom.xml
===================================================================
--- branches/Branch_5_0/hibernate-int/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/hibernate-int/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/iiop/pom.xml
===================================================================
--- branches/Branch_5_0/iiop/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/iiop/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/j2se/pom.xml
===================================================================
--- branches/Branch_5_0/j2se/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/j2se/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/jbossas/jmx-remoting/pom.xml
===================================================================
--- branches/Branch_5_0/jbossas/jmx-remoting/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/jbossas/jmx-remoting/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-jbossas</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/jbossas/pom.xml
===================================================================
--- branches/Branch_5_0/jbossas/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/jbossas/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/jbossas/remoting/pom.xml
===================================================================
--- branches/Branch_5_0/jbossas/remoting/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/jbossas/remoting/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-jbossas</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/jmx/pom.xml
===================================================================
--- branches/Branch_5_0/jmx/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/jmx/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/jmx-remoting/pom.xml
===================================================================
--- branches/Branch_5_0/jmx-remoting/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/jmx-remoting/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/main/pom.xml
===================================================================
--- branches/Branch_5_0/main/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/main/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/management/pom.xml
===================================================================
--- branches/Branch_5_0/management/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/management/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/mbeans/pom.xml
===================================================================
--- branches/Branch_5_0/mbeans/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/mbeans/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/messaging/pom.xml
===================================================================
--- branches/Branch_5_0/messaging/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/messaging/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/pom.xml
===================================================================
--- branches/Branch_5_0/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,13 +3,13 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-component-matrix</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
<relativePath>component-matrix</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JBoss Application Server Parent POM</name>
<url>http://www.jboss.org/jbossas</url>
Modified: branches/Branch_5_0/profileservice/pom.xml
===================================================================
--- branches/Branch_5_0/profileservice/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/profileservice/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/security/pom.xml
===================================================================
--- branches/Branch_5_0/security/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/security/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/server/pom.xml
===================================================================
--- branches/Branch_5_0/server/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/server/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/spring-int/pom.xml
===================================================================
--- branches/Branch_5_0/spring-int/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/spring-int/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/system/pom.xml
===================================================================
--- branches/Branch_5_0/system/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/system/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/system-jmx/pom.xml
===================================================================
--- branches/Branch_5_0/system-jmx/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/system-jmx/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_0/thirdparty/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/thirdparty/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/tomcat/pom.xml
===================================================================
--- branches/Branch_5_0/tomcat/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/tomcat/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- branches/Branch_5_0/tools/etc/buildmagic/buildmagic.ent 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/tools/etc/buildmagic/buildmagic.ent 2008-12-04 17:57:07 UTC (rev 82055)
@@ -94,8 +94,8 @@
<!-- Version identifiers for the server. -->
<property name="version.major" value="5"/>
<property name="version.minor" value="0"/>
- <property name="version.revision" value="0"/>
- <property name="version.tag" value="GA"/>
+ <property name="version.revision" value="1"/>
+ <property name="version.tag" value="CR1"/>
<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 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/tools/etc/buildmagic/version-info.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -16,8 +16,8 @@
<!-- Version identifiers for the server. -->
<property name="version.major" value="5"/>
<property name="version.minor" value="0"/>
- <property name="version.revision" value="0"/>
- <property name="version.tag" value="GA"/>
+ <property name="version.revision" value="1"/>
+ <property name="version.tag" value="CR1"/>
<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/varia/pom.xml
===================================================================
--- branches/Branch_5_0/varia/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/varia/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
Modified: branches/Branch_5_0/webservices/pom.xml
===================================================================
--- branches/Branch_5_0/webservices/pom.xml 2008-12-04 17:53:15 UTC (rev 82054)
+++ branches/Branch_5_0/webservices/pom.xml 2008-12-04 17:57:07 UTC (rev 82055)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
More information about the jboss-cvs-commits
mailing list