[jboss-cvs] JBossAS SVN: r75905 - in projects/ejb3/tags: jboss-ejb3-ext-api-impl-0.4.1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 16 06:58:43 EDT 2008


Author: ALRubinger
Date: 2008-07-16 06:58:43 -0400 (Wed, 16 Jul 2008)
New Revision: 75905

Added:
   projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1/
   projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1/pom.xml
Removed:
   projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-ext-api-impl-0.4.1

Copied: projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1 (from rev 75881, projects/ejb3/trunk/ext-api-impl)

Deleted: projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1/pom.xml
===================================================================
--- projects/ejb3/trunk/ext-api-impl/pom.xml	2008-07-16 09:57:50 UTC (rev 75881)
+++ projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1/pom.xml	2008-07-16 10:58:43 UTC (rev 75905)
@@ -1,56 +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">
-
-  <!-- Define Parent -->
-  <parent>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <groupId>org.jboss.ejb3</groupId>
-    <version>0.13.3</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-
-  <!-- Maven POM Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Information -->
-  <artifactId>jboss-ejb3-ext-api-impl</artifactId>
-  <version>0.4.1-SNAPSHOT</version>
-  <name>JBoss EJB 3.0 Implementation Classes</name>
-  <description>
-    JBoss EJB 3.0 Implementation Internals conforming to API
-  </description>
-  <url>http://labs.jboss.com/jbossejb3/</url>
-
-  <!-- Dependencies -->
-
-  <!-- 
-    
-    Version information is centralized in 
-    the Parent Build POM
-    
-  -->
-
-  <dependencies>
-
-    <!-- JUnit -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-
-    <!-- EJB3 External API -->
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-ext-api</artifactId>
-      <version>0.4</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-ejb-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.metadata</groupId>
-      <artifactId>jboss-metadata</artifactId>
-    </dependency>
-  </dependencies>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1/pom.xml (from rev 75904, projects/ejb3/trunk/ext-api-impl/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1/pom.xml	2008-07-16 10:58:43 UTC (rev 75905)
@@ -0,0 +1,62 @@
+<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">
+
+  <!-- Define Parent -->
+  <parent>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <groupId>org.jboss.ejb3</groupId>
+    <version>0.13.10</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+
+  <!-- Maven POM Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Information -->
+  <artifactId>jboss-ejb3-ext-api-impl</artifactId>
+  <version>0.4.1</version>
+  <name>JBoss EJB 3.0 Implementation Classes</name>
+  <description>
+    JBoss EJB 3.0 Implementation Internals conforming to API
+  </description>
+  <url>http://labs.jboss.com/jbossejb3/</url>
+
+  <!-- Dependencies -->
+
+  <!-- 
+    
+    Version information is centralized in 
+    the Parent Build POM
+    
+  -->
+
+  <dependencies>
+
+    <!-- JUnit -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+
+    <!-- EJB3 External API -->
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-ext-api</artifactId>
+      <version>0.4</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-ejb-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.metadata</groupId>
+      <artifactId>jboss-metadata</artifactId>
+    </dependency>
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.4.1</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list