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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 23 08:14:51 EDT 2009


Author: jaikiran
Date: 2009-10-23 08:14:51 -0400 (Fri, 23 Oct 2009)
New Revision: 95479

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

Copied: projects/ejb3/tags/jboss-ejb3-jpa-int-1.0.0 (from rev 95471, projects/ejb3/branches/jboss-ejb3-jpa-int-1.x)

Deleted: projects/ejb3/tags/jboss-ejb3-jpa-int-1.0.0/pom.xml
===================================================================
--- projects/ejb3/branches/jboss-ejb3-jpa-int-1.x/pom.xml	2009-10-23 08:09:55 UTC (rev 95471)
+++ projects/ejb3/tags/jboss-ejb3-jpa-int-1.0.0/pom.xml	2009-10-23 12:14:51 UTC (rev 95479)
@@ -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>1.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.3.1.GA</version>
-      <scope>provided</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>ejb3-persistence</artifactId>
-      <version>1.0.2.GA</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-1.0.0/pom.xml (from rev 95478, projects/ejb3/branches/jboss-ejb3-jpa-int-1.x/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-jpa-int-1.0.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-jpa-int-1.0.0/pom.xml	2009-10-23 12:14:51 UTC (rev 95479)
@@ -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>1.0.0</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.3.1.GA</version>
+      <scope>provided</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>ejb3-persistence</artifactId>
+      <version>1.0.2.GA</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-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-jpa-int-1.0.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-jpa-int-1.0.0</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list