[webbeans-commits] Webbeans SVN: r2604 - in ri/tags: 1.0.0.PREVIEW1 and 11 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Apr 20 09:30:39 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-20 09:30:39 -0400 (Mon, 20 Apr 2009)
New Revision: 2604

Added:
   ri/tags/1.0.0.PREVIEW1/
   ri/tags/1.0.0.PREVIEW1/api/pom.xml
   ri/tags/1.0.0.PREVIEW1/core-api/pom.xml
   ri/tags/1.0.0.PREVIEW1/impl/pom.xml
   ri/tags/1.0.0.PREVIEW1/jboss-tck-runner/pom.xml
   ri/tags/1.0.0.PREVIEW1/logging/pom.xml
   ri/tags/1.0.0.PREVIEW1/osgi-bundle/pom.xml
   ri/tags/1.0.0.PREVIEW1/parent/pom.xml
   ri/tags/1.0.0.PREVIEW1/pom.xml
   ri/tags/1.0.0.PREVIEW1/porting-package/pom.xml
   ri/tags/1.0.0.PREVIEW1/spi/pom.xml
   ri/tags/1.0.0.PREVIEW1/tests/pom.xml
   ri/tags/1.0.0.PREVIEW1/version-matrix/pom.xml
Removed:
   ri/tags/1.0.0.PREVIEW1/api/pom.xml
   ri/tags/1.0.0.PREVIEW1/core-api/pom.xml
   ri/tags/1.0.0.PREVIEW1/impl/pom.xml
   ri/tags/1.0.0.PREVIEW1/jboss-tck-runner/pom.xml
   ri/tags/1.0.0.PREVIEW1/logging/pom.xml
   ri/tags/1.0.0.PREVIEW1/osgi-bundle/pom.xml
   ri/tags/1.0.0.PREVIEW1/parent/pom.xml
   ri/tags/1.0.0.PREVIEW1/pom.xml
   ri/tags/1.0.0.PREVIEW1/porting-package/pom.xml
   ri/tags/1.0.0.PREVIEW1/spi/pom.xml
   ri/tags/1.0.0.PREVIEW1/tests/pom.xml
   ri/tags/1.0.0.PREVIEW1/version-matrix/pom.xml
Log:
[maven-release-plugin]  copy for tag 1.0.0.PREVIEW1

Copied: ri/tags/1.0.0.PREVIEW1 (from rev 2601, ri/trunk)

Deleted: ri/tags/1.0.0.PREVIEW1/api/pom.xml
===================================================================
--- ri/trunk/api/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/api/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,16 +0,0 @@
-<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">
-	<modelVersion>4.0.0</modelVersion>
-
-	<parent>
-		<groupId>org.jboss.webbeans</groupId>
-		<artifactId>webbeans-parent</artifactId>
-		<version>1.0.0.PREVIEW1</version>
-	</parent>
-
-	<groupId>org.jboss.webbeans</groupId>
-	<artifactId>jsr299-api</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
-	<packaging>jar</packaging>
-	<name>JSR-299 API</name>
-	<url>http://www.seamframework.org/WebBeans</url>
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/api/pom.xml (from rev 2603, ri/trunk/api/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/api/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/api/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,16 @@
+<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">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.jboss.webbeans</groupId>
+		<artifactId>webbeans-parent</artifactId>
+		<version>1.0.0.PREVIEW1</version>
+	</parent>
+
+	<groupId>org.jboss.webbeans</groupId>
+	<artifactId>jsr299-api</artifactId>
+        <version>1.0.0.PREVIEW1</version>
+	<packaging>jar</packaging>
+	<name>JSR-299 API</name>
+	<url>http://www.seamframework.org/WebBeans</url>
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/core-api/pom.xml
===================================================================
--- ri/trunk/core-api/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/core-api/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,24 +0,0 @@
-<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>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0.PREVIEW1</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-api</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
-   <name>Web Beans Core API</name>
-   <dependencies>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>jsr299-api</artifactId>
-      </dependency>
-      
-   </dependencies>
-
-   <build>
-   	<defaultGoal>install</defaultGoal>
-   </build>
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/core-api/pom.xml (from rev 2603, ri/trunk/core-api/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/core-api/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/core-api/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,24 @@
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-api</artifactId>
+   <version>1.0.0.PREVIEW1</version>
+   <name>Web Beans Core API</name>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>jsr299-api</artifactId>
+      </dependency>
+      
+   </dependencies>
+
+   <build>
+   	<defaultGoal>install</defaultGoal>
+   </build>
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/impl/pom.xml
===================================================================
--- ri/trunk/impl/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/impl/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,126 +0,0 @@
-<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>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0.PREVIEW1</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-core</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
-   <name>Web Beans Core</name>
-   <dependencies>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>jsr299-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-spi</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-logging</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.ejb3</groupId>
-         <artifactId>jboss-ejb3-api</artifactId>
-         <optional>true</optional>
-         <exclusions>
-            <exclusion>
-               <artifactId>jboss-jaxrpc</artifactId>
-               <groupId>jbossws</groupId>
-            </exclusion>
-            <exclusion>
-               <artifactId>jboss-transaction-api</artifactId>
-               <groupId>org.jboss.javaee</groupId>
-            </exclusion>
-            <exclusion>
-               <artifactId>jboss-jaxrpc</artifactId>
-               <groupId>jboss.jbossws</groupId>
-            </exclusion>
-         </exclusions>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.transaction</groupId>
-         <artifactId>jta</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.annotation</groupId>
-         <artifactId>jsr250-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.persistence</groupId>
-         <artifactId>persistence-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-
-      <dependency>
-         <groupId>javassist</groupId>
-         <artifactId>javassist</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>dom4j</groupId>
-         <artifactId>dom4j</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.jms</groupId>
-         <artifactId>jms</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.faces</groupId>
-         <artifactId>jsf-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-   </dependencies>
-
-   <build>
-   	<defaultGoal>install</defaultGoal>
-   </build>
-   
-   <profiles>
-   	<profile>
-      <id>javax.xml.ws</id>
-      <activation>
-      	<jdk>1.5</jdk>
-      </activation>
-      <dependencies>
-      	<dependency>
-      		<groupId>javax.xml.ws</groupId>
-      		<artifactId>jaxws-api</artifactId>
-    		</dependency>
-      </dependencies>
-    </profile>
-   </profiles>
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/impl/pom.xml (from rev 2603, ri/trunk/impl/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/impl/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/impl/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,126 @@
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-core</artifactId>
+   <version>1.0.0.PREVIEW1</version>
+   <name>Web Beans Core</name>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>jsr299-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-spi</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-logging</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.ejb3</groupId>
+         <artifactId>jboss-ejb3-api</artifactId>
+         <optional>true</optional>
+         <exclusions>
+            <exclusion>
+               <artifactId>jboss-jaxrpc</artifactId>
+               <groupId>jbossws</groupId>
+            </exclusion>
+            <exclusion>
+               <artifactId>jboss-transaction-api</artifactId>
+               <groupId>org.jboss.javaee</groupId>
+            </exclusion>
+            <exclusion>
+               <artifactId>jboss-jaxrpc</artifactId>
+               <groupId>jboss.jbossws</groupId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.transaction</groupId>
+         <artifactId>jta</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.annotation</groupId>
+         <artifactId>jsr250-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.persistence</groupId>
+         <artifactId>persistence-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+
+      <dependency>
+         <groupId>javassist</groupId>
+         <artifactId>javassist</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>dom4j</groupId>
+         <artifactId>dom4j</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.jms</groupId>
+         <artifactId>jms</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.el</groupId>
+         <artifactId>el-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.faces</groupId>
+         <artifactId>jsf-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+   </dependencies>
+
+   <build>
+   	<defaultGoal>install</defaultGoal>
+   </build>
+   
+   <profiles>
+   	<profile>
+      <id>javax.xml.ws</id>
+      <activation>
+      	<jdk>1.5</jdk>
+      </activation>
+      <dependencies>
+      	<dependency>
+      		<groupId>javax.xml.ws</groupId>
+      		<artifactId>jaxws-api</artifactId>
+    		</dependency>
+      </dependencies>
+    </profile>
+   </profiles>
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/jboss-tck-runner/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,262 +0,0 @@
-<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>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0-SNAPSHOT</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-jboss-tck-runner</artifactId>
-   <name>JSR-299 TCK runner for JBoss AS</name>
-   <description>Aggregates dependencies and run's the JSR-299 TCK on JBoss AS</description>
-   
-   <dependencies>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>jsr299-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-core</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-porting-package</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.testng</groupId>
-         <artifactId>testng</artifactId>
-         <classifier>jdk15</classifier>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.jsr299.tck</groupId>
-         <artifactId>jsr299-tck-impl</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness-jboss-as-50</artifactId>
-      </dependency>
-         
-      
-   </dependencies>
-   
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-dependency-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>copy</id>
-                  <phase>generate-test-sources</phase>
-                  <goals>
-                     <goal>copy</goal>
-                  </goals>
-                  <configuration>
-                     <stripVersion>true</stripVersion>
-                     <artifactItems>
-                        <artifactItem>
-                           <groupId>org.jboss.jsr299.tck</groupId>
-                           <artifactId>jsr299-tck-impl</artifactId>
-                           <type>xml</type>
-                           <classifier>suite</classifier>
-                           <overWrite>true</overWrite>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>org.jboss.webbeans</groupId>
-                           <artifactId>webbeans-porting-package</artifactId>
-                           <overWrite>true</overWrite>
-                           <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>org.jboss.webbeans</groupId>
-                           <artifactId>webbeans-core-test</artifactId>
-                           <overWrite>true</overWrite>
-                           <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>javax.el</groupId>
-                           <artifactId>el-ri</artifactId>
-                           <overWrite>true</overWrite>
-                           <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
-                        </artifactItem>
-                     </artifactItems>
-                  </configuration>
-               </execution>
-            </executions>
-         </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <suiteXmlFiles>
-                  <suiteXmlFile>${project.build.directory}/dependency/jsr299-tck-impl-suite.xml</suiteXmlFile>
-               </suiteXmlFiles>
-               <argLine>-Xmx128m</argLine>
-               <forkMode>once</forkMode>
-            </configuration>
-         </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-report-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>generate-test-report</id>
-                  <phase>test</phase>
-                  <goals>
-                     <goal>report-only</goal>
-                  </goals>
-               </execution>
-            </executions>
-            <configuration>
-               <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
-               <outputName>test-report</outputName>
-            </configuration>
-         </plugin>
-      </plugins>
-   </build>
-   
-   <profiles>
-      <profile>
-         <id>incontainer-debug</id>
-         <activation>
-            <property>
-               <name>incontainer-debug</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-surefire-plugin</artifactId>
-                  <configuration>
-                     <suiteXmlFiles>
-                        <suiteXmlFile>${project.build.directory}/dependency/jsr299-tck-impl-suite.xml</suiteXmlFile>
-                     </suiteXmlFiles>
-                     <systemProperties>
-                        <property>
-                           <name>org.jboss.testharness.standalone</name>
-                           <value>false</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.container.extraConfigurationDir</name>
-                           <value>../jboss-as</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.container.forceRestart</name>
-                           <value>false</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.libraryDirectory</name>
-                           <value>target/dependency/lib</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.runIntegrationTests</name>
-                           <value>true</value>
-                        </property>
-                     </systemProperties>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-      <profile>
-         <id>incontainer</id>
-         <activation>
-            <property>
-               <name>incontainer</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-surefire-plugin</artifactId>
-                  <configuration>
-                     <suiteXmlFiles>
-                        <suiteXmlFile>${project.build.directory}/dependency/jsr299-tck-impl-suite.xml</suiteXmlFile>
-                     </suiteXmlFiles>
-                     <systemProperties>
-                        <property>
-                           <name>org.jboss.testharness.standalone</name>
-                           <value>false</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.container.extraConfigurationDir</name>
-                           <value>../jboss-as</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.container.forceRestart</name>
-                           <value>true</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.runIntegrationTests</name>
-                           <value>true</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.libraryDirectory</name>
-                           <value>target/dependency/lib</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.outputDirectory</name>
-                           <value>target</value>
-                        </property>
-                     </systemProperties>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-      <profile>
-         <id>write-artifacts-to-disk</id>
-         <activation>
-            <property>
-               <name>dumpArtifacts</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.codehaus.mojo</groupId>
-                  <artifactId>exec-maven-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>generate-jsr-299-artifacts</id>
-                        <phase>generate-test-sources</phase> 
-                        <goals>
-                        <goal>java</goal>
-                        </goals>
-                     </execution>
-                  </executions>
-                  <configuration>
-                     <mainClass>org.jboss.testharness.api.TCK</mainClass>
-                     <systemProperties>
-                        <systemProperty>
-                           <key>dumpArtifacts</key>
-                           <value>true</value>
-                        </systemProperty>
-                        <systemProperty>
-                           <key>org.jboss.testharness.outputDirectory</key>
-                           <value>target/jsr299-artifacts</value>
-                        </systemProperty>
-                        <systemProperty>
-                           <key>org.jboss.testharness.libraryDirectory</key>
-                           <value>target/dependency/lib</value>
-                        </systemProperty>
-                     </systemProperties>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-   </profiles>
-   
-   
-
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/jboss-tck-runner/pom.xml (from rev 2603, ri/trunk/jboss-tck-runner/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/jboss-tck-runner/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/jboss-tck-runner/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,262 @@
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-jboss-tck-runner</artifactId>
+   <name>JSR-299 TCK runner for JBoss AS</name>
+   <description>Aggregates dependencies and run's the JSR-299 TCK on JBoss AS</description>
+   
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>jsr299-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-core</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-porting-package</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.testng</groupId>
+         <artifactId>testng</artifactId>
+         <classifier>jdk15</classifier>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.jsr299.tck</groupId>
+         <artifactId>jsr299-tck-impl</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.test-harness</groupId>
+         <artifactId>jboss-test-harness-jboss-as-50</artifactId>
+      </dependency>
+         
+      
+   </dependencies>
+   
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>copy</id>
+                  <phase>generate-test-sources</phase>
+                  <goals>
+                     <goal>copy</goal>
+                  </goals>
+                  <configuration>
+                     <stripVersion>true</stripVersion>
+                     <artifactItems>
+                        <artifactItem>
+                           <groupId>org.jboss.jsr299.tck</groupId>
+                           <artifactId>jsr299-tck-impl</artifactId>
+                           <type>xml</type>
+                           <classifier>suite</classifier>
+                           <overWrite>true</overWrite>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>org.jboss.webbeans</groupId>
+                           <artifactId>webbeans-porting-package</artifactId>
+                           <overWrite>true</overWrite>
+                           <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>org.jboss.webbeans</groupId>
+                           <artifactId>webbeans-core-test</artifactId>
+                           <overWrite>true</overWrite>
+                           <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>javax.el</groupId>
+                           <artifactId>el-ri</artifactId>
+                           <overWrite>true</overWrite>
+                           <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
+                        </artifactItem>
+                     </artifactItems>
+                  </configuration>
+               </execution>
+            </executions>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <suiteXmlFiles>
+                  <suiteXmlFile>${project.build.directory}/dependency/jsr299-tck-impl-suite.xml</suiteXmlFile>
+               </suiteXmlFiles>
+               <argLine>-Xmx128m</argLine>
+               <forkMode>once</forkMode>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-report-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>generate-test-report</id>
+                  <phase>test</phase>
+                  <goals>
+                     <goal>report-only</goal>
+                  </goals>
+               </execution>
+            </executions>
+            <configuration>
+               <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
+               <outputName>test-report</outputName>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+   
+   <profiles>
+      <profile>
+         <id>incontainer-debug</id>
+         <activation>
+            <property>
+               <name>incontainer-debug</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <configuration>
+                     <suiteXmlFiles>
+                        <suiteXmlFile>${project.build.directory}/dependency/jsr299-tck-impl-suite.xml</suiteXmlFile>
+                     </suiteXmlFiles>
+                     <systemProperties>
+                        <property>
+                           <name>org.jboss.testharness.standalone</name>
+                           <value>false</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.container.extraConfigurationDir</name>
+                           <value>../jboss-as</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.container.forceRestart</name>
+                           <value>false</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.libraryDirectory</name>
+                           <value>target/dependency/lib</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.runIntegrationTests</name>
+                           <value>true</value>
+                        </property>
+                     </systemProperties>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+      <profile>
+         <id>incontainer</id>
+         <activation>
+            <property>
+               <name>incontainer</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <configuration>
+                     <suiteXmlFiles>
+                        <suiteXmlFile>${project.build.directory}/dependency/jsr299-tck-impl-suite.xml</suiteXmlFile>
+                     </suiteXmlFiles>
+                     <systemProperties>
+                        <property>
+                           <name>org.jboss.testharness.standalone</name>
+                           <value>false</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.container.extraConfigurationDir</name>
+                           <value>../jboss-as</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.container.forceRestart</name>
+                           <value>true</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.runIntegrationTests</name>
+                           <value>true</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.libraryDirectory</name>
+                           <value>target/dependency/lib</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.outputDirectory</name>
+                           <value>target</value>
+                        </property>
+                     </systemProperties>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+      <profile>
+         <id>write-artifacts-to-disk</id>
+         <activation>
+            <property>
+               <name>dumpArtifacts</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.codehaus.mojo</groupId>
+                  <artifactId>exec-maven-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>generate-jsr-299-artifacts</id>
+                        <phase>generate-test-sources</phase> 
+                        <goals>
+                        <goal>java</goal>
+                        </goals>
+                     </execution>
+                  </executions>
+                  <configuration>
+                     <mainClass>org.jboss.testharness.api.TCK</mainClass>
+                     <systemProperties>
+                        <systemProperty>
+                           <key>dumpArtifacts</key>
+                           <value>true</value>
+                        </systemProperty>
+                        <systemProperty>
+                           <key>org.jboss.testharness.outputDirectory</key>
+                           <value>target/jsr299-artifacts</value>
+                        </systemProperty>
+                        <systemProperty>
+                           <key>org.jboss.testharness.libraryDirectory</key>
+                           <value>target/dependency/lib</value>
+                        </systemProperty>
+                     </systemProperties>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+   </profiles>
+   
+   
+
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/logging/pom.xml
===================================================================
--- ri/trunk/logging/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/logging/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,33 +0,0 @@
-<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>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0.PREVIEW1</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-logging</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
-   <name>Web Beans Logging</name>
-   <dependencies>
-
-      <dependency>
-         <groupId>org.testng</groupId>
-         <artifactId>testng</artifactId>
-         <scope>test</scope>
-         <classifier>jdk15</classifier>
-         <exclusions>
-         	<exclusion>
-         		<artifactId>junit</artifactId>
-         		<groupId>junit</groupId>
-         	</exclusion>
-         </exclusions>
-      </dependency>
-      <dependency>
-         <groupId>log4j</groupId>
-         <artifactId>log4j</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-   </dependencies>
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/logging/pom.xml (from rev 2603, ri/trunk/logging/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/logging/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/logging/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,33 @@
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-logging</artifactId>
+   <version>1.0.0.PREVIEW1</version>
+   <name>Web Beans Logging</name>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.testng</groupId>
+         <artifactId>testng</artifactId>
+         <scope>test</scope>
+         <classifier>jdk15</classifier>
+         <exclusions>
+         	<exclusion>
+         		<artifactId>junit</artifactId>
+         		<groupId>junit</groupId>
+         	</exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>log4j</groupId>
+         <artifactId>log4j</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+   </dependencies>
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/osgi-bundle/pom.xml
===================================================================
--- ri/trunk/osgi-bundle/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/osgi-bundle/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,122 +0,0 @@
-<!--
-/*
-* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-*
-* Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-*
-* Use is subject to license terms.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-* http://www.apache.org/licenses/LICENSE-2.0
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
--->
-<project>
-   <parent>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0-SNAPSHOT</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-osgi-bundle</artifactId>
-   <name>Web Beans OSGi Bundle</name>
-   <description>Web Beans implementation packaged as an OSGi bundle</description>
-
-   <developers>
-        <developer>
-            <id>ss141213</id>
-            <name>Sanjeeb Sahoo</name>
-            <url>http://weblogs.dev.java.net/ss141213</url>
-            <organization>Sun Microsystems, Inc.</organization>
-            <roles>
-                <role>developer</role>
-            </roles>
-        </developer>
-   </developers>
-
-   <properties>
-       <osgi.version>1.0</osgi.version>
-   </properties>
-   <build>
-       <plugins>
-           <plugin>
-               <groupId>org.apache.felix</groupId>
-               <artifactId>maven-bundle-plugin</artifactId>
-               <version>2.0.0</version>
-               <configuration>
-                    <instructions>
-                        <_include>-osgi.bundle</_include>
-                        <Embed-Dependency>*; scope=compile; inline=true</Embed-Dependency>
-                        <_exportcontents>javax.event; javax.context; javax.webbeans; javax.decorator; javax.inject; javax.inject.manager; version=${osgi.version},
-                                         org.jboss.webbeans.*.api.*; org.jboss.webbeans.*.spi.*; org.jboss.webbeans.conversation; org.jboss.webbeans.bootstrap; org.jboss.webbeans.introspector; org.jboss.webbeans.servlet; version=${osgi.version},
-                                         org.jboss.webbeans.el; include:="WebBeansELResolver"; version=${osgi.version},
-                                         org.jboss.webbeans.jsf; include:="WebBeansPhaseListener"; version=${osgi.version},
-                                         javassist.util.proxy;version="3.8.1.GA"
-                        </_exportcontents>
-                        <Import-Package>javax.annotation, javax.interceptor, *;resolution:=optional</Import-Package>
-                        <Private-Package>!javax.annotation.*, !javax.interceptor.*</Private-Package>
-                    </instructions>
-                    <!-- Maven uses the output directory (target/classes)
-                    rather than the final bundle, when compiling against
-                    projects in the same reactor (ie. the same build).
-                    Since this jar comprises of classes that come from
-                    some other jar and other modules may depend on this
-                    artifact, we need to unpack.
-                    -->
-                    <unpackBundle>true</unpackBundle>
-               </configuration>
-	       <executions>
-                   <execution>
-                       <id>osgi-bundle</id>
-                       <goals>
-                           <goal>bundle</goal>
-                       </goals>
-                       <phase>package</phase>
-                   </execution>
-               </executions>
-           </plugin>
-       </plugins>
-   </build>
-   <dependencies>
-     <dependency>
-       <groupId>org.jboss.webbeans</groupId>
-       <artifactId>jsr299-api</artifactId>
-       <version>${project.version}</version>
-     </dependency>
-     <dependency>
-       <groupId>org.jboss.webbeans</groupId>
-       <artifactId>webbeans-api</artifactId>
-       <version>${project.version}</version>
-     </dependency>
-     <dependency>
-       <groupId>org.jboss.webbeans</groupId>
-       <artifactId>webbeans-spi</artifactId>
-       <version>${project.version}</version>
-     </dependency>
-     <dependency>
-       <groupId>org.jboss.webbeans</groupId>
-       <artifactId>webbeans-core</artifactId>
-       <version>${project.version}</version>
-     </dependency>
-     <dependency>
-       <groupId>org.jboss.webbeans</groupId>
-       <artifactId>webbeans-logging</artifactId>
-       <version>${project.version}</version>
-     </dependency>
-     <dependency>
-       <groupId>javassist</groupId>
-       <artifactId>javassist</artifactId>
-     </dependency>
-     <dependency>
-       <groupId>dom4j</groupId>
-       <artifactId>dom4j</artifactId>
-     </dependency>
-   </dependencies>
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/osgi-bundle/pom.xml (from rev 2603, ri/trunk/osgi-bundle/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/osgi-bundle/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/osgi-bundle/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,122 @@
+<!--
+/*
+* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+*
+* Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
+*
+* Use is subject to license terms.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+* http://www.apache.org/licenses/LICENSE-2.0
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-osgi-bundle</artifactId>
+   <name>Web Beans OSGi Bundle</name>
+   <description>Web Beans implementation packaged as an OSGi bundle</description>
+
+   <developers>
+        <developer>
+            <id>ss141213</id>
+            <name>Sanjeeb Sahoo</name>
+            <url>http://weblogs.dev.java.net/ss141213</url>
+            <organization>Sun Microsystems, Inc.</organization>
+            <roles>
+                <role>developer</role>
+            </roles>
+        </developer>
+   </developers>
+
+   <properties>
+       <osgi.version>1.0</osgi.version>
+   </properties>
+   <build>
+       <plugins>
+           <plugin>
+               <groupId>org.apache.felix</groupId>
+               <artifactId>maven-bundle-plugin</artifactId>
+               <version>2.0.0</version>
+               <configuration>
+                    <instructions>
+                        <_include>-osgi.bundle</_include>
+                        <Embed-Dependency>*; scope=compile; inline=true</Embed-Dependency>
+                        <_exportcontents>javax.event; javax.context; javax.webbeans; javax.decorator; javax.inject; javax.inject.manager; version=${osgi.version},
+                                         org.jboss.webbeans.*.api.*; org.jboss.webbeans.*.spi.*; org.jboss.webbeans.conversation; org.jboss.webbeans.bootstrap; org.jboss.webbeans.introspector; org.jboss.webbeans.servlet; version=${osgi.version},
+                                         org.jboss.webbeans.el; include:="WebBeansELResolver"; version=${osgi.version},
+                                         org.jboss.webbeans.jsf; include:="WebBeansPhaseListener"; version=${osgi.version},
+                                         javassist.util.proxy;version="3.8.1.GA"
+                        </_exportcontents>
+                        <Import-Package>javax.annotation, javax.interceptor, *;resolution:=optional</Import-Package>
+                        <Private-Package>!javax.annotation.*, !javax.interceptor.*</Private-Package>
+                    </instructions>
+                    <!-- Maven uses the output directory (target/classes)
+                    rather than the final bundle, when compiling against
+                    projects in the same reactor (ie. the same build).
+                    Since this jar comprises of classes that come from
+                    some other jar and other modules may depend on this
+                    artifact, we need to unpack.
+                    -->
+                    <unpackBundle>true</unpackBundle>
+               </configuration>
+	       <executions>
+                   <execution>
+                       <id>osgi-bundle</id>
+                       <goals>
+                           <goal>bundle</goal>
+                       </goals>
+                       <phase>package</phase>
+                   </execution>
+               </executions>
+           </plugin>
+       </plugins>
+   </build>
+   <dependencies>
+     <dependency>
+       <groupId>org.jboss.webbeans</groupId>
+       <artifactId>jsr299-api</artifactId>
+       <version>${project.version}</version>
+     </dependency>
+     <dependency>
+       <groupId>org.jboss.webbeans</groupId>
+       <artifactId>webbeans-api</artifactId>
+       <version>${project.version}</version>
+     </dependency>
+     <dependency>
+       <groupId>org.jboss.webbeans</groupId>
+       <artifactId>webbeans-spi</artifactId>
+       <version>${project.version}</version>
+     </dependency>
+     <dependency>
+       <groupId>org.jboss.webbeans</groupId>
+       <artifactId>webbeans-core</artifactId>
+       <version>${project.version}</version>
+     </dependency>
+     <dependency>
+       <groupId>org.jboss.webbeans</groupId>
+       <artifactId>webbeans-logging</artifactId>
+       <version>${project.version}</version>
+     </dependency>
+     <dependency>
+       <groupId>javassist</groupId>
+       <artifactId>javassist</artifactId>
+     </dependency>
+     <dependency>
+       <groupId>dom4j</groupId>
+       <artifactId>dom4j</artifactId>
+     </dependency>
+   </dependencies>
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/parent/pom.xml
===================================================================
--- ri/trunk/parent/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/parent/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,211 +0,0 @@
-<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">
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-parent</artifactId>
-   <packaging>pom</packaging>
-   <version>1.0.0-SNAPSHOT</version>
-   
-   <parent>
-      <groupId>org.jboss.webbeans</groupId>
-      <artifactId>webbeans-version-matrix</artifactId>
-      <version>1.0.0.PREVIEW1</version>
-  </parent>
-
-   <name>Web Beans, the reference implmentation of JSR-299</name>
-   <url>http://www.seamframework.org/WebBeans</url>
-
-   <description>
-      The reference implementation of JSR 299: Web Beans
-   </description>
-
-   <developers>
-      <developer>
-         <name>Pete Muir</name>
-         <roles>
-            <role>Project Lead</role>
-         </roles>
-         <email>pete.muir at jboss.org</email>
-         <organization>JBoss, a division of Red Hat</organization>
-         <url>http://in.relation.to/Bloggers/Pete</url>
-      </developer>
-
-      <developer>
-         <name>Shane Bryzak</name>
-         <organization>JBoss, a division of Red Hat</organization>
-      </developer>
-
-      <developer>
-         <name>David Allen</name>
-      </developer>
-      
-      <developer>
-         <name>Nicklas Karlsson</name>
-      </developer>
-   </developers>
-
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-source-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>attach-sources</id>
-                  <phase>verify</phase>
-                  <goals>
-                     <goal>jar</goal>
-                  </goals>
-               </execution>
-            </executions>
-         </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-enforcer-plugin</artifactId>
-         </plugin>
-         <plugin>
-           <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-release-plugin</artifactId>
-           <version>2.0-beta-8</version>
-           <configuration>
-             <tagBase>https://svn.jboss.org/repos/webbeans/ri/tags</tagBase>
-             <autoVersionSubmodules>true</autoVersionSubmodules>
-           </configuration>
-         </plugin>
-      </plugins>
-      <defaultGoal>package</defaultGoal>
-
-      <pluginManagement>
-         <plugins>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-compiler-plugin</artifactId>
-               <configuration>
-                  <source>1.5</source>
-                  <target>1.5</target>
-               </configuration>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-jar-plugin</artifactId>
-               <configuration>
-                  <archive>
-                     <manifest>
-                        <addDefaultImplementationEntries>
-                           true
-                        </addDefaultImplementationEntries>
-                        <addDefaultSpecificationEntries>
-                           true
-                        </addDefaultSpecificationEntries>
-                     </manifest>
-                  </archive>
-               </configuration>
-            </plugin>
-            <plugin>
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>emma-maven-plugin</artifactId>
-               <configuration>
-                  <forkMode>once</forkMode>
-                  <metadataFile>../target/coverage.em</metadataFile>
-                  <outputDirectory>${project.build.directory}/generated-classes</outputDirectory>
-               </configuration>
-            </plugin>
-         </plugins>
-      </pluginManagement>
-   </build>
-   
-   <profiles>
-      <profile>
-         <id>api-coverage</id>
-         <activation>
-            <property>
-               <name>apiCoverage</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-surefire-plugin</artifactId>
-                  <inherited>true</inherited>
-                  <configuration>
-                     <forkMode>once</forkMode>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-         <dependencies>
-            <dependency>
-               <groupId>emma</groupId>
-               <artifactId>emma</artifactId>
-               <version>2.0.5312</version>
-               <scope>test</scope>
-            </dependency>
-         </dependencies>
-      </profile>
-   </profiles>
-   
-   <ciManagement>
-      <system>Hudson</system>
-      <url />
-   </ciManagement>
-
-   <issueManagement>
-      <system>JIRA</system>
-      <url>http://jira.jboss.org/browse/WBRI</url>
-   </issueManagement>
-
-   <inceptionYear>2008</inceptionYear>
-
-   <licenses>
-      <license>
-         <name>Apache License, Version 2.0</name>
-         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-      </license>
-      <license>
-         <name>Lesser Gnu Public License, Version 2.1</name>
-         <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
-      </license>
-   </licenses>
-
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri</developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans/ri</url>
-   </scm>
-
-   <distributionManagement>
-      <repository>
-         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-         <id>repository.jboss.org</id>
-         <url>file://${maven.repository.root}</url>
-      </repository>
-      <snapshotRepository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshot Repository</name>
-         <url>dav:https://snapshots.jboss.org/maven2</url>
-      </snapshotRepository>
-   </distributionManagement>
-
-   <reporting>
-      <plugins>
-         <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>cobertura-maven-plugin</artifactId>
-            <configuration>
-               <formats>
-                  <format>html</format>
-                  <format>xml</format>
-               </formats>
-               <instrumentation>
-                  <ignores>
-                     <ignore>javax.webbeans.*</ignore>
-                  </ignores>
-               </instrumentation>
-            </configuration>
-         </plugin>
-      </plugins>
-   </reporting>
-   
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/parent/pom.xml (from rev 2603, ri/trunk/parent/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/parent/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/parent/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,211 @@
+<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">
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-parent</artifactId>
+   <packaging>pom</packaging>
+   <version>1.0.0.PREVIEW1</version>
+   
+   <parent>
+      <groupId>org.jboss.webbeans</groupId>
+      <artifactId>webbeans-version-matrix</artifactId>
+      <version>1.0.0.PREVIEW1</version>
+  </parent>
+
+   <name>Web Beans, the reference implmentation of JSR-299</name>
+   <url>http://www.seamframework.org/WebBeans</url>
+
+   <description>
+      The reference implementation of JSR 299: Web Beans
+   </description>
+
+   <developers>
+      <developer>
+         <name>Pete Muir</name>
+         <roles>
+            <role>Project Lead</role>
+         </roles>
+         <email>pete.muir at jboss.org</email>
+         <organization>JBoss, a division of Red Hat</organization>
+         <url>http://in.relation.to/Bloggers/Pete</url>
+      </developer>
+
+      <developer>
+         <name>Shane Bryzak</name>
+         <organization>JBoss, a division of Red Hat</organization>
+      </developer>
+
+      <developer>
+         <name>David Allen</name>
+      </developer>
+      
+      <developer>
+         <name>Nicklas Karlsson</name>
+      </developer>
+   </developers>
+
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>attach-sources</id>
+                  <phase>verify</phase>
+                  <goals>
+                     <goal>jar</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-enforcer-plugin</artifactId>
+         </plugin>
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-release-plugin</artifactId>
+           <version>2.0-beta-8</version>
+           <configuration>
+             <tagBase>https://svn.jboss.org/repos/webbeans/ri/tags</tagBase>
+             <autoVersionSubmodules>true</autoVersionSubmodules>
+           </configuration>
+         </plugin>
+      </plugins>
+      <defaultGoal>package</defaultGoal>
+
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-compiler-plugin</artifactId>
+               <configuration>
+                  <source>1.5</source>
+                  <target>1.5</target>
+               </configuration>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-jar-plugin</artifactId>
+               <configuration>
+                  <archive>
+                     <manifest>
+                        <addDefaultImplementationEntries>
+                           true
+                        </addDefaultImplementationEntries>
+                        <addDefaultSpecificationEntries>
+                           true
+                        </addDefaultSpecificationEntries>
+                     </manifest>
+                  </archive>
+               </configuration>
+            </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>emma-maven-plugin</artifactId>
+               <configuration>
+                  <forkMode>once</forkMode>
+                  <metadataFile>../target/coverage.em</metadataFile>
+                  <outputDirectory>${project.build.directory}/generated-classes</outputDirectory>
+               </configuration>
+            </plugin>
+         </plugins>
+      </pluginManagement>
+   </build>
+   
+   <profiles>
+      <profile>
+         <id>api-coverage</id>
+         <activation>
+            <property>
+               <name>apiCoverage</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <inherited>true</inherited>
+                  <configuration>
+                     <forkMode>once</forkMode>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+         <dependencies>
+            <dependency>
+               <groupId>emma</groupId>
+               <artifactId>emma</artifactId>
+               <version>2.0.5312</version>
+               <scope>test</scope>
+            </dependency>
+         </dependencies>
+      </profile>
+   </profiles>
+   
+   <ciManagement>
+      <system>Hudson</system>
+      <url />
+   </ciManagement>
+
+   <issueManagement>
+      <system>JIRA</system>
+      <url>http://jira.jboss.org/browse/WBRI</url>
+   </issueManagement>
+
+   <inceptionYear>2008</inceptionYear>
+
+   <licenses>
+      <license>
+         <name>Apache License, Version 2.0</name>
+         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      </license>
+      <license>
+         <name>Lesser Gnu Public License, Version 2.1</name>
+         <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
+      </license>
+   </licenses>
+
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW1</developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans/ri/tags/1.0.0.PREVIEW1/ri</url>
+   </scm>
+
+   <distributionManagement>
+      <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
+      <snapshotRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>dav:https://snapshots.jboss.org/maven2</url>
+      </snapshotRepository>
+   </distributionManagement>
+
+   <reporting>
+      <plugins>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <configuration>
+               <formats>
+                  <format>html</format>
+                  <format>xml</format>
+               </formats>
+               <instrumentation>
+                  <ignores>
+                     <ignore>javax.webbeans.*</ignore>
+                  </ignores>
+               </instrumentation>
+            </configuration>
+         </plugin>
+      </plugins>
+   </reporting>
+   
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,83 +0,0 @@
-<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">
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-build-aggregator</artifactId>
-   <packaging>pom</packaging>
-   <version>1.0.0-SNAPSHOT</version>
-
-   <name>Web Beans Build Aggregator</name>
-   <url>http://www.seamframework.org/WebBeans</url>
-
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri</connection>
-      <developerConnection>
-         scm:svn:https://svn.jboss.org/repos/webbeans/ri
-      </developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans</url>
-   </scm>
-
-   <distributionManagement>
-      <repository>
-         <!--
-            Copy the  dist to the local checkout of the JBoss maven2 repo
-            ${maven.repository.root}
-         -->
-         <!--
-            It is anticipated that ${maven.repository.root} be set in user's
-            settings.xml
-         -->
-         <!--
-            todo : replace this with direct svn access once the svnkit providers
-            are available
-         -->
-         <id>repository.jboss.org</id>
-         <url>file://${maven.repository.root}</url>
-      </repository>
-      <snapshotRepository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshot Repository</name>
-         <url>dav:https://snapshots.jboss.org/maven2</url>
-      </snapshotRepository>
-   </distributionManagement>
-
-   <profiles>
-      <profile>
-         <id>apis-only</id>
-         <activation>
-            <property>
-               <name>apis-only</name>
-            </property>
-         </activation>
-         <modules>
-            <module>version-matrix</module>
-            <module>parent</module>
-            <module>api</module>
-            <module>spi</module>
-            <module>core-api</module>
-         </modules>
-      </profile>
-      <profile>
-         <id>default</id>
-         <activation>
-            <activeByDefault>true</activeByDefault>
-         </activation>
-         <modules>
-            <module>version-matrix</module>
-            <module>parent</module>
-            <module>api</module>
-            <module>spi</module>
-            <module>core-api</module>
-            <module>logging</module>
-            <module>impl</module>
-            <module>tests</module>
-            <module>porting-package</module>
-            <module>jboss-tck-runner</module>
-            <module>osgi-bundle</module>
-         </modules>
-      </profile>
-      
-   </profiles>
-
-
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/pom.xml (from rev 2603, ri/trunk/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,80 @@
+<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">
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-build-aggregator</artifactId>
+   <packaging>pom</packaging>
+   <version>1.0.0.PREVIEW1</version>
+
+   <name>Web Beans Build Aggregator</name>
+   <url>http://www.seamframework.org/WebBeans</url>
+
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW1</developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans/tags/1.0.0.PREVIEW1</url>
+   </scm>
+
+   <distributionManagement>
+      <repository>
+         <!--
+            Copy the  dist to the local checkout of the JBoss maven2 repo
+            ${maven.repository.root}
+         -->
+         <!--
+            It is anticipated that ${maven.repository.root} be set in user's
+            settings.xml
+         -->
+         <!--
+            todo : replace this with direct svn access once the svnkit providers
+            are available
+         -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
+      <snapshotRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>dav:https://snapshots.jboss.org/maven2</url>
+      </snapshotRepository>
+   </distributionManagement>
+
+   <profiles>
+      <profile>
+         <id>apis-only</id>
+         <activation>
+            <property>
+               <name>apis-only</name>
+            </property>
+         </activation>
+         <modules>
+            <module>version-matrix</module>
+            <module>parent</module>
+            <module>api</module>
+            <module>spi</module>
+            <module>core-api</module>
+         </modules>
+      </profile>
+      <profile>
+         <id>default</id>
+         <activation>
+            <activeByDefault>true</activeByDefault>
+         </activation>
+         <modules>
+            <module>version-matrix</module>
+            <module>parent</module>
+            <module>api</module>
+            <module>spi</module>
+            <module>core-api</module>
+            <module>logging</module>
+            <module>impl</module>
+            <module>tests</module>
+            <module>porting-package</module>
+            <module>jboss-tck-runner</module>
+            <module>osgi-bundle</module>
+         </modules>
+      </profile>
+      
+   </profiles>
+
+
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/porting-package/pom.xml
===================================================================
--- ri/trunk/porting-package/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/porting-package/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,43 +0,0 @@
-<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>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0.PREVIEW1</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-porting-package</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
-   <name>Web Beans Porting Package for JSR-299 TCK</name>
-   <dependencies>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>jsr299-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-core</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.jboss.jsr299.tck</groupId>
-         <artifactId>jsr299-tck-api</artifactId>
-      </dependency>
-      <dependency>
-      	<groupId>javax.el</groupId>
-      	<artifactId>el-api</artifactId>
-      </dependency>
-       <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-ri</artifactId>
-      </dependency>
-      
-      <dependency>
-      	<groupId>org.jboss.webbeans</groupId>
-	      <artifactId>webbeans-core-test</artifactId>
-     </dependency>
-      
-   </dependencies>
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/porting-package/pom.xml (from rev 2603, ri/trunk/porting-package/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/porting-package/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/porting-package/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,43 @@
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-porting-package</artifactId>
+   <version>1.0.0.PREVIEW1</version>
+   <name>Web Beans Porting Package for JSR-299 TCK</name>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>jsr299-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-core</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.jsr299.tck</groupId>
+         <artifactId>jsr299-tck-api</artifactId>
+      </dependency>
+      <dependency>
+      	<groupId>javax.el</groupId>
+      	<artifactId>el-api</artifactId>
+      </dependency>
+       <dependency>
+         <groupId>javax.el</groupId>
+         <artifactId>el-ri</artifactId>
+      </dependency>
+      
+      <dependency>
+      	<groupId>org.jboss.webbeans</groupId>
+	      <artifactId>webbeans-core-test</artifactId>
+     </dependency>
+      
+   </dependencies>
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/spi/pom.xml
===================================================================
--- ri/trunk/spi/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/spi/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,66 +0,0 @@
-<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>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0.PREVIEW1</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-spi</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
-   <name>Web Beans Service Provider Interfaces</name>
-   <dependencies>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>jsr299-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.persistence</groupId>
-         <artifactId>persistence-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-
-      <dependency>
-         <groupId>org.testng</groupId>
-         <artifactId>testng</artifactId>
-         <scope>test</scope>
-         <classifier>jdk15</classifier>
-         <exclusions>
-            <exclusion>
-               <groupId>junit</groupId>
-               <artifactId>junit</artifactId>
-            </exclusion>
-         </exclusions>
-      </dependency>
-      
-      <dependency>
-      	<groupId>javax.transaction</groupId>
-      	<artifactId>jta</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-      	<groupId>javax.annotation</groupId>
-      	<artifactId>jsr250-api</artifactId>
-      	<optional>true</optional>
-      </dependency>
-      
-      <dependency>
-      	<groupId>javax.jms</groupId>
-      	<artifactId>jms</artifactId>
-    	</dependency>
-
-   </dependencies>
-
-   <build>
-   	<defaultGoal>install</defaultGoal>
-   </build>
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/spi/pom.xml (from rev 2603, ri/trunk/spi/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/spi/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/spi/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,66 @@
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-spi</artifactId>
+   <version>1.0.0.PREVIEW1</version>
+   <name>Web Beans Service Provider Interfaces</name>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>jsr299-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.persistence</groupId>
+         <artifactId>persistence-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+
+      <dependency>
+         <groupId>org.testng</groupId>
+         <artifactId>testng</artifactId>
+         <scope>test</scope>
+         <classifier>jdk15</classifier>
+         <exclusions>
+            <exclusion>
+               <groupId>junit</groupId>
+               <artifactId>junit</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      
+      <dependency>
+      	<groupId>javax.transaction</groupId>
+      	<artifactId>jta</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+      <dependency>
+      	<groupId>javax.annotation</groupId>
+      	<artifactId>jsr250-api</artifactId>
+      	<optional>true</optional>
+      </dependency>
+      
+      <dependency>
+      	<groupId>javax.jms</groupId>
+      	<artifactId>jms</artifactId>
+    	</dependency>
+
+   </dependencies>
+
+   <build>
+   	<defaultGoal>install</defaultGoal>
+   </build>
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/tests/pom.xml
===================================================================
--- ri/trunk/tests/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/tests/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,249 +0,0 @@
-<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>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0.PREVIEW1</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-core-test</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
-   <name>Web Beans Core Tests</name>
-   <dependencies>
-
-      <dependency>
-         <groupId>org.testng</groupId>
-         <artifactId>testng</artifactId>
-         <classifier>jdk15</classifier>
-         <exclusions>
-         	<exclusion>
-         		<artifactId>junit</artifactId>
-         		<groupId>junit</groupId>
-         	</exclusion>
-         </exclusions>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness-jboss-as-50</artifactId>
-         <scope>test</scope>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-api</artifactId>
-      </dependency>
-      
-       <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-ri</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-core</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-spi</artifactId>
-      </dependency>
-      
-      
-      <dependency>
-         <groupId>org.jboss.ejb3</groupId>
-         <artifactId>jboss-ejb3-api</artifactId>
-         <optional>true</optional>
-         <exclusions>
-            <exclusion>
-               <artifactId>jboss-jaxrpc</artifactId>
-               <groupId>jbossws</groupId>
-            </exclusion>
-            <exclusion>
-               <artifactId>jboss-transaction-api</artifactId>
-               <groupId>org.jboss.javaee</groupId>
-            </exclusion>
-            <exclusion>
-               <artifactId>jboss-jaxrpc</artifactId>
-               <groupId>jboss.jbossws</groupId>
-            </exclusion>
-         </exclusions>
-      </dependency>
-      <dependency>
-      	<groupId>log4j</groupId>
-      	<artifactId>log4j</artifactId>
-      	<scope>test</scope>
-      </dependency>
-      
-      <dependency>
-      	<groupId>javax.transaction</groupId>
-      	<artifactId>jta</artifactId>
-    	</dependency>
-    	
-      <dependency>
-         <groupId>javax.persistence</groupId>
-         <artifactId>persistence-api</artifactId>
-      </dependency>
-      
-   </dependencies>
-
-   <build>
-   	<defaultGoal>test</defaultGoal>
-   	<plugins>
-   	   <plugin>
-   	      <groupId>org.apache.maven.plugins</groupId>
-   	      <artifactId>maven-surefire-plugin</artifactId>
-   	      <configuration>
-   	         <suiteXmlFiles>
-                  <suiteXmlFile>unit-tests.xml</suiteXmlFile>
-   	         </suiteXmlFiles>
-   	      </configuration>
-   	   </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-report-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>generate-test-report</id>
-                  <phase>test</phase>
-                  <goals>
-                     <goal>report-only</goal>
-                  </goals>
-               </execution>
-            </executions>
-            <configuration>
-               <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
-               <outputName>test-report</outputName>
-            </configuration>
-         </plugin>
-   	</plugins>
-   </build>
-   
-   <profiles>
-      <profile>
-         <id>incontainer</id>
-         <activation>
-            <property>
-               <name>incontainer</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-dependency-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>copy</id>
-                        <phase>generate-test-sources</phase>
-                        <goals>
-                           <goal>copy</goal>
-                        </goals>
-                        <configuration>
-                           <stripVersion>true</stripVersion>
-                           <artifactItems>
-                              <artifactItem>
-                                 <groupId>org.jboss.test-harness</groupId>
-                                 <artifactId>jboss-test-harness</artifactId>
-                                 <overWrite>true</overWrite>
-                                 <outputDirectory>${project.build.directory}/classes/lib</outputDirectory>
-                              </artifactItem>
-                              <artifactItem>
-                                 <groupId>javax.el</groupId>
-                                 <artifactId>el-ri</artifactId>
-                                 <overWrite>true</overWrite>
-                                 <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
-                              </artifactItem>
-                           </artifactItems>
-                        </configuration>
-                     </execution>
-                  </executions>
-               </plugin>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-surefire-plugin</artifactId>
-                  <configuration>
-                     <suiteXmlFiles>
-                        <suiteXmlFile>unit-tests.xml</suiteXmlFile>
-                     </suiteXmlFiles>
-                     <systemProperties>
-                        <property>
-                           <name>org.jboss.testharness.standalone</name>
-                           <value>false</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.container.extraConfigurationDir</name>
-                           <value>../jboss-as</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.container.forceRestart</name>
-                           <value>true</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.runIntegrationTests</name>
-                           <value>true</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.libraryDirectory</name>
-                           <value>target/dependency/lib</value>
-                        </property>
-                        <property>
-                           <name>org.jboss.testharness.outputDirectory</name>
-                           <value>target</value>
-                        </property>
-                     </systemProperties>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-      <profile>
-         <id>write-artifacts-to-disk</id>
-         <activation>
-            <property>
-               <name>dumpArtifacts</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.codehaus.mojo</groupId>
-                  <artifactId>exec-maven-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>generate-test-artifacts</id>
-                        <phase>generate-test-sources</phase> 
-                        <goals>
-                        <goal>java</goal>
-                        </goals>
-                     </execution>
-                  </executions>
-                  <configuration>
-                     <mainClass>org.jboss.testharness.api.TCK</mainClass>
-                     <classpathScope>test</classpathScope>
-                     <systemProperties>
-                        <systemProperty>
-                           <key>dumpArtifacts</key>
-                           <value>true</value>
-                        </systemProperty>
-                        <systemProperty>
-                           <key>org.jboss.testharness.outputDirectory</key>
-                           <value>target/test-artifacts</value>
-                        </systemProperty>
-                        <systemProperty>
-                           <key>org.jboss.testharness.libraryDirectory</key>
-                           <value>target/dependency/lib</value>
-                        </systemProperty>
-                     </systemProperties>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-   </profiles>
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/tests/pom.xml (from rev 2603, ri/trunk/tests/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/tests/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/tests/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,249 @@
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-core-test</artifactId>
+   <version>1.0.0.PREVIEW1</version>
+   <name>Web Beans Core Tests</name>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.testng</groupId>
+         <artifactId>testng</artifactId>
+         <classifier>jdk15</classifier>
+         <exclusions>
+         	<exclusion>
+         		<artifactId>junit</artifactId>
+         		<groupId>junit</groupId>
+         	</exclusion>
+         </exclusions>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.test-harness</groupId>
+         <artifactId>jboss-test-harness</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.test-harness</groupId>
+         <artifactId>jboss-test-harness-jboss-as-50</artifactId>
+         <scope>test</scope>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.el</groupId>
+         <artifactId>el-api</artifactId>
+      </dependency>
+      
+       <dependency>
+         <groupId>javax.el</groupId>
+         <artifactId>el-ri</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-core</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-spi</artifactId>
+      </dependency>
+      
+      
+      <dependency>
+         <groupId>org.jboss.ejb3</groupId>
+         <artifactId>jboss-ejb3-api</artifactId>
+         <optional>true</optional>
+         <exclusions>
+            <exclusion>
+               <artifactId>jboss-jaxrpc</artifactId>
+               <groupId>jbossws</groupId>
+            </exclusion>
+            <exclusion>
+               <artifactId>jboss-transaction-api</artifactId>
+               <groupId>org.jboss.javaee</groupId>
+            </exclusion>
+            <exclusion>
+               <artifactId>jboss-jaxrpc</artifactId>
+               <groupId>jboss.jbossws</groupId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+      	<groupId>log4j</groupId>
+      	<artifactId>log4j</artifactId>
+      	<scope>test</scope>
+      </dependency>
+      
+      <dependency>
+      	<groupId>javax.transaction</groupId>
+      	<artifactId>jta</artifactId>
+    	</dependency>
+    	
+      <dependency>
+         <groupId>javax.persistence</groupId>
+         <artifactId>persistence-api</artifactId>
+      </dependency>
+      
+   </dependencies>
+
+   <build>
+   	<defaultGoal>test</defaultGoal>
+   	<plugins>
+   	   <plugin>
+   	      <groupId>org.apache.maven.plugins</groupId>
+   	      <artifactId>maven-surefire-plugin</artifactId>
+   	      <configuration>
+   	         <suiteXmlFiles>
+                  <suiteXmlFile>unit-tests.xml</suiteXmlFile>
+   	         </suiteXmlFiles>
+   	      </configuration>
+   	   </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-report-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>generate-test-report</id>
+                  <phase>test</phase>
+                  <goals>
+                     <goal>report-only</goal>
+                  </goals>
+               </execution>
+            </executions>
+            <configuration>
+               <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
+               <outputName>test-report</outputName>
+            </configuration>
+         </plugin>
+   	</plugins>
+   </build>
+   
+   <profiles>
+      <profile>
+         <id>incontainer</id>
+         <activation>
+            <property>
+               <name>incontainer</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-dependency-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>copy</id>
+                        <phase>generate-test-sources</phase>
+                        <goals>
+                           <goal>copy</goal>
+                        </goals>
+                        <configuration>
+                           <stripVersion>true</stripVersion>
+                           <artifactItems>
+                              <artifactItem>
+                                 <groupId>org.jboss.test-harness</groupId>
+                                 <artifactId>jboss-test-harness</artifactId>
+                                 <overWrite>true</overWrite>
+                                 <outputDirectory>${project.build.directory}/classes/lib</outputDirectory>
+                              </artifactItem>
+                              <artifactItem>
+                                 <groupId>javax.el</groupId>
+                                 <artifactId>el-ri</artifactId>
+                                 <overWrite>true</overWrite>
+                                 <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
+                              </artifactItem>
+                           </artifactItems>
+                        </configuration>
+                     </execution>
+                  </executions>
+               </plugin>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <configuration>
+                     <suiteXmlFiles>
+                        <suiteXmlFile>unit-tests.xml</suiteXmlFile>
+                     </suiteXmlFiles>
+                     <systemProperties>
+                        <property>
+                           <name>org.jboss.testharness.standalone</name>
+                           <value>false</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.container.extraConfigurationDir</name>
+                           <value>../jboss-as</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.container.forceRestart</name>
+                           <value>true</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.runIntegrationTests</name>
+                           <value>true</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.libraryDirectory</name>
+                           <value>target/dependency/lib</value>
+                        </property>
+                        <property>
+                           <name>org.jboss.testharness.outputDirectory</name>
+                           <value>target</value>
+                        </property>
+                     </systemProperties>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+      <profile>
+         <id>write-artifacts-to-disk</id>
+         <activation>
+            <property>
+               <name>dumpArtifacts</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.codehaus.mojo</groupId>
+                  <artifactId>exec-maven-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>generate-test-artifacts</id>
+                        <phase>generate-test-sources</phase> 
+                        <goals>
+                        <goal>java</goal>
+                        </goals>
+                     </execution>
+                  </executions>
+                  <configuration>
+                     <mainClass>org.jboss.testharness.api.TCK</mainClass>
+                     <classpathScope>test</classpathScope>
+                     <systemProperties>
+                        <systemProperty>
+                           <key>dumpArtifacts</key>
+                           <value>true</value>
+                        </systemProperty>
+                        <systemProperty>
+                           <key>org.jboss.testharness.outputDirectory</key>
+                           <value>target/test-artifacts</value>
+                        </systemProperty>
+                        <systemProperty>
+                           <key>org.jboss.testharness.libraryDirectory</key>
+                           <value>target/dependency/lib</value>
+                        </systemProperty>
+                     </systemProperties>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+   </profiles>
+</project>

Deleted: ri/tags/1.0.0.PREVIEW1/version-matrix/pom.xml
===================================================================
--- ri/trunk/version-matrix/pom.xml	2009-04-20 13:21:44 UTC (rev 2601)
+++ ri/tags/1.0.0.PREVIEW1/version-matrix/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -1,551 +0,0 @@
-<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">
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-version-matrix</artifactId>
-   <packaging>pom</packaging>
-   <version>1.0.0-SNAPSHOT</version>
-
-   <name>Web Beans Version Matrix</name>
-   <url>http://www.seamframework.org/WebBeans</url>
-
-   <description>
-      A version matrix for a Web Beans projects
-   </description>
-
-   <repositories>
-      <repository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://repository.jboss.org/maven2</url>
-         <releases>
-            <enabled>true</enabled>
-         </releases>
-         <snapshots>
-            <enabled>false</enabled>
-         </snapshots>
-      </repository>
-      <repository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshots Repository</name>
-         <url>http://snapshots.jboss.org/maven2</url>
-         <releases>
-            <enabled>false</enabled>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-   </repositories>
-
-   <pluginRepositories>
-      <pluginRepository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://repository.jboss.org/maven2</url>
-      </pluginRepository>
-   </pluginRepositories>
-   
-   <properties>
-      <jsr299.tck.version>1.0.0.BETA2</jsr299.tck.version>
-      <webbeans.version>1.0.0.PREVIEW1</webbeans.version>
-      <webbeans.servlet.version>1.0.0.CR1</webbeans.servlet.version>
-      <webbeans.se.version>1.0.0.BETA1</webbeans.se.version>
-      <jboss.test.harness.version>1.0.0.BETA2</jboss.test.harness.version>
-   </properties>
-   
-   <dependencyManagement>
-      <dependencies>
-
-         <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <version>5.8</version>
-            <classifier>jdk15</classifier>
-            <exclusions>
-               <exclusion>
-                  <groupId>junit</groupId>
-                  <artifactId>junit</artifactId>
-               </exclusion>
-            </exclusions>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.ejb</groupId>
-            <artifactId>ejb-api</artifactId>
-            <version>3.0</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>jsr250-api</artifactId>
-            <version>1.0</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
-            <version>1.0</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.scannotation</groupId>
-            <artifactId>scannotation</artifactId>
-            <version>1.0.2</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javassist</groupId>
-            <artifactId>javassist</artifactId>
-            <version>3.8.1.GA</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.transaction</groupId>
-            <artifactId>jta</artifactId>
-            <version>1.0.1B</version>
-         </dependency>
-
-         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
-         </dependency>
-
-         <dependency>
-            <groupId>jaxen</groupId>
-            <artifactId>jaxen</artifactId>
-	   		<version>1.1.1</version>
-         </dependency>
-
-         <dependency>
-            <groupId>dom4j</groupId>
-            <artifactId>dom4j</artifactId>
-            <version>1.6.1</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.jms</groupId>
-            <artifactId>jms</artifactId>
-            <version>1.1</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.el</groupId>
-            <artifactId>el-api</artifactId>
-            <version>1.2</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>jsf-api</artifactId>
-            <version>1.2_12</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>jsf-impl</artifactId>
-            <version>1.2_12</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.ejb3</groupId>
-            <artifactId>jboss-ejb3-embedded</artifactId>
-            <version>1.0.0-Alpha1</version>
-            <exclusions>
-               <exclusion>
-                  <groupId>org.apache.ant</groupId>
-                  <artifactId>ant</artifactId>
-               </exclusion>
-               <exclusion>
-                  <groupId>bsh</groupId>
-                  <artifactId>bsh</artifactId>
-               </exclusion>
-               <exclusion>
-                  <groupId>org.jboss.cache</groupId>
-                  <artifactId>jbosscache-core</artifactId>
-               </exclusion>
-               <exclusion>
-                  <groupId>org.jboss.cluster</groupId>
-                  <artifactId>jboss-ha-client</artifactId>
-               </exclusion>
-               <exclusion>
-                  <groupId>org.jboss.javaee</groupId>
-                  <artifactId>jboss-ejb-api</artifactId>
-               </exclusion>
-               <exclusion>
-                  <groupId>org.jboss.javaee</groupId>
-                  <artifactId>jboss-servlet-api</artifactId>
-               </exclusion>
-               <exclusion>
-                  <groupId>org.jboss.ws.native</groupId>
-                  <artifactId>jbossws-native-saaj</artifactId>
-               </exclusion>
-               <exclusion>
-                  <groupId>org.jboss.ws.native</groupId>
-                  <artifactId>jbossws-native-jaxws</artifactId>
-               </exclusion>
-               <exclusion>
-                  <groupId>apache-log4j</groupId>
-                  <artifactId>log4j</artifactId>
-               </exclusion>
-            </exclusions>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.ejb3</groupId>
-            <artifactId>jboss-ejb3-api</artifactId>
-            <version>3.1.0-Alpha1</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.el</groupId>
-            <artifactId>jboss-el</artifactId>
-            <version>1.0_02.CR2</version>
-         </dependency>
-
-         <dependency>
-            <groupId>com.sun.facelets</groupId>
-            <artifactId>jsf-facelets</artifactId>
-            <version>1.1.15.B1</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.el</groupId>
-            <artifactId>el-ri</artifactId>
-            <version>1.2</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>jsr299-api</artifactId>
-            <version>{webbeans.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>webbeans-api</artifactId>
-            <version>${webbeans.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>webbeans-core</artifactId>
-            <version>${webbeans.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>webbeans-spi</artifactId>
-            <version>${webbeans.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>webbeans-porting-package</artifactId>
-            <version>${webbeans.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>webbeans-logging</artifactId>
-            <version>${webbeans.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>webbeans-core-test</artifactId>
-            <version>${webbeans.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>webbeans-se</artifactId>
-            <version>${webbeans.se.version}</version>
-         </dependency>
-
-         <!-- Deprecated -->
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>se-module</artifactId>
-            <version>${webbeans.se.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.webbeans.servlet</groupId>
-            <artifactId>webbeans-servlet-int</artifactId>
-            <version>${webbeans.servlet.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.webbeans.servlet</groupId>
-            <artifactId>webbeans-servlet</artifactId>
-            <version>${webbeans.servlet.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.jsr299.tck</groupId>
-            <artifactId>jsr299-tck-api</artifactId>
-            <version>${jsr299.tck.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.jsr299.tck</groupId>
-            <artifactId>jsr299-tck-impl</artifactId>
-            <version>${jsr299.tck.version}</version>
-         </dependency>
-             
-         <dependency>
-            <groupId>org.jboss.test-harness</groupId>
-            <artifactId>jboss-test-harness</artifactId>
-            <version>${jboss.test.harness.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.test-harness</groupId>
-            <artifactId>jboss-test-harness-jboss-as-50</artifactId>
-            <version>${jboss.test.harness.version}</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.test-harness</groupId>
-            <artifactId>jboss-test-harness-tomcat</artifactId>
-            <version>${jboss.test.harness.version}</version>
-         </dependency>
-         
-<!--         <dependency>-->
-<!--            <groupId>org.jboss.naming</groupId>-->
-<!--            <artifactId>jnp-client</artifactId>-->
-<!--            <version>5.0.1.GA</version>-->
-<!--         </dependency>-->
-<!--         -->
-<!--         <dependency>-->
-<!--            <groupId>org.jboss.aspects</groupId>-->
-<!--            <artifactId>jboss-security-aspects</artifactId>-->
-<!--            <version>1.0.0.GA</version>-->
-<!--         </dependency>-->
-<!--         -->
-<!--         <dependency>-->
-<!--            <groupId>org.jboss.aspects</groupId>-->
-<!--            <artifactId>jboss-remoting-aspects</artifactId>-->
-<!--            <version>1.0.1.GA</version>-->
-<!--         </dependency>-->
-<!--   -->
-<!--         -->
-<!--         <dependency>-->
-<!--            <groupId>oswego-concurrent</groupId>-->
-<!--            <artifactId>concurrent</artifactId>-->
-<!--            <version>1.3.4-jboss-update1</version>-->
-<!--         </dependency>-->
-
-         <dependency>
-            <groupId>org.jboss.integration</groupId>
-            <artifactId>jboss-profileservice-spi</artifactId>
-            <version>5.0.3.GA</version>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.jboss.jbossas</groupId>
-            <artifactId>jboss-as-client</artifactId>
-            <version>5.0.1.GA</version>
-            <type>pom</type>
-         </dependency>
-         
-         <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>catalina</artifactId>
-            <version>6.0.18</version>
-         </dependency>
-         
-         <dependency>
-      		<groupId>javax.xml.ws</groupId>
-      		<artifactId>jaxws-api</artifactId>
-      		<version>2.1</version>
-    		</dependency>
-    		
-    		<dependency>
-      		<groupId>commons-httpclient</groupId>
-      		<artifactId>commons-httpclient</artifactId>
-      		<version>3.1</version>
-    </dependency>
-         
-      </dependencies>
-   </dependencyManagement>
-
-   <build>
-      <extensions>
-         <extension>
-            <groupId>org.apache.maven.wagon</groupId>
-            <artifactId>wagon-webdav</artifactId>
-            <version>1.0-beta-2</version>
-         </extension>
-      </extensions>
-
-      <pluginManagement>
-         <plugins>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-compiler-plugin</artifactId>
-               <version>2.0.2</version>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-release-plugin</artifactId>
-              <version>2.0-beta-8</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-jar-plugin</artifactId>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-surefire-report-plugin</artifactId>
-               <version>2.4.3</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-surefire-plugin</artifactId>
-               <version>2.4.3</version>
-            </plugin>
-            <plugin>
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>properties-maven-plugin</artifactId>
-               <version>1.0-alpha-1</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-clean-plugin</artifactId>
-               <version>2.2</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-deploy-plugin</artifactId>
-               <version>2.4</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-install-plugin</artifactId>
-               <version>2.2</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-site-plugin</artifactId>
-               <version>2.0-beta-6</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-source-plugin</artifactId>
-               <version>2.0.4</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-resources-plugin</artifactId>
-               <version>2.2</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-jar-plugin</artifactId>
-               <version>2.2</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-dependency-plugin</artifactId>
-               <version>2.0</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-war-plugin</artifactId>
-               <version>2.1-alpha-1</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-ejb-plugin</artifactId>
-               <version>2.1</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-ear-plugin</artifactId>
-               <version>2.3.1</version>
-            </plugin>
-            <plugin>
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>exec-maven-plugin</artifactId>
-               <version>1.1</version>
-            </plugin>
-            <plugin>
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>cobertura-maven-plugin</artifactId>
-               <version>2.2</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-javadoc-plugin</artifactId>
-               <version>2.4</version>
-            </plugin>
-            <plugin>
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>emma-maven-plugin</artifactId>
-               <version>1.0-alpha-1</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-enforcer-plugin</artifactId>
-               <version>1.0-alpha-4</version>
-               <executions>
-                  <execution>
-                     <id>enforce</id>
-                     <goals>
-                        <goal>enforce</goal>
-                     </goals>
-                     <configuration>
-                        <rules>
-                           <requireMavenVersion>
-                              <version>2.0.9</version>
-                           </requireMavenVersion>
-                           <requirePluginVersions>
-                              <unCheckedPlugins>
-                                 <unCheckedPlugin>org.apache.maven.plugins:maven-eclipse-plugin</unCheckedPlugin>
-                              </unCheckedPlugins>
-                           </requirePluginVersions>
-                        </rules>
-                     </configuration>
-                  </execution>
-               </executions>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-shade-plugin</artifactId>
-               <version>1.2</version>
-            </plugin>
-         </plugins>
-      </pluginManagement>
-   </build>
-
-   <distributionManagement>
-      <repository>
-         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-         <id>repository.jboss.org</id>
-         <url>file://${maven.repository.root}</url>
-      </repository>
-      <snapshotRepository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshot Repository</name>
-         <url>dav:https://snapshots.jboss.org/maven2</url>
-      </snapshotRepository>
-   </distributionManagement>
-   
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri</developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans/ri</url>
-   </scm>
-
-</project>

Copied: ri/tags/1.0.0.PREVIEW1/version-matrix/pom.xml (from rev 2603, ri/trunk/version-matrix/pom.xml)
===================================================================
--- ri/tags/1.0.0.PREVIEW1/version-matrix/pom.xml	                        (rev 0)
+++ ri/tags/1.0.0.PREVIEW1/version-matrix/pom.xml	2009-04-20 13:30:39 UTC (rev 2604)
@@ -0,0 +1,551 @@
+<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">
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-version-matrix</artifactId>
+   <packaging>pom</packaging>
+   <version>1.0.0.PREVIEW1</version>
+
+   <name>Web Beans Version Matrix</name>
+   <url>http://www.seamframework.org/WebBeans</url>
+
+   <description>
+      A version matrix for a Web Beans projects
+   </description>
+
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshots Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+   </repositories>
+
+   <pluginRepositories>
+      <pluginRepository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+      </pluginRepository>
+   </pluginRepositories>
+   
+   <properties>
+      <jsr299.tck.version>1.0.0.BETA2</jsr299.tck.version>
+      <webbeans.version>1.0.0.PREVIEW1</webbeans.version>
+      <webbeans.servlet.version>1.0.0.CR1</webbeans.servlet.version>
+      <webbeans.se.version>1.0.0.BETA1</webbeans.se.version>
+      <jboss.test.harness.version>1.0.0.BETA2</jboss.test.harness.version>
+   </properties>
+   
+   <dependencyManagement>
+      <dependencies>
+
+         <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <version>5.8</version>
+            <classifier>jdk15</classifier>
+            <exclusions>
+               <exclusion>
+                  <groupId>junit</groupId>
+                  <artifactId>junit</artifactId>
+               </exclusion>
+            </exclusions>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.ejb</groupId>
+            <artifactId>ejb-api</artifactId>
+            <version>3.0</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>jsr250-api</artifactId>
+            <version>1.0</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>javax.persistence</groupId>
+            <artifactId>persistence-api</artifactId>
+            <version>1.0</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.scannotation</groupId>
+            <artifactId>scannotation</artifactId>
+            <version>1.0.2</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.8.1.GA</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+            <version>1.0.1B</version>
+         </dependency>
+
+         <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.14</version>
+         </dependency>
+
+         <dependency>
+            <groupId>jaxen</groupId>
+            <artifactId>jaxen</artifactId>
+	   		<version>1.1.1</version>
+         </dependency>
+
+         <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+            <version>1.6.1</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.jms</groupId>
+            <artifactId>jms</artifactId>
+            <version>1.1</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-api</artifactId>
+            <version>1.2</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>javax.faces</groupId>
+            <artifactId>jsf-api</artifactId>
+            <version>1.2_12</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>javax.faces</groupId>
+            <artifactId>jsf-impl</artifactId>
+            <version>1.2_12</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-embedded</artifactId>
+            <version>1.0.0-Alpha1</version>
+            <exclusions>
+               <exclusion>
+                  <groupId>org.apache.ant</groupId>
+                  <artifactId>ant</artifactId>
+               </exclusion>
+               <exclusion>
+                  <groupId>bsh</groupId>
+                  <artifactId>bsh</artifactId>
+               </exclusion>
+               <exclusion>
+                  <groupId>org.jboss.cache</groupId>
+                  <artifactId>jbosscache-core</artifactId>
+               </exclusion>
+               <exclusion>
+                  <groupId>org.jboss.cluster</groupId>
+                  <artifactId>jboss-ha-client</artifactId>
+               </exclusion>
+               <exclusion>
+                  <groupId>org.jboss.javaee</groupId>
+                  <artifactId>jboss-ejb-api</artifactId>
+               </exclusion>
+               <exclusion>
+                  <groupId>org.jboss.javaee</groupId>
+                  <artifactId>jboss-servlet-api</artifactId>
+               </exclusion>
+               <exclusion>
+                  <groupId>org.jboss.ws.native</groupId>
+                  <artifactId>jbossws-native-saaj</artifactId>
+               </exclusion>
+               <exclusion>
+                  <groupId>org.jboss.ws.native</groupId>
+                  <artifactId>jbossws-native-jaxws</artifactId>
+               </exclusion>
+               <exclusion>
+                  <groupId>apache-log4j</groupId>
+                  <artifactId>log4j</artifactId>
+               </exclusion>
+            </exclusions>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-api</artifactId>
+            <version>3.1.0-Alpha1</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.el</groupId>
+            <artifactId>jboss-el</artifactId>
+            <version>1.0_02.CR2</version>
+         </dependency>
+
+         <dependency>
+            <groupId>com.sun.facelets</groupId>
+            <artifactId>jsf-facelets</artifactId>
+            <version>1.1.15.B1</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-ri</artifactId>
+            <version>1.2</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>jsr299-api</artifactId>
+            <version>${webbeans.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-api</artifactId>
+            <version>${webbeans.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-core</artifactId>
+            <version>${webbeans.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-spi</artifactId>
+            <version>${webbeans.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-porting-package</artifactId>
+            <version>${webbeans.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-logging</artifactId>
+            <version>${webbeans.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-core-test</artifactId>
+            <version>${webbeans.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-se</artifactId>
+            <version>${webbeans.se.version}</version>
+         </dependency>
+
+         <!-- Deprecated -->
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>se-module</artifactId>
+            <version>${webbeans.se.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.webbeans.servlet</groupId>
+            <artifactId>webbeans-servlet-int</artifactId>
+            <version>${webbeans.servlet.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.webbeans.servlet</groupId>
+            <artifactId>webbeans-servlet</artifactId>
+            <version>${webbeans.servlet.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.jsr299.tck</groupId>
+            <artifactId>jsr299-tck-api</artifactId>
+            <version>${jsr299.tck.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.jsr299.tck</groupId>
+            <artifactId>jsr299-tck-impl</artifactId>
+            <version>${jsr299.tck.version}</version>
+         </dependency>
+             
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness</artifactId>
+            <version>${jboss.test.harness.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness-jboss-as-50</artifactId>
+            <version>${jboss.test.harness.version}</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness-tomcat</artifactId>
+            <version>${jboss.test.harness.version}</version>
+         </dependency>
+         
+<!--         <dependency>-->
+<!--            <groupId>org.jboss.naming</groupId>-->
+<!--            <artifactId>jnp-client</artifactId>-->
+<!--            <version>5.0.1.GA</version>-->
+<!--         </dependency>-->
+<!--         -->
+<!--         <dependency>-->
+<!--            <groupId>org.jboss.aspects</groupId>-->
+<!--            <artifactId>jboss-security-aspects</artifactId>-->
+<!--            <version>1.0.0.GA</version>-->
+<!--         </dependency>-->
+<!--         -->
+<!--         <dependency>-->
+<!--            <groupId>org.jboss.aspects</groupId>-->
+<!--            <artifactId>jboss-remoting-aspects</artifactId>-->
+<!--            <version>1.0.1.GA</version>-->
+<!--         </dependency>-->
+<!--   -->
+<!--         -->
+<!--         <dependency>-->
+<!--            <groupId>oswego-concurrent</groupId>-->
+<!--            <artifactId>concurrent</artifactId>-->
+<!--            <version>1.3.4-jboss-update1</version>-->
+<!--         </dependency>-->
+
+         <dependency>
+            <groupId>org.jboss.integration</groupId>
+            <artifactId>jboss-profileservice-spi</artifactId>
+            <version>5.0.3.GA</version>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.jboss.jbossas</groupId>
+            <artifactId>jboss-as-client</artifactId>
+            <version>5.0.1.GA</version>
+            <type>pom</type>
+         </dependency>
+         
+         <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>catalina</artifactId>
+            <version>6.0.18</version>
+         </dependency>
+         
+         <dependency>
+      		<groupId>javax.xml.ws</groupId>
+      		<artifactId>jaxws-api</artifactId>
+      		<version>2.1</version>
+    		</dependency>
+    		
+    		<dependency>
+      		<groupId>commons-httpclient</groupId>
+      		<artifactId>commons-httpclient</artifactId>
+      		<version>3.1</version>
+    </dependency>
+         
+      </dependencies>
+   </dependencyManagement>
+
+   <build>
+      <extensions>
+         <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-webdav</artifactId>
+            <version>1.0-beta-2</version>
+         </extension>
+      </extensions>
+
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-compiler-plugin</artifactId>
+               <version>2.0.2</version>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-release-plugin</artifactId>
+              <version>2.0-beta-8</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-jar-plugin</artifactId>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-surefire-report-plugin</artifactId>
+               <version>2.4.3</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-surefire-plugin</artifactId>
+               <version>2.4.3</version>
+            </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>properties-maven-plugin</artifactId>
+               <version>1.0-alpha-1</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-clean-plugin</artifactId>
+               <version>2.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-deploy-plugin</artifactId>
+               <version>2.4</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-install-plugin</artifactId>
+               <version>2.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-site-plugin</artifactId>
+               <version>2.0-beta-6</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <version>2.0.4</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-resources-plugin</artifactId>
+               <version>2.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-jar-plugin</artifactId>
+               <version>2.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-dependency-plugin</artifactId>
+               <version>2.0</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-war-plugin</artifactId>
+               <version>2.1-alpha-1</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-ejb-plugin</artifactId>
+               <version>2.1</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-ear-plugin</artifactId>
+               <version>2.3.1</version>
+            </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>exec-maven-plugin</artifactId>
+               <version>1.1</version>
+            </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>cobertura-maven-plugin</artifactId>
+               <version>2.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-javadoc-plugin</artifactId>
+               <version>2.4</version>
+            </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>emma-maven-plugin</artifactId>
+               <version>1.0-alpha-1</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-enforcer-plugin</artifactId>
+               <version>1.0-alpha-4</version>
+               <executions>
+                  <execution>
+                     <id>enforce</id>
+                     <goals>
+                        <goal>enforce</goal>
+                     </goals>
+                     <configuration>
+                        <rules>
+                           <requireMavenVersion>
+                              <version>2.0.9</version>
+                           </requireMavenVersion>
+                           <requirePluginVersions>
+                              <unCheckedPlugins>
+                                 <unCheckedPlugin>org.apache.maven.plugins:maven-eclipse-plugin</unCheckedPlugin>
+                              </unCheckedPlugins>
+                           </requirePluginVersions>
+                        </rules>
+                     </configuration>
+                  </execution>
+               </executions>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-shade-plugin</artifactId>
+               <version>1.2</version>
+            </plugin>
+         </plugins>
+      </pluginManagement>
+   </build>
+
+   <distributionManagement>
+      <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
+      <snapshotRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>dav:https://snapshots.jboss.org/maven2</url>
+      </snapshotRepository>
+   </distributionManagement>
+   
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW1</developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans/ri/tags/1.0.0.PREVIEW1/ri</url>
+   </scm>
+
+</project>




More information about the weld-commits mailing list