[jboss-cvs] JBossAS SVN: r96337 - in projects/ejb3/tags: jboss-ejb3-jpa-int-2.0.0-alpha-1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 13 09:26:56 EST 2009


Author: jaikiran
Date: 2009-11-13 09:26:56 -0500 (Fri, 13 Nov 2009)
New Revision: 96337

Added:
   projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1/
   projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1/pom.xml
Removed:
   projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-jpa-int-2.0.0-alpha-1

Copied: projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1 (from rev 96335, projects/ejb3/trunk/jpa-int)

Deleted: projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1/pom.xml
===================================================================
--- projects/ejb3/trunk/jpa-int/pom.xml	2009-11-13 14:12:32 UTC (rev 96335)
+++ projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1/pom.xml	2009-11-13 14:26:56 UTC (rev 96337)
@@ -1,56 +0,0 @@
-<!--
-  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">
-
-  <parent>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.4</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Configuration -->
-  <groupId>org.jboss.ejb3</groupId>
-  <artifactId>jboss-ejb3-jpa-int</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>JBoss EJB 3.x JPA Integration</name>
-  <description>JBoss EJB 3.x JPA Integration</description>
-  <url>http://www.jboss.org/jbossejb3</url>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-core</artifactId>
-      <version>3.5.0-Beta-2</version>
-      <scope>provided</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.hibernate.java-persistence</groupId>
-      <artifactId>jpa-api</artifactId>
-      <version>2.0-cr-1</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- 
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-log4j</artifactId>
-      <scope>test</scope>
-    </dependency>
-    -->
-  </dependencies>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1/pom.xml (from rev 96336, projects/ejb3/trunk/jpa-int/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1/pom.xml	2009-11-13 14:26:56 UTC (rev 96337)
@@ -0,0 +1,62 @@
+<!--
+  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">
+
+  <parent>
+    <groupId>org.jboss.ejb3</groupId>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <version>1.0.4</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Configuration -->
+  <groupId>org.jboss.ejb3</groupId>
+  <artifactId>jboss-ejb3-jpa-int</artifactId>
+  <version>2.0.0-alpha-1</version>
+  <name>JBoss EJB 3.x JPA Integration</name>
+  <description>JBoss EJB 3.x JPA Integration</description>
+  <url>http://www.jboss.org/jbossejb3</url>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
+      <version>3.5.0-Beta-2</version>
+      <scope>provided</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.hibernate.java-persistence</groupId>
+      <artifactId>jpa-api</artifactId>
+      <version>2.0-cr-1</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <!-- 
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+    -->
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-jpa-int-2.0.0-alpha-1</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list