[jboss-cvs] JBossAS SVN: r80586 - in projects/integration/tags: 5.0.1.GA and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 6 08:04:49 EST 2008


Author: adrian at jboss.org
Date: 2008-11-06 08:04:49 -0500 (Thu, 06 Nov 2008)
New Revision: 80586

Added:
   projects/integration/tags/5.0.1.GA/
   projects/integration/tags/5.0.1.GA/build/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java
   projects/integration/tags/5.0.1.GA/jboss-jca-spi/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.0.1.GA/pom.xml
Removed:
   projects/integration/tags/5.0.1.GA/build/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java
   projects/integration/tags/5.0.1.GA/jboss-jca-spi/pom.xml
   projects/integration/tags/5.0.1.GA/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.0.1.GA/pom.xml
Log:
[maven-release-plugin]  copy for tag 5.0.1.GA

Copied: projects/integration/tags/5.0.1.GA (from rev 80578, projects/integration/trunk)

Deleted: projects/integration/tags/5.0.1.GA/build/pom.xml
===================================================================
--- projects/integration/trunk/build/pom.xml	2008-11-06 10:21:55 UTC (rev 80578)
+++ projects/integration/tags/5.0.1.GA/build/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -1,65 +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>5.0.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-integration</artifactId>
-  <version>5.0.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Integration 5.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>
-          <plugin>
-            <groupId>org.jboss.maven.plugins</groupId>
-            <artifactId>maven-jboss-deploy-plugin</artifactId>
-            <version>1.3</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>jboss-deploy</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-            </configuration>
-          </plugin>
-        </plugins>    
-      </build>
-    </profile>
-  </profiles>
-  
-</project>
\ No newline at end of file

Copied: projects/integration/tags/5.0.1.GA/build/pom.xml (from rev 80585, projects/integration/trunk/build/pom.xml)
===================================================================
--- projects/integration/tags/5.0.1.GA/build/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.1.GA/build/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -0,0 +1,65 @@
+<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>5.0.1.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-integration</artifactId>
+  <version>5.0.1.GA</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 5.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>
+          <plugin>
+            <groupId>org.jboss.maven.plugins</groupId>
+            <artifactId>maven-jboss-deploy-plugin</artifactId>
+            <version>1.3</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>jboss-deploy</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+            </configuration>
+          </plugin>
+        </plugins>    
+      </build>
+    </profile>
+  </profiles>
+  
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/5.0.1.GA/jboss-classloading-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-classloading-spi/pom.xml	2008-11-06 10:21:55 UTC (rev 80578)
+++ projects/integration/tags/5.0.1.GA/jboss-classloading-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-classloading-spi</artifactId>
-  <version>5.0.1-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss ClassLoading 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java ClassLoading 5.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/5.0.1.GA/jboss-classloading-spi/pom.xml (from rev 80585, projects/integration/trunk/jboss-classloading-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.1.GA/jboss-classloading-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.1.GA/jboss-classloading-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-classloading-spi</artifactId>
+  <version>5.0.1.GA</version>
+  <packaging>jar</packaging>
+  <name>JBoss ClassLoading 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java ClassLoading 5.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/5.0.1.GA/jboss-corba-ots-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-corba-ots-spi/pom.xml	2008-11-06 10:21:55 UTC (rev 80578)
+++ projects/integration/tags/5.0.1.GA/jboss-corba-ots-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-corba-ots-spi</artifactId>
-  <version>5.0.1-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss CORBA OTS 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>SPI to be implemented by CORBA OTS providers for JBoss 5.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/5.0.1.GA/jboss-corba-ots-spi/pom.xml (from rev 80585, projects/integration/trunk/jboss-corba-ots-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.1.GA/jboss-corba-ots-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.1.GA/jboss-corba-ots-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-corba-ots-spi</artifactId>
+  <version>5.0.1.GA</version>
+  <packaging>jar</packaging>
+  <name>JBoss CORBA OTS 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>SPI to be implemented by CORBA OTS providers for JBoss 5.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/5.0.1.GA/jboss-deployment-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/pom.xml	2008-11-06 10:21:55 UTC (rev 80578)
+++ projects/integration/tags/5.0.1.GA/jboss-deployment-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-deployment-spi</artifactId>
-  <version>5.0.1-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Deployment 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBossAS Deployment 5.0.0 SPI classes</description>
-</project>

Copied: projects/integration/tags/5.0.1.GA/jboss-deployment-spi/pom.xml (from rev 80585, projects/integration/trunk/jboss-deployment-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.1.GA/jboss-deployment-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.1.GA/jboss-deployment-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-deployment-spi</artifactId>
+  <version>5.0.1.GA</version>
+  <packaging>jar</packaging>
+  <name>JBoss Deployment 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBossAS Deployment 5.0.0 SPI classes</description>
+</project>

Deleted: projects/integration/tags/5.0.1.GA/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java	2008-11-06 10:21:55 UTC (rev 80578)
+++ projects/integration/tags/5.0.1.GA/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java	2008-11-06 13:04:49 UTC (rev 80586)
@@ -1,61 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, 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.deployment.spi;
-
-/**
- * An interface for resolving deployment endpoints by reference name or
- * interface type.
- * 
- * @author Scott.Stark at jboss.org
- * @version $Revision:$
- */
-public interface DeploymentEndpointResolver
-{
-   /**
-    * Find the deployment endpoint info for the given business interface and
-    * expected endpoint type.
-    * 
-    * @param businessIntf - the interface the endpoint should implement
-    * @param endpointType - the type of endpoint
-    * @param vfsContext - the vfs relative path for the deployment initiating
-    *    the resolution request.  This is used to properly resolve
-    *    interface scopes from the inside out.
-    * @return the matching endpoint info if found, null otherwise
-    */
-   EndpointInfo getEndpointInfo(Class businessIntf, String endpointType, String vfsContext);
-
-   /**
-    * Find the deployment endpoint for the given reference name. This may be
-    * relative name qualified by a path prefix, or just the endpoint name.
-    * 
-    * @param ref - relative or exact endpoint name
-    * @param endpointType the type of endpoint
-    * @param vfsContext - the vfs relative path for the deployment initiating
-    *    the resolution request.  This is used to properly resolve
-    *    relative references.
-    * @return the matching endpoint info if found, null otherwise
-    * @see EndpointType
-    */
-   EndpointInfo getEndpointInfo(String ref, String endpointType, String vfsContext);
-   
-}
-

Copied: projects/integration/tags/5.0.1.GA/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java (from rev 80584, projects/integration/trunk/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java)
===================================================================
--- projects/integration/tags/5.0.1.GA/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java	                        (rev 0)
+++ projects/integration/tags/5.0.1.GA/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java	2008-11-06 13:04:49 UTC (rev 80586)
@@ -0,0 +1,62 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, 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.deployment.spi;
+
+/**
+ * An interface for resolving deployment endpoints by reference name or
+ * interface type.
+ * 
+ * @author Scott.Stark at jboss.org
+ * @version $Revision:$
+ */
+public interface DeploymentEndpointResolver
+{
+   /**
+    * Find the deployment endpoint info for the given business interface and
+    * expected endpoint type.
+    * 
+    * @param businessIntf - the interface the endpoint should implement
+    * @param endpointType - the type of endpoint
+    * @param vfsContext - the vfs relative path for the deployment initiating
+    *    the resolution request.  This is used to properly resolve
+    *    interface scopes from the inside out.
+    * @return the matching endpoint info if found, null otherwise
+    */
+   @SuppressWarnings("unchecked")
+   EndpointInfo getEndpointInfo(Class businessIntf, String endpointType, String vfsContext);
+
+   /**
+    * Find the deployment endpoint for the given reference name. This may be
+    * relative name qualified by a path prefix, or just the endpoint name.
+    * 
+    * @param ref - relative or exact endpoint name
+    * @param endpointType the type of endpoint
+    * @param vfsContext - the vfs relative path for the deployment initiating
+    *    the resolution request.  This is used to properly resolve
+    *    relative references.
+    * @return the matching endpoint info if found, null otherwise
+    * @see EndpointType
+    */
+   EndpointInfo getEndpointInfo(String ref, String endpointType, String vfsContext);
+   
+}
+

Deleted: projects/integration/tags/5.0.1.GA/jboss-jca-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-jca-spi/pom.xml	2008-11-06 10:21:55 UTC (rev 80578)
+++ projects/integration/tags/5.0.1.GA/jboss-jca-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-jca-spi</artifactId>
-  <version>5.0.1-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss JCA 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBoss JCA 5.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/5.0.1.GA/jboss-jca-spi/pom.xml (from rev 80585, projects/integration/trunk/jboss-jca-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.1.GA/jboss-jca-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.1.GA/jboss-jca-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-jca-spi</artifactId>
+  <version>5.0.1.GA</version>
+  <packaging>jar</packaging>
+  <name>JBoss JCA 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBoss JCA 5.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/5.0.1.GA/jboss-transaction-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-transaction-spi/pom.xml	2008-11-06 10:21:55 UTC (rev 80578)
+++ projects/integration/tags/5.0.1.GA/jboss-transaction-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-transaction-spi</artifactId>
-  <version>5.0.1-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Transaction 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java Transaction 5.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/5.0.1.GA/jboss-transaction-spi/pom.xml (from rev 80585, projects/integration/trunk/jboss-transaction-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.1.GA/jboss-transaction-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.1.GA/jboss-transaction-spi/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -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>5.0.1.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-transaction-spi</artifactId>
+  <version>5.0.1.GA</version>
+  <packaging>jar</packaging>
+  <name>JBoss Transaction 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java Transaction 5.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/5.0.1.GA/pom.xml
===================================================================
--- projects/integration/trunk/pom.xml	2008-11-06 10:21:55 UTC (rev 80578)
+++ projects/integration/tags/5.0.1.GA/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -1,102 +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>5.0.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Integration 5.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>
-
-  <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>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>2.0.5.GA</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>jboss-aop</artifactId>
-        <version>2.0.0.GA</version>
-        <classifier>client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-common-core</artifactId>
-        <version>2.2.8.GA</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>2.3.0jboss.patch5-brew</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  
-</project>

Copied: projects/integration/tags/5.0.1.GA/pom.xml (from rev 80585, projects/integration/trunk/pom.xml)
===================================================================
--- projects/integration/tags/5.0.1.GA/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.1.GA/pom.xml	2008-11-06 13:04:49 UTC (rev 80586)
@@ -0,0 +1,102 @@
+<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>5.0.1.GA</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 5.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/5.0.1.GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/tags/5.0.1.GA</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/tags/5.0.1.GA</url>
+  </scm>
+
+  <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>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>2.0.5.GA</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jboss-aop</artifactId>
+        <version>2.0.0.GA</version>
+        <classifier>client</classifier>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-common-core</artifactId>
+        <version>2.2.8.GA</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>2.3.0jboss.patch5-brew</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  
+</project>




More information about the jboss-cvs-commits mailing list