[jboss-cvs] JBossAS SVN: r68369 - in projects/microcontainer/trunk: aop-mc-int and 25 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 18 02:06:32 EST 2007


Author: scott.stark at jboss.org
Date: 2007-12-18 02:06:32 -0500 (Tue, 18 Dec 2007)
New Revision: 68369

Modified:
   projects/microcontainer/trunk/aop-mc-int/pom.xml
   projects/microcontainer/trunk/build/pom.xml
   projects/microcontainer/trunk/classloader/pom.xml
   projects/microcontainer/trunk/container/pom.xml
   projects/microcontainer/trunk/dependency/pom.xml
   projects/microcontainer/trunk/deployers-client-spi/pom.xml
   projects/microcontainer/trunk/deployers-client/pom.xml
   projects/microcontainer/trunk/deployers-core-spi/pom.xml
   projects/microcontainer/trunk/deployers-core/pom.xml
   projects/microcontainer/trunk/deployers-impl/pom.xml
   projects/microcontainer/trunk/deployers-spi/pom.xml
   projects/microcontainer/trunk/deployers-structure-spi/pom.xml
   projects/microcontainer/trunk/deployers-vfs-spi/pom.xml
   projects/microcontainer/trunk/deployers-vfs/pom.xml
   projects/microcontainer/trunk/guice-int/pom.xml
   projects/microcontainer/trunk/kernel/pom.xml
   projects/microcontainer/trunk/managed/pom.xml
   projects/microcontainer/trunk/metatype/pom.xml
   projects/microcontainer/trunk/osgi-int/pom.xml
   projects/microcontainer/trunk/pom.xml
   projects/microcontainer/trunk/reliance-identity/pom.xml
   projects/microcontainer/trunk/reliance-jbpm/pom.xml
   projects/microcontainer/trunk/reliance-rules/pom.xml
   projects/microcontainer/trunk/spring-int/pom.xml
   projects/microcontainer/trunk/varia/osgi-api/pom.xml
   projects/microcontainer/trunk/varia/osgi-api/repository/pom.xml
   projects/microcontainer/trunk/varia/pom.xml
Log:
[maven-release-plugin] prepare release 2.0.0.Beta8

Modified: projects/microcontainer/trunk/aop-mc-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/aop-mc-int/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,5 +1,4 @@
-<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">
+<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">
   <!--
     -  AOP Integration module.
     -  This modules includes 4 different test configurations: weave, no-weave, weave-secure, and no-weave-secure
@@ -16,7 +15,7 @@
   <parent>
     <groupId>org.jboss.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-mc-int</artifactId>
@@ -134,8 +133,8 @@
               <skip>true</skip>
               <reportsDirectory>${project.build.directory}/surefire-reports/no-weave</reportsDirectory>     
               <includes>
-                <include>org/jboss/test/microcontainer/test/**/*TestCase.java</include>
-                <include>org/jboss/test/microcontainer/beans/test/**/*TestCase.java</include>
+                <include>org/jboss/test/microcontainer/test/**/*TestCase.java</include>
+                <include>org/jboss/test/microcontainer/beans/test/**/*TestCase.java</include>
               </includes>
               <systemProperties>
                 <property>
@@ -159,7 +158,7 @@
               <reportsDirectory>${project.build.directory}/surefire-reports/no-weave-secure</reportsDirectory>     
               <includes>
                 <include>org/jboss/test/microcontainer/test/**/*TestCase.java</include>
-                <include>org/jboss/test/microcontainer/beans/test/**/*TestCase.java</include>
+                <include>org/jboss/test/microcontainer/beans/test/**/*TestCase.java</include>
               </includes>
               <systemProperties>
                 <property>
@@ -451,40 +450,32 @@
                 <phase>test</phase>
                 <configuration>
                   <tasks>
-                    <property name="plugin_classpath" refid="maven.plugin.classpath"/>
-					          <echo message="plugin classpath:  ${plugin_classpath}"/>
-                    <mkdir dir="${project.build.directory}/surefire-reports/ant-weave"/>
-                    <property name="build.testlog" value="${project.build.directory}/log"/>
-                    <mkdir dir="${build.testlog}"/>
+                    <property name="plugin_classpath" refid="maven.plugin.classpath" />
+					          <echo message="plugin classpath: ${plugin_classpath}" />
+                    <mkdir dir="${project.build.directory}/surefire-reports/ant-weave" />
+                    <property name="build.testlog" value="${project.build.directory}/log" />
+                    <mkdir dir="${build.testlog}" />
                     <!-- Remove the test.log so each run has a fresh log -->
-                    <delete file="${build.testlog}/test.log"/>
-                    <junit dir="${project.build.directory}"
-                       printsummary="yes"
-                       haltonerror="false"
-                       haltonfailure="false"
-                       fork="true">
+                    <delete file="${build.testlog}/test.log" />
+                    <junit dir="${project.build.directory}" printsummary="yes" haltonerror="false" haltonfailure="false" fork="true">
               
-                       <sysproperty key="jboss.aop.exclude" value="org.jboss.,org.apache."/>
-                       <sysproperty key="jboss.aop.include" value="org.jboss.test."/>
-                       <sysproperty key="jboss-junit-configuration" value="weave"/>
-                       <sysproperty key="build.testlog" value="${build.testlog}"/>
-                       <sysproperty key="java.system.class.loader" value="org.jboss.aop.standalone.SystemClassLoader"/>
+                       <sysproperty key="jboss.aop.exclude" value="org.jboss.,org.apache." />
+                       <sysproperty key="jboss.aop.include" value="org.jboss.test." />
+                       <sysproperty key="jboss-junit-configuration" value="weave" />
+                       <sysproperty key="build.testlog" value="${build.testlog}" />
+                       <sysproperty key="java.system.class.loader" value="org.jboss.aop.standalone.SystemClassLoader" />
               
                        <classpath>
-                          <path refid="maven.test.classpath"/>
+                          <path refid="maven.test.classpath" />
                        </classpath>
               
-                       <formatter type="plain" usefile="true" extension=".txt"/>
-                       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
-                                  usefile="true" extension=".xml"/>
+                       <formatter type="plain" usefile="true" extension=".txt" />
+                       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="true" extension=".xml" />
               
-                       <batchtest todir="${project.build.directory}/surefire-reports/ant-weave"
-                          haltonerror="false"
-                          haltonfailure="false"
-                          fork="true">
+                       <batchtest todir="${project.build.directory}/surefire-reports/ant-weave" haltonerror="false" haltonfailure="false" fork="true">
               
                           <fileset dir="${project.build.directory}/tests-classes">
-                             <include name="org/jboss/test/**/*TestCase.class"/>
+                             <include name="org/jboss/test/**/*TestCase.class" />
                           </fileset>
                        </batchtest>
                     </junit>
@@ -518,86 +509,81 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>ant-one-test-weave</id>
-      <activation>
-        <property>
-          <name>ant-one-test-weave</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-			      <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-antrun-plugin</artifactId>
-			      <version>1.1</version>
-            <executions>
-              <execution>
-                <id>ant-one-test-weave</id>
-                <phase>test</phase>
-                <configuration>
-                  <tasks>
-                    <property name="plugin_classpath" refid="maven.plugin.classpath"/>
-					          <echo message="plugin classpath:  ${plugin_classpath}"/>
-                    <mkdir dir="${project.build.directory}/surefire-reports/ant-one-weave"/>
-                    <property name="build.testlog" value="${project.build.directory}/log"/>
-                    <mkdir dir="${build.testlog}"/>
-                    <!-- Remove the test.log so each run has a fresh log -->
-                    <delete file="${build.testlog}/test.log"/>
-                    <junit dir="${project.build.directory}"
-                       printsummary="yes"
-                       haltonerror="false"
-                       haltonfailure="false"
-                       fork="true">
-              
-                       <sysproperty key="jboss.aop.exclude" value="org.jboss.,org.apache."/>
-                       <sysproperty key="jboss.aop.include" value="org.jboss.test."/>
-                       <sysproperty key="jboss-junit-configuration" value="weave"/>
-                       <sysproperty key="build.testlog" value="${build.testlog}"/>
-                       <sysproperty key="java.system.class.loader" value="org.jboss.aop.standalone.SystemClassLoader"/>
-              
-                       <classpath>
-                          <path refid="maven.test.classpath"/>
-                       </classpath>
-              
-                       <formatter type="plain" usefile="true" extension=".txt"/>
-                       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
-                                  usefile="true" extension=".xml"/>
-              
-                       <test todir="${project.build.directory}/surefire-reports/ant-one-weave" name="${test}" haltonerror="false" haltonfailure="false" fork="true"/>
-                       
-                    </junit>
-                  </tasks>
-                </configuration>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-              </execution>
-            </executions> 
-            <dependencies>
-              <dependency>
-                <groupId>ant</groupId>
-                <artifactId>ant-junit</artifactId>
-                <version>${version.ant.junit}</version>
-              </dependency>
-              <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>${version.junit}</version>
-              </dependency>
-            </dependencies>     
-          </plugin>
-          <plugin>
-            <artifactId>maven-surefire-report-plugin</artifactId>
-            <configuration>
-              <reportsDirectory>${project.build.directory}/surefire-reports/ant-weave</reportsDirectory>
-              <outputName>surefire-report-ant-weave</outputName>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
     <profile>
+      <id>ant-one-test-weave</id>
+      <activation>
+        <property>
+          <name>ant-one-test-weave</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+			      <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-antrun-plugin</artifactId>
+			      <version>1.1</version>
+            <executions>
+              <execution>
+                <id>ant-one-test-weave</id>
+                <phase>test</phase>
+                <configuration>
+                  <tasks>
+                    <property name="plugin_classpath" refid="maven.plugin.classpath" />
+					          <echo message="plugin classpath: ${plugin_classpath}" />
+                    <mkdir dir="${project.build.directory}/surefire-reports/ant-one-weave" />
+                    <property name="build.testlog" value="${project.build.directory}/log" />
+                    <mkdir dir="${build.testlog}" />
+                    <!-- Remove the test.log so each run has a fresh log -->
+                    <delete file="${build.testlog}/test.log" />
+                    <junit dir="${project.build.directory}" printsummary="yes" haltonerror="false" haltonfailure="false" fork="true">
+              
+                       <sysproperty key="jboss.aop.exclude" value="org.jboss.,org.apache." />
+                       <sysproperty key="jboss.aop.include" value="org.jboss.test." />
+                       <sysproperty key="jboss-junit-configuration" value="weave" />
+                       <sysproperty key="build.testlog" value="${build.testlog}" />
+                       <sysproperty key="java.system.class.loader" value="org.jboss.aop.standalone.SystemClassLoader" />
+              
+                       <classpath>
+                          <path refid="maven.test.classpath" />
+                       </classpath>
+              
+                       <formatter type="plain" usefile="true" extension=".txt" />
+                       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="true" extension=".xml" />
+              
+                       <test todir="${project.build.directory}/surefire-reports/ant-one-weave" name="${test}" haltonerror="false" haltonfailure="false" fork="true" />
+                       
+                    </junit>
+                  </tasks>
+                </configuration>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+              </execution>
+            </executions> 
+            <dependencies>
+              <dependency>
+                <groupId>ant</groupId>
+                <artifactId>ant-junit</artifactId>
+                <version>${version.ant.junit}</version>
+              </dependency>
+              <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>${version.junit}</version>
+              </dependency>
+            </dependencies>     
+          </plugin>
+          <plugin>
+            <artifactId>maven-surefire-report-plugin</artifactId>
+            <configuration>
+              <reportsDirectory>${project.build.directory}/surefire-reports/ant-weave</reportsDirectory>
+              <outputName>surefire-report-ant-weave</outputName>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
       <id>ant-tests-weave-secure</id>
       <activation>
         <property>
@@ -614,39 +600,31 @@
                 <phase>test</phase>
                 <configuration>
                   <tasks>
-                    <mkdir dir="${project.build.directory}/surefire-reports/ant-weave-secure"/>
-                    <property name="build.testlog" value="${project.build.directory}/log"/>
-                    <mkdir dir="${build.testlog}"/>
+                    <mkdir dir="${project.build.directory}/surefire-reports/ant-weave-secure" />
+                    <property name="build.testlog" value="${project.build.directory}/log" />
+                    <mkdir dir="${build.testlog}" />
                     <!-- Remove the test.log so each run has a fresh log -->
-                    <delete file="${build.testlog}/test.log"/>
-                    <junit dir="${project.build.directory}"
-                       printsummary="yes"
-                       haltonerror="false"
-                       haltonfailure="false"
-                       fork="true">
+                    <delete file="${build.testlog}/test.log" />
+                    <junit dir="${project.build.directory}" printsummary="yes" haltonerror="false" haltonfailure="false" fork="true">
               
-                       <sysproperty key="jboss.aop.exclude" value="org.jboss.,org.apache."/>
-                       <sysproperty key="jboss.aop.include" value="org.jboss.test."/>
-                       <sysproperty key="jboss-junit-configuration" value="weave-secure"/>
-                       <sysproperty key="build.testlog" value="${build.testlog}"/>
-                       <sysproperty key="java.system.class.loader" value="org.jboss.aop.standalone.SystemClassLoader"/>
-                       <sysproperty key="jboss.mc.secure" value="true"/>
+                       <sysproperty key="jboss.aop.exclude" value="org.jboss.,org.apache." />
+                       <sysproperty key="jboss.aop.include" value="org.jboss.test." />
+                       <sysproperty key="jboss-junit-configuration" value="weave-secure" />
+                       <sysproperty key="build.testlog" value="${build.testlog}" />
+                       <sysproperty key="java.system.class.loader" value="org.jboss.aop.standalone.SystemClassLoader" />
+                       <sysproperty key="jboss.mc.secure" value="true" />
               
                        <classpath>
-                          <path refid="maven.test.classpath"/>
+                          <path refid="maven.test.classpath" />
                        </classpath>
               
-                       <formatter type="plain" usefile="true" extension=".txt"/>
-                       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
-                                  usefile="true" extension=".xml"/>
+                       <formatter type="plain" usefile="true" extension=".txt" />
+                       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="true" extension=".xml" />
               
-                       <batchtest todir="${project.build.directory}/surefire-reports/ant-weave-secure"
-                          haltonerror="false"
-                          haltonfailure="false"
-                          fork="true">
+                       <batchtest todir="${project.build.directory}/surefire-reports/ant-weave-secure" haltonerror="false" haltonfailure="false" fork="true">
               
                           <fileset dir="${project.build.directory}/tests-classes">
-                             <include name="org/jboss/test/**/*TestCase.class"/>
+                             <include name="org/jboss/test/**/*TestCase.class" />
                           </fileset>
                        </batchtest>
                     </junit>
@@ -681,4 +659,4 @@
       </build>
     </profile>
   </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: projects/microcontainer/trunk/build/pom.xml
===================================================================
--- projects/microcontainer/trunk/build/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/build/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -8,8 +8,7 @@
   - add a dependency in the dependencyManagement section which refers to
     the property
 -->
-<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">
+<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</groupId>
     <artifactId>jboss-parent</artifactId>
@@ -18,7 +17,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.microcontainer</groupId>
   <artifactId>jboss-microcontainer</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0.Beta8</version>
   <packaging>pom</packaging>
   <name>JBoss Microcontainer Build</name>
   <url>http://www.jboss.com/products/jbossmc</url>
@@ -27,9 +26,9 @@
     and configuration.
   </description>
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/microcontainer/trunk/</developerConnection>
-    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/microcontainer/trunk/</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/tags/2.0.0.Beta8</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/microcontainer/tags/2.0.0.Beta8</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/microcontainer/tags/2.0.0.Beta8</url>
   </scm>
   
   <properties>

Modified: projects/microcontainer/trunk/classloader/pom.xml
===================================================================
--- projects/microcontainer/trunk/classloader/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/classloader/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-classloader</artifactId>

Modified: projects/microcontainer/trunk/container/pom.xml
===================================================================
--- projects/microcontainer/trunk/container/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/container/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-container</artifactId>

Modified: projects/microcontainer/trunk/dependency/pom.xml
===================================================================
--- projects/microcontainer/trunk/dependency/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/dependency/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-dependency</artifactId>
@@ -12,11 +11,9 @@
   <url>http://www.jboss.com/products/jbossmc</url>
   <description>JBoss Microcontainer Dependency</description>
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/dependency
-      </connection>
-    <developerConnection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/dependency
-      </developerConnection>
-    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/microcontainer/trunk/dependency</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/tags/2.0.0.Beta8</connection>
+    <developerConnection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/tags/2.0.0.Beta8</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/microcontainer/tags/2.0.0.Beta8</url>
   </scm>
   <build>
     <plugins>

Modified: projects/microcontainer/trunk/deployers-client/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-client/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/deployers-client/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-client</artifactId>

Modified: projects/microcontainer/trunk/deployers-client-spi/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-client-spi/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/deployers-client-spi/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-client-spi</artifactId>

Modified: projects/microcontainer/trunk/deployers-core/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-core/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/deployers-core/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-core</artifactId>

Modified: projects/microcontainer/trunk/deployers-core-spi/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-core-spi/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/deployers-core-spi/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-core-spi</artifactId>

Modified: projects/microcontainer/trunk/deployers-impl/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-impl/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/deployers-impl/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-impl</artifactId>

Modified: projects/microcontainer/trunk/deployers-spi/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-spi/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/deployers-spi/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-spi</artifactId>

Modified: projects/microcontainer/trunk/deployers-structure-spi/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-structure-spi/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/deployers-structure-spi/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-structure-spi</artifactId>

Modified: projects/microcontainer/trunk/deployers-vfs/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/deployers-vfs/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-vfs</artifactId>

Modified: projects/microcontainer/trunk/deployers-vfs-spi/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-vfs-spi/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/deployers-vfs-spi/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-vfs-spi</artifactId>

Modified: projects/microcontainer/trunk/guice-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/guice-int/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/guice-int/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-guice-int</artifactId>

Modified: projects/microcontainer/trunk/kernel/pom.xml
===================================================================
--- projects/microcontainer/trunk/kernel/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/kernel/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-kernel</artifactId>
@@ -70,15 +69,15 @@
       <groupId>org.jboss.microcontainer</groupId>
       <artifactId>jboss-container</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.jboss.microcontainer</groupId>
-      <artifactId>jboss-dependency</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.microcontainer</groupId>
-      <artifactId>jboss-managed</artifactId>
-    </dependency>
     <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-dependency</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-managed</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-common-core</artifactId>
       <exclusions>
@@ -135,4 +134,4 @@
     </dependency>
     <!-- Test dependencies -->
   </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: projects/microcontainer/trunk/managed/pom.xml
===================================================================
--- projects/microcontainer/trunk/managed/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/managed/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-managed</artifactId>

Modified: projects/microcontainer/trunk/metatype/pom.xml
===================================================================
--- projects/microcontainer/trunk/metatype/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/metatype/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-metatype</artifactId>

Modified: projects/microcontainer/trunk/osgi-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/osgi-int/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/osgi-int/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-osgi-int</artifactId>

Modified: projects/microcontainer/trunk/pom.xml
===================================================================
--- projects/microcontainer/trunk/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -17,7 +17,7 @@
   </parent>
   <groupId>org.jboss.microcontainer</groupId>
   <artifactId>jboss-microcontainer-aggregator</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0.Beta8</version>
   <packaging>pom</packaging>
   <name>JBoss Microcontainer Aggregator</name>
   <url>http://www.jboss.com/products/jbossmc</url>
@@ -26,7 +26,7 @@
     and configuration.
   </description>
   <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/microcontainer/trunk</connection>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/microcontainer/tags/2.0.0.Beta8</connection>
   </scm>
 
   <modules>

Modified: projects/microcontainer/trunk/reliance-identity/pom.xml
===================================================================
--- projects/microcontainer/trunk/reliance-identity/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/reliance-identity/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-reliance-identity</artifactId>

Modified: projects/microcontainer/trunk/reliance-jbpm/pom.xml
===================================================================
--- projects/microcontainer/trunk/reliance-jbpm/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/reliance-jbpm/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-reliance-jbpm</artifactId>

Modified: projects/microcontainer/trunk/reliance-rules/pom.xml
===================================================================
--- projects/microcontainer/trunk/reliance-rules/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/reliance-rules/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-reliance-rules</artifactId>

Modified: projects/microcontainer/trunk/spring-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/spring-int/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/spring-int/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-spring-int</artifactId>

Modified: projects/microcontainer/trunk/varia/osgi-api/pom.xml
===================================================================
--- projects/microcontainer/trunk/varia/osgi-api/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/varia/osgi-api/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.jboss.microcontainer</groupId>
     <artifactId>jboss-microcontainer-varia</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <groupId>org.jboss.microcontainer</groupId>
   <artifactId>jboss-microcontainer-osgi-api</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0.Beta8</version>
   <packaging>pom</packaging>
   <name>JBoss Microcontainer OSGi API</name>
   <url>http://www.jboss.com/products/jbossmc</url>

Modified: projects/microcontainer/trunk/varia/osgi-api/repository/pom.xml
===================================================================
--- projects/microcontainer/trunk/varia/osgi-api/repository/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/varia/osgi-api/repository/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -1,9 +1,8 @@
-<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">
+<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.microcontainer</groupId>
     <artifactId>jboss-microcontainer-osgi-api</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-osgi-repository-api</artifactId>

Modified: projects/microcontainer/trunk/varia/pom.xml
===================================================================
--- projects/microcontainer/trunk/varia/pom.xml	2007-12-18 06:36:35 UTC (rev 68368)
+++ projects/microcontainer/trunk/varia/pom.xml	2007-12-18 07:06:32 UTC (rev 68369)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.jboss.microcontainer</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.Beta8</version>
     <relativePath>../build</relativePath>
   </parent>
   <groupId>org.jboss.microcontainer</groupId>
   <artifactId>jboss-microcontainer-varia</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0.Beta8</version>
   <packaging>pom</packaging>
   <name>JBoss Microcontainer Varia</name>
   <url>http://www.jboss.com/products/jbossmc</url>




More information about the jboss-cvs-commits mailing list