[jboss-cvs] JBossAS SVN: r60719 - in projects/microcontainer/branches/2_0: build and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 20 12:17:30 EST 2007


Author: scott.stark at jboss.org
Date: 2007-02-20 12:17:30 -0500 (Tue, 20 Feb 2007)
New Revision: 60719

Modified:
   projects/microcontainer/branches/2_0/aop-mc-int/pom.xml
   projects/microcontainer/branches/2_0/build/pom.xml
   projects/microcontainer/branches/2_0/container/pom.xml
   projects/microcontainer/branches/2_0/dependency/pom.xml
   projects/microcontainer/branches/2_0/deployers/pom.xml
   projects/microcontainer/branches/2_0/kernel/pom.xml
   projects/microcontainer/branches/2_0/managed/pom.xml
   projects/microcontainer/branches/2_0/metatype/pom.xml
   projects/microcontainer/branches/2_0/tools/etc/buildmagic/buildmagic.ent
Log:
Update the version to 2.0.0.Beta3

Modified: projects/microcontainer/branches/2_0/aop-mc-int/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/aop-mc-int/pom.xml	2007-02-20 17:04:08 UTC (rev 60718)
+++ projects/microcontainer/branches/2_0/aop-mc-int/pom.xml	2007-02-20 17:17:30 UTC (rev 60719)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0.Beta2</version>
+    <version>2.0.0.Beta3</version>
 	<relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: projects/microcontainer/branches/2_0/build/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/build/pom.xml	2007-02-20 17:04:08 UTC (rev 60718)
+++ projects/microcontainer/branches/2_0/build/pom.xml	2007-02-20 17:17:30 UTC (rev 60719)
@@ -27,7 +27,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-microcontainer</artifactId>
-  <version>2.0.0.Beta2</version>
+  <version>2.0.0.Beta3</version>
   <packaging>pom</packaging>
   <name>JBoss Microcontainer Build</name>
   <url>http://www.jboss.com/products/jbossmc</url>

Modified: projects/microcontainer/branches/2_0/container/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/container/pom.xml	2007-02-20 17:04:08 UTC (rev 60718)
+++ projects/microcontainer/branches/2_0/container/pom.xml	2007-02-20 17:17:30 UTC (rev 60719)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0.Beta2</version>
+    <version>2.0.0.Beta3</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: projects/microcontainer/branches/2_0/dependency/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/dependency/pom.xml	2007-02-20 17:04:08 UTC (rev 60718)
+++ projects/microcontainer/branches/2_0/dependency/pom.xml	2007-02-20 17:17:30 UTC (rev 60719)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0.Beta2</version>
+    <version>2.0.0.Beta3</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: projects/microcontainer/branches/2_0/deployers/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/deployers/pom.xml	2007-02-20 17:04:08 UTC (rev 60718)
+++ projects/microcontainer/branches/2_0/deployers/pom.xml	2007-02-20 17:17:30 UTC (rev 60719)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0.Beta2</version>
+    <version>2.0.0.Beta3</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: projects/microcontainer/branches/2_0/kernel/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/kernel/pom.xml	2007-02-20 17:04:08 UTC (rev 60718)
+++ projects/microcontainer/branches/2_0/kernel/pom.xml	2007-02-20 17:17:30 UTC (rev 60719)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0.Beta2</version>
+    <version>2.0.0.Beta3</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: projects/microcontainer/branches/2_0/managed/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/managed/pom.xml	2007-02-20 17:04:08 UTC (rev 60718)
+++ projects/microcontainer/branches/2_0/managed/pom.xml	2007-02-20 17:17:30 UTC (rev 60719)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0.Beta2</version>
+    <version>2.0.0.Beta3</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: projects/microcontainer/branches/2_0/metatype/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/metatype/pom.xml	2007-02-20 17:04:08 UTC (rev 60718)
+++ projects/microcontainer/branches/2_0/metatype/pom.xml	2007-02-20 17:17:30 UTC (rev 60719)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0.Beta2</version>
+    <version>2.0.0.Beta3</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: projects/microcontainer/branches/2_0/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- projects/microcontainer/branches/2_0/tools/etc/buildmagic/buildmagic.ent	2007-02-20 17:04:08 UTC (rev 60718)
+++ projects/microcontainer/branches/2_0/tools/etc/buildmagic/buildmagic.ent	2007-02-20 17:17:30 UTC (rev 60719)
@@ -96,11 +96,11 @@
   <property name="version.major" value="2"/>
   <property name="version.minor" value="0"/>
   <property name="version.revision" value="0"/>
-  <property name="version.tag" value="Beta2"/>
+  <property name="version.tag" value="Beta3"/>
   <property name="version.name" value="Nano"/>
   <!-- This must be set to the SVN tag for any release -->
   <property name="version.cvstag"
-      value="https://svn.jboss.org/repos/jbossas/projects/microcontainer/tags/JBossMC_2_0_0_Beta2"/>
+      value="https://svn.jboss.org/repos/jbossas/projects/microcontainer/tags/JBossMC_2_0_0_Beta3"/>
 
   <!-- Manifest version info -->
   <property name="specification.title" value="JBoss"/>




More information about the jboss-cvs-commits mailing list