[jboss-cvs] JBossAS SVN: r69430 - in projects/ejb3/branches: jboss-ejb3-ext-api-0.2 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 28 23:07:40 EST 2008


Author: ALRubinger
Date: 2008-01-28 23:07:39 -0500 (Mon, 28 Jan 2008)
New Revision: 69430

Added:
   projects/ejb3/branches/jboss-ejb3-ext-api-0.2/
   projects/ejb3/branches/jboss-ejb3-ext-api-0.2/pom.xml
Removed:
   projects/ejb3/branches/jboss-ejb3-ext-api-0.2/pom.xml
Log:
[maven-release-plugin]  copy for branch jboss-ejb3-ext-api-0.2

Copied: projects/ejb3/branches/jboss-ejb3-ext-api-0.2 (from rev 69401, projects/ejb3/trunk/ext-api)

Deleted: projects/ejb3/branches/jboss-ejb3-ext-api-0.2/pom.xml
===================================================================
--- projects/ejb3/trunk/ext-api/pom.xml	2008-01-28 21:34:00 UTC (rev 69401)
+++ projects/ejb3/branches/jboss-ejb3-ext-api-0.2/pom.xml	2008-01-29 04:07:39 UTC (rev 69430)
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  vi:ts=2:sw=2:expandtab:
--->
-<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.12.0-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-
-  <!-- Maven POM Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Information -->
-  <groupId>org.jboss.ejb3</groupId>
-  <artifactId>jboss-ejb3-ext-api</artifactId>
-  <version>0.1.3-SNAPSHOT</version>
-  <name>JBoss EJB 3.0 External API</name>
-  <description>JBoss EJB 3.0 API for Bean Providers</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>
-
-    <!-- JavaEE EJB3 API -->
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-ejb-api</artifactId>
-    </dependency>
-
-  </dependencies>
-
-</project>
\ No newline at end of file

Copied: projects/ejb3/branches/jboss-ejb3-ext-api-0.2/pom.xml (from rev 69429, projects/ejb3/trunk/ext-api/pom.xml)
===================================================================
--- projects/ejb3/branches/jboss-ejb3-ext-api-0.2/pom.xml	                        (rev 0)
+++ projects/ejb3/branches/jboss-ejb3-ext-api-0.2/pom.xml	2008-01-29 04:07:39 UTC (rev 69430)
@@ -0,0 +1,53 @@
+<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.12.0-SNAPSHOT</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+
+  <!-- Maven POM Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Information -->
+  <groupId>org.jboss.ejb3</groupId>
+  <artifactId>jboss-ejb3-ext-api</artifactId>
+  <version>0.1.3-SNAPSHOT</version>
+  <name>JBoss EJB 3.0 External API</name>
+  <description>JBoss EJB 3.0 API for Bean Providers</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>
+
+    <!-- JavaEE EJB3 API -->
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-ejb-api</artifactId>
+    </dependency>
+
+  </dependencies>
+
+
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-0.2</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/branches/jboss-ejb3-ext-api-0.2</developerConnection>
+    <url>https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-ext-api-0.2</url>
+  </scm>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list