[jboss-cvs] JBossAS SVN: r101189 - in projects/integration/tags: 6.0.0.Alpha9 and 11 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 19 17:29:22 EST 2010


Author: johnbailey
Date: 2010-02-19 17:29:21 -0500 (Fri, 19 Feb 2010)
New Revision: 101189

Added:
   projects/integration/tags/6.0.0.Alpha9/
   projects/integration/tags/6.0.0.Alpha9/build/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-annotations-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-classloading-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-deployment-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-jca-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java
   projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java
   projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java
   projects/integration/tags/6.0.0.Alpha9/jboss-scanning-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-transaction-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/pom.xml
Removed:
   projects/integration/tags/6.0.0.Alpha9/build/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-annotations-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-classloading-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-deployment-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-jca-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java
   projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java
   projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java
   projects/integration/tags/6.0.0.Alpha9/jboss-scanning-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/jboss-transaction-spi/pom.xml
   projects/integration/tags/6.0.0.Alpha9/pom.xml
Log:
[maven-release-plugin]  copy for tag 6.0.0.Alpha9

Copied: projects/integration/tags/6.0.0.Alpha9 (from rev 101186, projects/integration/trunk)

Deleted: projects/integration/tags/6.0.0.Alpha9/build/pom.xml
===================================================================
--- projects/integration/trunk/build/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/build/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,50 +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>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-integration</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Integration 6.0.0 Aggregate Build</name>
-  <url>http://www.jboss.com</url>
-  <description>
-    The JBoss Integration SPI classes
-  </description>
-
-  <profiles>
-    <profile>
-      <id>assembly</id>
-      <activation>
-        <property>
-          <name>!skip.assembly</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <goals>
-                  <goal>attached</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <descriptors>
-                <descriptor>src/assembly/bin.xml</descriptor>
-                <descriptor>src/assembly/sources.xml</descriptor>
-              </descriptors>
-            </configuration>
-            <inherited>false</inherited>
-          </plugin>
-        </plugins>    
-      </build>
-    </profile>
-  </profiles>
-  
-</project>
\ No newline at end of file

Copied: projects/integration/tags/6.0.0.Alpha9/build/pom.xml (from rev 101188, projects/integration/trunk/build/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/build/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/build/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,50 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>6.0.0.Alpha9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-integration</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 6.0.0 Aggregate Build</name>
+  <url>http://www.jboss.com</url>
+  <description>
+    The JBoss Integration SPI classes
+  </description>
+
+  <profiles>
+    <profile>
+      <id>assembly</id>
+      <activation>
+        <property>
+          <name>!skip.assembly</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>package</phase>
+                <goals>
+                  <goal>attached</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/bin.xml</descriptor>
+                <descriptor>src/assembly/sources.xml</descriptor>
+              </descriptors>
+            </configuration>
+            <inherited>false</inherited>
+          </plugin>
+        </plugins>    
+      </build>
+    </profile>
+  </profiles>
+  
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-annotations-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-annotations-spi/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-annotations-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,14 +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>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-annotations-spi</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Annotations 6.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>Various annotations at a single place</description>
-</project>

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-annotations-spi/pom.xml (from rev 101188, projects/integration/trunk/jboss-annotations-spi/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-annotations-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-annotations-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,14 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>6.0.0.Alpha9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-annotations-spi</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>jar</packaging>
+  <name>JBoss Annotations 6.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>Various annotations at a single place</description>
+</project>

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-classloading-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-classloading-spi/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-classloading-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,20 +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>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-classloading-spi</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss ClassLoading 6.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java ClassLoading 6.0.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-classloading-spi/pom.xml (from rev 101188, projects/integration/trunk/jboss-classloading-spi/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-classloading-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-classloading-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,20 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>6.0.0.Alpha9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-classloading-spi</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>jar</packaging>
+  <name>JBoss ClassLoading 6.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java ClassLoading 6.0.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-corba-ots-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-corba-ots-spi/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-corba-ots-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -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>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-corba-ots-spi</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss CORBA OTS 6.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>SPI to be implemented by CORBA OTS providers for JBoss 6.0.0</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-transaction-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jacorb</groupId>
-      <artifactId>jacorb</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-corba-ots-spi/pom.xml (from rev 101188, projects/integration/trunk/jboss-corba-ots-spi/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-corba-ots-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-corba-ots-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -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>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>6.0.0.Alpha9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-corba-ots-spi</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>jar</packaging>
+  <name>JBoss CORBA OTS 6.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>SPI to be implemented by CORBA OTS providers for JBoss 6.0.0</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-transaction-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jacorb</groupId>
+      <artifactId>jacorb</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-deployment-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-deployment-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,14 +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>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-deployment-spi</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Deployment 6.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBossAS Deployment 6.0.0 SPI classes</description>
-</project>

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-deployment-spi/pom.xml (from rev 101188, projects/integration/trunk/jboss-deployment-spi/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-deployment-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-deployment-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,14 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>6.0.0.Alpha9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-deployment-spi</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>jar</packaging>
+  <name>JBoss Deployment 6.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBossAS Deployment 6.0.0 SPI classes</description>
+</project>

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-jca-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-jca-spi/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-jca-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,31 +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>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-jca-spi</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss JCA 6.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBoss JCA 6.0.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-      <classifier>client</classifier>
-      <exclusions>
-        <exclusion>
-          <groupId>org.jboss</groupId>
-          <artifactId>jboss-common-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-jca-api</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-jca-spi/pom.xml (from rev 101188, projects/integration/trunk/jboss-jca-spi/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-jca-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-jca-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,31 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>6.0.0.Alpha9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-jca-spi</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>jar</packaging>
+  <name>JBoss JCA 6.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBoss JCA 6.0.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+      <classifier>client</classifier>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jca-api</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,36 +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>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-profileservice-spi</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss ProfileService 6.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java ProfileService 6.0.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.man</groupId>
-      <artifactId>jboss-managed</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.man</groupId>
-      <artifactId>jboss-metatype</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-vfs</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.microcontainer</groupId>
-      <artifactId>jboss-dependency</artifactId>
-    </dependency>
-  </dependencies>
-</project>

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/pom.xml (from rev 101188, projects/integration/trunk/jboss-profileservice-spi/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,36 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>6.0.0.Alpha9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-profileservice-spi</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>jar</packaging>
+  <name>JBoss ProfileService 6.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java ProfileService 6.0.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.man</groupId>
+      <artifactId>jboss-managed</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.man</groupId>
+      <artifactId>jboss-metatype</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-vfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.kernel</groupId>
+      <artifactId>jboss-dependency</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,67 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.deployers.spi.management;
-
-import org.jboss.managed.api.DeploymentTemplateInfo;
-import org.jboss.virtual.VirtualFile;
-
-/**
- * A DeploymentTemplate is a template for creating a DeploymentContext given
- * a set of ManagedProperty representing the template properties
- * to set in the resulting deployment.
- * 
- * TODO: this needs to be fleshed out in terms of the various pieces, raw deployment
- * files, ManagedObjects, etc. 
- * @author Scott.Stark at jboss.org
- * @author <a href="mailto:emuckenh at redhat.com">Emanuel Muckenhuber</a>
- * @version $Revision$
- */
-public interface DeploymentTemplate
-{
-   /**
-    * Get the exportable representation of the properties that the
-    * template supports.
-    * 
-    * @return the external representation of the template properties.
-    */
-   DeploymentTemplateInfo getInfo();
-
-   /**
-    * Get a deployment name based on the base name, which checks
-    * if the name is valid and get the correct suffix for the deployers. 
-    * 
-    * @param deploymentBaseName the base name.
-    * @return the deployment name
-    */
-   String getDeploymentName(String deploymentBaseName);
-   
-   /**
-    * Create a temporary deployment virtual that can be added to a profile.
-    * 
-    * @param values - the template ManagedProperty values
-    * @return a virtual file, which gets distributed to the server and deleted afterwards
-    * @throws Exception - thrown on any failure to create the deployment
-    */
-   VirtualFile applyTemplate(DeploymentTemplateInfo values)
-      throws Exception;
-
-}

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java (from rev 101187, projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,67 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.deployers.spi.management;
+
+import org.jboss.managed.api.DeploymentTemplateInfo;
+import org.jboss.vfs.VirtualFile;
+
+/**
+ * A DeploymentTemplate is a template for creating a DeploymentContext given
+ * a set of ManagedProperty representing the template properties
+ * to set in the resulting deployment.
+ * 
+ * TODO: this needs to be fleshed out in terms of the various pieces, raw deployment
+ * files, ManagedObjects, etc. 
+ * @author Scott.Stark at jboss.org
+ * @author <a href="mailto:emuckenh at redhat.com">Emanuel Muckenhuber</a>
+ * @version $Revision$
+ */
+public interface DeploymentTemplate
+{
+   /**
+    * Get the exportable representation of the properties that the
+    * template supports.
+    * 
+    * @return the external representation of the template properties.
+    */
+   DeploymentTemplateInfo getInfo();
+
+   /**
+    * Get a deployment name based on the base name, which checks
+    * if the name is valid and get the correct suffix for the deployers. 
+    * 
+    * @param deploymentBaseName the base name.
+    * @return the deployment name
+    */
+   String getDeploymentName(String deploymentBaseName);
+   
+   /**
+    * Create a temporary deployment virtual that can be added to a profile.
+    * 
+    * @param values - the template ManagedProperty values
+    * @return a virtual file, which gets distributed to the server and deleted afterwards
+    * @throws Exception - thrown on any failure to create the deployment
+    */
+   VirtualFile applyTemplate(DeploymentTemplateInfo values)
+      throws Exception;
+
+}

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,226 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.profileservice.spi;
-
-import java.io.IOException;
-import java.io.InputStream;
-import java.net.URI;
-import java.net.URISyntaxException;
-import java.util.Collection;
-import java.util.Set;
-
-import org.jboss.virtual.VirtualFile;
-
-/**
- * An interface for managing the contents of a Profile.
- * 
- * @author Scott.Stark at jboss.org
- * @author adrian at jboss.org
- * @author <a href="mailto:emuckenh at redhat.com">Emanuel Muckenhuber</a>
- * @version $Revision$
- */
-public interface DeploymentRepository
-{
-   /**
-    * Get the uris of this repository.
-    * 
-    * @return URI[] the uris of this repository
-    */
-   URI[] getRepositoryURIs();
-	
-   /**
-    * Create the repository.
-    * 
-    * @throws Exception
-    */
-   void create() throws Exception;
-   
-   /**
-    * Load the repository contents.
-    * 
-    * @throws Exception
-    */
-   void load() throws Exception;
-   
-   /**
-    * Unload the repository;
-    */
-   void unload();
-   
-   /**
-    * Delete the repository.
-    * 
-    * @throws Exception
-    */
-   void remove() throws Exception;
-   
-   /**
-    * Get the time any contents were last modified.
-    * 
-    * @return last modified
-    */
-   long getLastModified();
-
-   /**
-    * Get the names of all deployments in the repository
-    * 
-    * @return the deployment names
-    */
-   Set<String> getDeploymentNames();
-   
-   /**
-    * Get repository names.
-    *
-    * @param names the names
-    * @return the matching repository names
-    * @throws Exception for any error
-    */
-   String[] getRepositoryNames(String... names) throws Exception;
-
-   /**
-    * Upload raw deployment content to a profile repository. This does not make
-    * the deployment available to getDeployments or getModifiedDeployments
-    * 
-    * @param name - the full vfs path of the deployment 
-    * @param contentIS - the input stream for the deployment contents
-    * @return the unique name of the deployment in the repository
-    * @throws IOException
-    */
-   String addDeploymentContent(String name, InputStream contentIS)
-      throws IOException;
-   
-   /**
-    * Upload raw deployment content to a profile repository. This does not make
-    * the deployment available to getDeployments or getModifiedDeployments
-    * 
-    * @param name - the full vfs path of the deployment 
-    * @param contentIS - the input stream for the deployment contents
-    * @param options - optional deployment options
-    * @return the unique name of the deployment in the repository
-    * @throws IOException
-    */
-   String addDeploymentContent(String name, InputStream contentIS, DeploymentOption... options)
-      throws IOException;
-
-   /**
-    * Get the repository virtual file for the given deployment name.
-    * 
-    * @param name - the unique virtual file URI name as returned by addDeploymentContent
-    * @return the deployment content virtual file
-    * @throws IOException for any error
-    */
-   VirtualFile getDeploymentContent(String name)
-      throws IOException, URISyntaxException;
-
-   /**
-    * lock deployment content and exclude it from modified deployment checks.
-    * 
-    * @param name - the full vfs path of the deployment
-    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   int lockDeploymentContent(String name);
-   /**
-    * Unlock a previously locked deployment content.
-    * 
-    * @param name - the full vfs path of the deployment
-    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   int unlockDeploymentContent(String name);
-
-   /**
-    * Get the status flags for the deployment path
-    * 
-    * @param name - the full vfs path of the deployment
-    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   int getDeploymentContentFlags(String name);
-   /**
-    * Set one or more flags for the deployment.
-    * @see #clearDeploymentContentFlags(String)
-    * 
-    * @param name - the full vfs path of the deployment
-    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   int setDeploymentContentFlags(String name, int flags);
-   /**
-    * Clear one or more flags for the deployment. This ands the compliment of
-    * the flags argument into the existing content flags and returns the result.
-    * 
-    * @param name - the full vfs path of the deployment
-    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   int clearDeploymentContentFlags(String name, int flags);
-   /**
-    * Does a deployment content have the indicated flag.
-    * 
-    * @param name - the full vfs path of the deployment
-    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
-    * @return true if the content flags contains the flag, false otherwise.
-    */
-   boolean hasDeploymentContentFlags(String name, int flag);
-
-   /**
-    * Add a deployment.
-    * 
-    * @param name - the name of the deployment
-    * @param deployment the deployment
-    * @throws Exception for any error
-    */
-   void addDeployment(String name, ProfileDeployment deployment)
-      throws Exception;
-
-   /**
-    * Get a named deployment.
-    * 
-    * @param name - the deployment name
-    * @return the deployment
-    * @throws NoSuchDeploymentException - if there is no such deployment
-    */
-   ProfileDeployment getDeployment(String name)
-      throws NoSuchDeploymentException;
-
-   /**
-    * Remove a deployment.
-    * 
-    * @param name - the name of the deployment
-    * @return the removed deployment
-    * @throws Exception for any error
-    */
-   ProfileDeployment removeDeployment(String name) throws Exception;
-
-   /**
-    * Get all deployments defined in this profile
-    * 
-    * @return the deployment instances in this profile
-    */
-   Collection<ProfileDeployment> getDeployments();
-
-   /**
-    * Get the modified deployments.
-    * 
-    * @return the modified deployments, empty if there are no
-    *  modifications or hot deployment is not supported.
-    * @throws Exception for any error
-    */
-   Collection<ModificationInfo> getModifiedDeployments() throws Exception;
-
-}

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java (from rev 101187, projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,226 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.profileservice.spi;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.net.URI;
+import java.net.URISyntaxException;
+import java.util.Collection;
+import java.util.Set;
+
+import org.jboss.vfs.VirtualFile;
+
+/**
+ * An interface for managing the contents of a Profile.
+ * 
+ * @author Scott.Stark at jboss.org
+ * @author adrian at jboss.org
+ * @author <a href="mailto:emuckenh at redhat.com">Emanuel Muckenhuber</a>
+ * @version $Revision$
+ */
+public interface DeploymentRepository
+{
+   /**
+    * Get the uris of this repository.
+    * 
+    * @return URI[] the uris of this repository
+    */
+   URI[] getRepositoryURIs();
+	
+   /**
+    * Create the repository.
+    * 
+    * @throws Exception
+    */
+   void create() throws Exception;
+   
+   /**
+    * Load the repository contents.
+    * 
+    * @throws Exception
+    */
+   void load() throws Exception;
+   
+   /**
+    * Unload the repository;
+    */
+   void unload();
+   
+   /**
+    * Delete the repository.
+    * 
+    * @throws Exception
+    */
+   void remove() throws Exception;
+   
+   /**
+    * Get the time any contents were last modified.
+    * 
+    * @return last modified
+    */
+   long getLastModified();
+
+   /**
+    * Get the names of all deployments in the repository
+    * 
+    * @return the deployment names
+    */
+   Set<String> getDeploymentNames();
+   
+   /**
+    * Get repository names.
+    *
+    * @param names the names
+    * @return the matching repository names
+    * @throws Exception for any error
+    */
+   String[] getRepositoryNames(String... names) throws Exception;
+
+   /**
+    * Upload raw deployment content to a profile repository. This does not make
+    * the deployment available to getDeployments or getModifiedDeployments
+    * 
+    * @param name - the full vfs path of the deployment 
+    * @param contentIS - the input stream for the deployment contents
+    * @return the unique name of the deployment in the repository
+    * @throws IOException
+    */
+   String addDeploymentContent(String name, InputStream contentIS)
+      throws IOException;
+   
+   /**
+    * Upload raw deployment content to a profile repository. This does not make
+    * the deployment available to getDeployments or getModifiedDeployments
+    * 
+    * @param name - the full vfs path of the deployment 
+    * @param contentIS - the input stream for the deployment contents
+    * @param options - optional deployment options
+    * @return the unique name of the deployment in the repository
+    * @throws IOException
+    */
+   String addDeploymentContent(String name, InputStream contentIS, DeploymentOption... options)
+      throws IOException;
+
+   /**
+    * Get the repository virtual file for the given deployment name.
+    * 
+    * @param name - the unique virtual file URI name as returned by addDeploymentContent
+    * @return the deployment content virtual file
+    * @throws IOException for any error
+    */
+   VirtualFile getDeploymentContent(String name)
+      throws IOException, URISyntaxException;
+
+   /**
+    * lock deployment content and exclude it from modified deployment checks.
+    * 
+    * @param name - the full vfs path of the deployment
+    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   int lockDeploymentContent(String name);
+   /**
+    * Unlock a previously locked deployment content.
+    * 
+    * @param name - the full vfs path of the deployment
+    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   int unlockDeploymentContent(String name);
+
+   /**
+    * Get the status flags for the deployment path
+    * 
+    * @param name - the full vfs path of the deployment
+    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   int getDeploymentContentFlags(String name);
+   /**
+    * Set one or more flags for the deployment.
+    * @see #clearDeploymentContentFlags(String)
+    * 
+    * @param name - the full vfs path of the deployment
+    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   int setDeploymentContentFlags(String name, int flags);
+   /**
+    * Clear one or more flags for the deployment. This ands the compliment of
+    * the flags argument into the existing content flags and returns the result.
+    * 
+    * @param name - the full vfs path of the deployment
+    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   int clearDeploymentContentFlags(String name, int flags);
+   /**
+    * Does a deployment content have the indicated flag.
+    * 
+    * @param name - the full vfs path of the deployment
+    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
+    * @return true if the content flags contains the flag, false otherwise.
+    */
+   boolean hasDeploymentContentFlags(String name, int flag);
+
+   /**
+    * Add a deployment.
+    * 
+    * @param name - the name of the deployment
+    * @param deployment the deployment
+    * @throws Exception for any error
+    */
+   void addDeployment(String name, ProfileDeployment deployment)
+      throws Exception;
+
+   /**
+    * Get a named deployment.
+    * 
+    * @param name - the deployment name
+    * @return the deployment
+    * @throws NoSuchDeploymentException - if there is no such deployment
+    */
+   ProfileDeployment getDeployment(String name)
+      throws NoSuchDeploymentException;
+
+   /**
+    * Remove a deployment.
+    * 
+    * @param name - the name of the deployment
+    * @return the removed deployment
+    * @throws Exception for any error
+    */
+   ProfileDeployment removeDeployment(String name) throws Exception;
+
+   /**
+    * Get all deployments defined in this profile
+    * 
+    * @return the deployment instances in this profile
+    */
+   Collection<ProfileDeployment> getDeployments();
+
+   /**
+    * Get the modified deployments.
+    * 
+    * @return the modified deployments, empty if there are no
+    *  modifications or hot deployment is not supported.
+    * @throws Exception for any error
+    */
+   Collection<ModificationInfo> getModifiedDeployments() throws Exception;
+
+}

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,146 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */ 
-package org.jboss.profileservice.spi;
-
-import java.io.Serializable;
-import java.util.Map;
-
-import org.jboss.virtual.VirtualFile;
-
-/**
- * The profile deployment.
- * 
- * @author <a href="mailto:emuckenh at redhat.com">Emanuel Muckenhuber</a>
- * @version $Revision$
- */
-public interface ProfileDeployment extends Serializable
-{
-
-   /**
-    * Get the deployment name
-    * 
-    * @return the name
-    */
-   String getName();
-   
-   /**
-    * Get the root of the deployment
-    * 
-    * @return the deployment root, null if it's not a VFS based deployment
-    */
-   VirtualFile getRoot();
-   
-   /**
-    * Get all attachments.
-    * 
-    * @return the attachments
-    */
-   Map<String, Object> getAttachments();
-   
-   /**
-    * Get attachment.
-    * 
-    * @param name the name of the attachment
-    * @return the attachment or null if not present
-    * 
-    * @throws IllegalArgumentException for a null name
-    */
-   Object getAttachment(String name);
-   
-   /**
-    * Get attachment.
-    * 
-    * @param <T> the expected type
-    * @param name the name of the attachment
-    * @param expectedType the expected type
-    * @return the attachment or null if not present
-    * 
-    * @throws IllegalArgumentException for a null name
-    */
-   <T> T getAttachment(String name, Class<T> expectedType);
-   
-   /**
-    * Add attachment
-    *
-    * @param name the name of the attachment
-    * @param attachment the attachment
-    * @return any previous attachment
-    * 
-    * @throws IllegalArgumentException for a null name or attachment
-    */
-   Object addAttachment(String name, Object attachment);
-   
-   /**
-    * Remove attachment.
-    * 
-    * @param name the attachment name
-    * @return the attachment or null if not present
-    * 
-    * @throws IllegalArgumentException for a null name
-    */
-   Object removeAttachment(String name);
-   
-   /**
-    * Get transient attachment.
-    * 
-    * @param name the name of the attachment
-    * @return the attachment or null if not present
-    * 
-    * @throws IllegalArgumentException for a null name
-    */
-   Object getTransientAttachment(String name);
-   
-   /**
-    * Get transient attachment.
-    * 
-    * @param <T> the expected type
-    * @param name the name of the attachment
-    * @param expectedType the expected type
-    * @return the attachment or null if not present
-    * 
-    * @throws IllegalArgumentException for a null name
-    */
-   <T> T getTransientAttachment(String name, Class<T> expectedType);
-   
-   /**
-    * Add transient attachment
-    *
-    * @param name the name of the attachment
-    * @param attachment the attachment
-    * @return any previous attachment
-    * 
-    * @throws IllegalArgumentException for a null name or attachment
-    */
-   Object addTransientAttachment(String name, Object attachment);
-   
-   /**
-    * Remove transient attachment.
-    * 
-    * @param name the attachment name
-    * @return the attachment or null if not present
-    * 
-    * @throws IllegalArgumentException for a null name
-    */
-   Object removeTransientAttachment(String name);
-   
-}
-

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java (from rev 101187, projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,146 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */ 
+package org.jboss.profileservice.spi;
+
+import java.io.Serializable;
+import java.util.Map;
+
+import org.jboss.vfs.VirtualFile;
+
+/**
+ * The profile deployment.
+ * 
+ * @author <a href="mailto:emuckenh at redhat.com">Emanuel Muckenhuber</a>
+ * @version $Revision$
+ */
+public interface ProfileDeployment extends Serializable
+{
+
+   /**
+    * Get the deployment name
+    * 
+    * @return the name
+    */
+   String getName();
+   
+   /**
+    * Get the root of the deployment
+    * 
+    * @return the deployment root, null if it's not a VFS based deployment
+    */
+   VirtualFile getRoot();
+   
+   /**
+    * Get all attachments.
+    * 
+    * @return the attachments
+    */
+   Map<String, Object> getAttachments();
+   
+   /**
+    * Get attachment.
+    * 
+    * @param name the name of the attachment
+    * @return the attachment or null if not present
+    * 
+    * @throws IllegalArgumentException for a null name
+    */
+   Object getAttachment(String name);
+   
+   /**
+    * Get attachment.
+    * 
+    * @param <T> the expected type
+    * @param name the name of the attachment
+    * @param expectedType the expected type
+    * @return the attachment or null if not present
+    * 
+    * @throws IllegalArgumentException for a null name
+    */
+   <T> T getAttachment(String name, Class<T> expectedType);
+   
+   /**
+    * Add attachment
+    *
+    * @param name the name of the attachment
+    * @param attachment the attachment
+    * @return any previous attachment
+    * 
+    * @throws IllegalArgumentException for a null name or attachment
+    */
+   Object addAttachment(String name, Object attachment);
+   
+   /**
+    * Remove attachment.
+    * 
+    * @param name the attachment name
+    * @return the attachment or null if not present
+    * 
+    * @throws IllegalArgumentException for a null name
+    */
+   Object removeAttachment(String name);
+   
+   /**
+    * Get transient attachment.
+    * 
+    * @param name the name of the attachment
+    * @return the attachment or null if not present
+    * 
+    * @throws IllegalArgumentException for a null name
+    */
+   Object getTransientAttachment(String name);
+   
+   /**
+    * Get transient attachment.
+    * 
+    * @param <T> the expected type
+    * @param name the name of the attachment
+    * @param expectedType the expected type
+    * @return the attachment or null if not present
+    * 
+    * @throws IllegalArgumentException for a null name
+    */
+   <T> T getTransientAttachment(String name, Class<T> expectedType);
+   
+   /**
+    * Add transient attachment
+    *
+    * @param name the name of the attachment
+    * @param attachment the attachment
+    * @return any previous attachment
+    * 
+    * @throws IllegalArgumentException for a null name or attachment
+    */
+   Object addTransientAttachment(String name, Object attachment);
+   
+   /**
+    * Remove transient attachment.
+    * 
+    * @param name the attachment name
+    * @return the attachment or null if not present
+    * 
+    * @throws IllegalArgumentException for a null name
+    */
+   Object removeTransientAttachment(String name);
+   
+}
+

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-scanning-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-scanning-spi/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-scanning-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,20 +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>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-scanning-spi</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Scanning 6.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java Scanning 6.0.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-reflect</artifactId>
-    </dependency>
-  </dependencies>
-</project>

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-scanning-spi/pom.xml (from rev 101188, projects/integration/trunk/jboss-scanning-spi/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-scanning-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-scanning-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,20 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>6.0.0.Alpha9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-scanning-spi</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>jar</packaging>
+  <name>JBoss Scanning 6.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java Scanning 6.0.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-reflect</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Deleted: projects/integration/tags/6.0.0.Alpha9/jboss-transaction-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-transaction-spi/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-transaction-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,28 +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>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-transaction-spi</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Transaction 6.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java Transaction 6.0.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-jca-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-transaction-api</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/integration/tags/6.0.0.Alpha9/jboss-transaction-spi/pom.xml (from rev 101188, projects/integration/trunk/jboss-transaction-spi/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/jboss-transaction-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/jboss-transaction-spi/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,28 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>6.0.0.Alpha9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-transaction-spi</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>jar</packaging>
+  <name>JBoss Transaction 6.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java Transaction 6.0.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jca-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-transaction-api</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/6.0.0.Alpha9/pom.xml
===================================================================
--- projects/integration/trunk/pom.xml	2010-02-19 21:31:07 UTC (rev 101186)
+++ projects/integration/tags/6.0.0.Alpha9/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -1,153 +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>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>4</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.integration</groupId>
-  <artifactId>jboss-integration-parent</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Integration 6.0 Parent</name>
-  <url>http://www.jboss.com</url>
-  <description>
-    The JBoss Integration SPI classes
-  </description>
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/integration/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/trunk</developerConnection>
-    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/trunk</url>
-  </scm>
-
-	<!-- Properties -->
-	<properties>
-		<version.org.jboss.logging>2.1.0.GA</version.org.jboss.logging>
-		<version.org.jboss.reflect>2.0.2.GA</version.org.jboss.reflect>
-		<version.org.jboss.man>2.1.0.SP1</version.org.jboss.man>
-		<version.org.jboss.deployers>2.0.8.GA</version.org.jboss.deployers>
-		<version.org.jboss.vfs>2.1.3.SP1</version.org.jboss.vfs>
-		<version.org.jboss.aop>2.1.1.GA</version.org.jboss.aop>
-		<version.org.jboss.common.core>2.2.14.GA</version.org.jboss.common.core>
-		<version.jacorb>2.3.0jboss.patch6-brew</version.jacorb>
-		<version.org.jboss.microcontainer>2.0.9.GA</version.org.jboss.microcontainer>
-	</properties>
-
-  <modules>
-    <module>jboss-classloading-spi</module>
-    <module>jboss-deployment-spi</module>
-    <module>jboss-transaction-spi</module>
-    <module>jboss-corba-ots-spi</module>
-    <module>jboss-jca-spi</module>
-    <module>jboss-profileservice-spi</module>
-    <module>jboss-scanning-spi</module>
-    <module>jboss-annotations-spi</module>
-    <module>build</module>
-  </modules>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
-        <configuration>
-          <autoVersionSubmodules>true</autoVersionSubmodules>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>dependencies</report>
-              <report>issue-tracking</report>
-              <report>license</report>
-              <report>scm</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-
-	<!-- The parent pom manages the inter-dependencies of the modules. -->
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.jboss.logging</groupId>
-				<artifactId>jboss-logging-spi</artifactId>
-				<version>${version.org.jboss.logging}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.aop</groupId>
-				<artifactId>jboss-aop</artifactId>
-				<version>${version.org.jboss.aop}</version>
-				<classifier>client</classifier>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss</groupId>
-				<artifactId>jboss-common-core</artifactId>
-				<version>${version.org.jboss.common.core}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.javaee</groupId>
-				<artifactId>jboss-jca-api</artifactId>
-				<version>1.5.0.GA</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.javaee</groupId>
-				<artifactId>jboss-transaction-api</artifactId>
-				<version>1.0.1.GA</version>
-			</dependency>
-			<dependency>
-				<groupId>jacorb</groupId>
-				<artifactId>jacorb</artifactId>
-				<version>${version.jacorb}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.deployers</groupId>
-				<artifactId>jboss-deployers-vfs-spi</artifactId>
-				<version>${version.org.jboss.deployers}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss</groupId>
-				<artifactId>jboss-reflect</artifactId>
-				<version>${version.org.jboss.reflect}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss</groupId>
-				<artifactId>jboss-vfs</artifactId>
-				<version>${version.org.jboss.vfs}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.deployers</groupId>
-				<artifactId>jboss-deployers-core-spi</artifactId>
-				<version>${version.org.jboss.deployers}</version>
-			</dependency>
-		    <dependency>
-				<groupId>org.jboss.microcontainer</groupId>
-				<artifactId>jboss-dependency</artifactId>
-				<version>${version.org.jboss.microcontainer}</version>
-		    </dependency>
-			<dependency>
-				<groupId>org.jboss.man</groupId>
-				<artifactId>jboss-managed</artifactId>
-				<version>${version.org.jboss.man}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.man</groupId>
-				<artifactId>jboss-metatype</artifactId>
-				<version>${version.org.jboss.man}</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
-  
-</project>

Copied: projects/integration/tags/6.0.0.Alpha9/pom.xml (from rev 101188, projects/integration/trunk/pom.xml)
===================================================================
--- projects/integration/tags/6.0.0.Alpha9/pom.xml	                        (rev 0)
+++ projects/integration/tags/6.0.0.Alpha9/pom.xml	2010-02-19 22:29:21 UTC (rev 101189)
@@ -0,0 +1,153 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.integration</groupId>
+  <artifactId>jboss-integration-parent</artifactId>
+  <version>6.0.0.Alpha9</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 6.0 Parent</name>
+  <url>http://www.jboss.com</url>
+  <description>
+    The JBoss Integration SPI classes
+  </description>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/integration/tags/6.0.0.Alpha9</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/tags/6.0.0.Alpha9</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/tags/6.0.0.Alpha9</url>
+  </scm>
+
+	<!-- Properties -->
+	<properties>
+		<version.org.jboss.logging>2.2.0.CR1</version.org.jboss.logging>
+		<version.org.jboss.reflect>2.0.2.GA</version.org.jboss.reflect>
+		<version.org.jboss.man>2.1.0.SP1</version.org.jboss.man>
+		<version.org.jboss.deployers>2.2.0.Alpha2</version.org.jboss.deployers>
+		<version.org.jboss.vfs>3.0.0.CR1</version.org.jboss.vfs>
+		<version.org.jboss.aop>2.1.1.GA</version.org.jboss.aop>
+		<version.org.jboss.common.core>2.2.17.GA</version.org.jboss.common.core>
+		<version.jacorb>2.3.0jboss.patch6-brew</version.jacorb>
+		<version.org.jboss.kernel>2.2.0.Alpha6</version.org.jboss.kernel>
+	</properties>
+
+  <modules>
+    <module>jboss-classloading-spi</module>
+    <module>jboss-deployment-spi</module>
+    <module>jboss-transaction-spi</module>
+    <module>jboss-corba-ots-spi</module>
+    <module>jboss-jca-spi</module>
+    <module>jboss-profileservice-spi</module>
+    <module>jboss-scanning-spi</module>
+    <module>jboss-annotations-spi</module>
+    <module>build</module>
+  </modules>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-7</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependencies</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+
+	<!-- The parent pom manages the inter-dependencies of the modules. -->
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>org.jboss.logging</groupId>
+				<artifactId>jboss-logging-spi</artifactId>
+				<version>${version.org.jboss.logging}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.aop</groupId>
+				<artifactId>jboss-aop</artifactId>
+				<version>${version.org.jboss.aop}</version>
+				<classifier>client</classifier>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss</groupId>
+				<artifactId>jboss-common-core</artifactId>
+				<version>${version.org.jboss.common.core}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.javaee</groupId>
+				<artifactId>jboss-jca-api</artifactId>
+				<version>1.5.0.GA</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.javaee</groupId>
+				<artifactId>jboss-transaction-api</artifactId>
+				<version>1.0.1.GA</version>
+			</dependency>
+			<dependency>
+				<groupId>jacorb</groupId>
+				<artifactId>jacorb</artifactId>
+				<version>${version.jacorb}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.deployers</groupId>
+				<artifactId>jboss-deployers-vfs-spi</artifactId>
+				<version>${version.org.jboss.deployers}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss</groupId>
+				<artifactId>jboss-reflect</artifactId>
+				<version>${version.org.jboss.reflect}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss</groupId>
+				<artifactId>jboss-vfs</artifactId>
+				<version>${version.org.jboss.vfs}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.deployers</groupId>
+				<artifactId>jboss-deployers-core-spi</artifactId>
+				<version>${version.org.jboss.deployers}</version>
+			</dependency>
+		    <dependency>
+				<groupId>org.jboss.kernel</groupId>
+				<artifactId>jboss-dependency</artifactId>
+				<version>${version.org.jboss.kernel}</version>
+		    </dependency>
+			<dependency>
+				<groupId>org.jboss.man</groupId>
+				<artifactId>jboss-managed</artifactId>
+				<version>${version.org.jboss.man}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.man</groupId>
+				<artifactId>jboss-metatype</artifactId>
+				<version>${version.org.jboss.man}</version>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
+  
+</project>




More information about the jboss-cvs-commits mailing list