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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 2 09:45:19 EDT 2008


Author: wolfc
Date: 2008-04-02 09:45:19 -0400 (Wed, 02 Apr 2008)
New Revision: 71607

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

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

Deleted: projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.3/pom.xml
===================================================================
--- projects/ejb3/trunk/ext-api-impl/pom.xml	2008-04-02 05:47:13 UTC (rev 71581)
+++ projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.3/pom.xml	2008-04-02 13:45:19 UTC (rev 71607)
@@ -1,51 +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.0-SNAPSHOT</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.3-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>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-ejb-api</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.3/pom.xml (from rev 71606, projects/ejb3/trunk/ext-api-impl/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.3/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.3/pom.xml	2008-04-02 13:45:19 UTC (rev 71607)
@@ -0,0 +1,58 @@
+<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.0</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.3</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.3</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-ejb-api</artifactId>
+    </dependency>
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.3</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.3</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-impl-0.3</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list