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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 21 21:01:20 EST 2009


Author: ALRubinger
Date: 2009-01-21 21:01:20 -0500 (Wed, 21 Jan 2009)
New Revision: 83198

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

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

Deleted: projects/ejb3/tags/jboss-ejb3-ext-api-impl-1.0.0/pom.xml
===================================================================
--- projects/ejb3/trunk/ext-api-impl/pom.xml	2009-01-21 18:32:51 UTC (rev 83164)
+++ projects/ejb3/tags/jboss-ejb3-ext-api-impl-1.0.0/pom.xml	2009-01-22 02:01:20 UTC (rev 83198)
@@ -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>1.0.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.4.2-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-1.0.0/pom.xml (from rev 83197, projects/ejb3/trunk/ext-api-impl/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-ext-api-impl-1.0.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-ext-api-impl-1.0.0/pom.xml	2009-01-22 02:01:20 UTC (rev 83198)
@@ -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>1.0.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>1.0.0</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>1.0.0</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-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-impl-1.0.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-impl-1.0.0</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list