[jboss-cvs] JBossAS SVN: r73837 - in projects/integration/tags: 5.0.0.CR1 and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 30 10:21:25 EDT 2008


Author: pgier
Date: 2008-05-30 10:21:25 -0400 (Fri, 30 May 2008)
New Revision: 73837

Added:
   projects/integration/tags/5.0.0.CR1/
   projects/integration/tags/5.0.0.CR1/build/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-jca-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/pom.xml
Removed:
   projects/integration/tags/5.0.0.CR1/build/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-jca-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.0.0.CR1/pom.xml
Log:
[maven-release-plugin]  copy for tag 5.0.0.CR1

Copied: projects/integration/tags/5.0.0.CR1 (from rev 73835, projects/integration/trunk)

Deleted: projects/integration/tags/5.0.0.CR1/build/pom.xml
===================================================================
--- projects/integration/trunk/build/pom.xml	2008-05-30 13:59:20 UTC (rev 73835)
+++ projects/integration/tags/5.0.0.CR1/build/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-integration</artifactId>
-  <version>5.0.0-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.0.CR1/build/pom.xml (from rev 73836, projects/integration/trunk/build/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.CR1/build/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.CR1/build/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0.CR1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-integration</artifactId>
+  <version>5.0.0.CR1</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.0.CR1/jboss-classloading-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-classloading-spi/pom.xml	2008-05-30 13:59:20 UTC (rev 73835)
+++ projects/integration/tags/5.0.0.CR1/jboss-classloading-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-classloading-spi</artifactId>
-  <version>5.0.0-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.0.CR1/jboss-classloading-spi/pom.xml (from rev 73836, projects/integration/trunk/jboss-classloading-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.CR1/jboss-classloading-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.CR1/jboss-classloading-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0.CR1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-classloading-spi</artifactId>
+  <version>5.0.0.CR1</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.0.CR1/jboss-corba-ots-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-corba-ots-spi/pom.xml	2008-05-30 13:59:20 UTC (rev 73835)
+++ projects/integration/tags/5.0.0.CR1/jboss-corba-ots-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-corba-ots-spi</artifactId>
-  <version>5.0.0-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.0.CR1/jboss-corba-ots-spi/pom.xml (from rev 73836, projects/integration/trunk/jboss-corba-ots-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.CR1/jboss-corba-ots-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.CR1/jboss-corba-ots-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0.CR1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-corba-ots-spi</artifactId>
+  <version>5.0.0.CR1</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.0.CR1/jboss-deployment-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/pom.xml	2008-05-30 13:59:20 UTC (rev 73835)
+++ projects/integration/tags/5.0.0.CR1/jboss-deployment-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-deployment-spi</artifactId>
-  <version>5.0.0-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.0.CR1/jboss-deployment-spi/pom.xml (from rev 73836, projects/integration/trunk/jboss-deployment-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.CR1/jboss-deployment-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.CR1/jboss-deployment-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0.CR1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-deployment-spi</artifactId>
+  <version>5.0.0.CR1</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.0.CR1/jboss-jca-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-jca-spi/pom.xml	2008-05-30 13:59:20 UTC (rev 73835)
+++ projects/integration/tags/5.0.0.CR1/jboss-jca-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -1,34 +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.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-jca-spi</artifactId>
-  <version>5.0.0-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.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jboss.aop</groupId>
-      <artifactId>jboss-aop-jdk50-client</artifactId>
-      <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.0.CR1/jboss-jca-spi/pom.xml (from rev 73836, projects/integration/trunk/jboss-jca-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.CR1/jboss-jca-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.CR1/jboss-jca-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -0,0 +1,34 @@
+<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.0.CR1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-jca-spi</artifactId>
+  <version>5.0.0.CR1</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.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.aop</groupId>
+      <artifactId>jboss-aop-jdk50-client</artifactId>
+      <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.0.CR1/jboss-transaction-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-transaction-spi/pom.xml	2008-05-30 13:59:20 UTC (rev 73835)
+++ projects/integration/tags/5.0.0.CR1/jboss-transaction-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-transaction-spi</artifactId>
-  <version>5.0.0-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.0.CR1/jboss-transaction-spi/pom.xml (from rev 73836, projects/integration/trunk/jboss-transaction-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.CR1/jboss-transaction-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.CR1/jboss-transaction-spi/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -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.0.CR1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-transaction-spi</artifactId>
+  <version>5.0.0.CR1</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.0.CR1/pom.xml
===================================================================
--- projects/integration/trunk/pom.xml	2008-05-30 13:59:20 UTC (rev 73835)
+++ projects/integration/tags/5.0.0.CR1/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -1,122 +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>3</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.integration</groupId>
-  <artifactId>jboss-integration-parent</artifactId>
-  <version>5.0.0-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>
-    <finalName>${artifactId}</finalName>
-    <resources>
-      <resource>
-        <directory>src/etc</directory>
-        <includes>
-          <include>**/*</include>
-        </includes>
-        <filtering>true</filtering>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <directory>src/resources</directory>
-        <includes>
-          <include>**/*</include>
-        </includes>
-        <filtering>true</filtering>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <printSummary>false</printSummary>
-          <testFailureIgnore>true</testFailureIgnore>
-          <includes>
-            <include>**/**TestCase.java</include>
-          </includes>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <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>jboss.aop</groupId>
-        <artifactId>jboss-aop-jdk50-client</artifactId>
-        <version>2.0.0.CR8</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-common-core</artifactId>
-        <version>2.2.5.GA</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.javaee</groupId>
-        <artifactId>jboss-jca-api</artifactId>
-        <version>1.5.0.CR1</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.javaee</groupId>
-        <artifactId>jboss-transaction-api</artifactId>
-        <version>1.0.1.CR1</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.0.CR1/pom.xml (from rev 73836, projects/integration/trunk/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.CR1/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.CR1/pom.xml	2008-05-30 14:21:25 UTC (rev 73837)
@@ -0,0 +1,122 @@
+<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>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.integration</groupId>
+  <artifactId>jboss-integration-parent</artifactId>
+  <version>5.0.0.CR1</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.0.CR1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/tags/5.0.0.CR1</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/tags/5.0.0.CR1</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>
+    <finalName>${artifactId}</finalName>
+    <resources>
+      <resource>
+        <directory>src/etc</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>src/resources</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+        <filtering>true</filtering>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <printSummary>false</printSummary>
+          <testFailureIgnore>true</testFailureIgnore>
+          <includes>
+            <include>**/**TestCase.java</include>
+          </includes>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <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>jboss.aop</groupId>
+        <artifactId>jboss-aop-jdk50-client</artifactId>
+        <version>2.0.0.CR8</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-common-core</artifactId>
+        <version>2.2.5.GA</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-jca-api</artifactId>
+        <version>1.5.0.CR1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-transaction-api</artifactId>
+        <version>1.0.1.CR1</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