[jboss-cvs] JBossAS SVN: r96412 - in projects/jpa/tags: jboss-jpa-spi-1.0.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 16 04:45:08 EST 2009


Author: wolfc
Date: 2009-11-16 04:45:07 -0500 (Mon, 16 Nov 2009)
New Revision: 96412

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

Copied: projects/jpa/tags/jboss-jpa-spi-1.0.0 (from rev 96407, projects/jpa/trunk/spi)

Deleted: projects/jpa/tags/jboss-jpa-spi-1.0.0/pom.xml
===================================================================
--- projects/jpa/trunk/spi/pom.xml	2009-11-16 09:10:57 UTC (rev 96407)
+++ projects/jpa/tags/jboss-jpa-spi-1.0.0/pom.xml	2009-11-16 09:45:07 UTC (rev 96412)
@@ -1,40 +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.jpa</groupId>
-    <artifactId>jboss-jpa-build</artifactId>
-    <relativePath>../build/pom.xml</relativePath>
-    <version>1.0.0</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>jboss-jpa-spi</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Container Managed JPA SPI</name>
-  <description>
-    The JBoss Container Managed JPA SPI.
-  </description>
-  
-  <dependencies>
-  	<dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.4</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>ejb3-persistence</artifactId>
-      <version>1.0.2.GA</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>2.1.0.GA</version>
-    </dependency>
-  </dependencies>
-</project>

Copied: projects/jpa/tags/jboss-jpa-spi-1.0.0/pom.xml (from rev 96411, projects/jpa/trunk/spi/pom.xml)
===================================================================
--- projects/jpa/tags/jboss-jpa-spi-1.0.0/pom.xml	                        (rev 0)
+++ projects/jpa/tags/jboss-jpa-spi-1.0.0/pom.xml	2009-11-16 09:45:07 UTC (rev 96412)
@@ -0,0 +1,46 @@
+<!--
+  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.jpa</groupId>
+    <artifactId>jboss-jpa-build</artifactId>
+    <relativePath>../build/pom.xml</relativePath>
+    <version>1.0.0</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>jboss-jpa-spi</artifactId>
+  <version>1.0.0</version>
+  <packaging>jar</packaging>
+  <name>JBoss Container Managed JPA SPI</name>
+  <description>
+    The JBoss Container Managed JPA SPI.
+  </description>
+  
+  <dependencies>
+  	<dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.4</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>ejb3-persistence</artifactId>
+      <version>1.0.2.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>2.1.0.GA</version>
+    </dependency>
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jpa/tags/jboss-jpa-spi-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jpa/tags/jboss-jpa-spi-1.0.0</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jpa/tags/jboss-jpa-spi-1.0.0</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list