You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2009/06/17 18:50:08 UTC

svn commit: r785719 - /geronimo/specs/trunk/geronimo-jpa_2.0_spec/pom.xml

Author: dwoods
Date: Wed Jun 17 16:50:08 2009
New Revision: 785719

URL: http://svn.apache.org/viewvc?rev=785719&view=rev
Log:
updating to use new genesis-2.0 and nexus repos

Modified:
    geronimo/specs/trunk/geronimo-jpa_2.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jpa_2.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jpa_2.0_spec/pom.xml?rev=785719&r1=785718&r2=785719&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jpa_2.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jpa_2.0_spec/pom.xml Wed Jun 17 16:50:08 2009
@@ -25,22 +25,16 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>specs-parent</artifactId>
-        <version>1.6</version>
+        <groupId>org.apache.geronimo.genesis</groupId>
+        <artifactId>genesis-java5-flava</artifactId>
+        <version>2.0</version>
     </parent>
 
-    <!--<parent>-->
-        <!--<groupId>org.apache.geronimo.genesis</groupId>-->
-        <!--<artifactId>genesis-java5-flava</artifactId>-->
-        <!--<version>2.0</version>-->
-    <!--</parent>-->
     <groupId>org.apache.geronimo.specs</groupId>
     <artifactId>geronimo-jpa_2.0_spec</artifactId>
-    <packaging>jar</packaging>
-    <!--<packaging>bundle</packaging>-->
+    <packaging>bundle</packaging>
     <name>Apache Geronimo JSR-317 JPA 2.0 EARLY ACCESS Spec API</name>
-    <version>1.0-EA2-SNAPSHOT</version>
+    <version>1.0-EA3-SNAPSHOT</version>
 
     <description>Implementation of Sun JSR-317 JPA 2.0 EARLY ACCESS Spec API</description>
 
@@ -54,8 +48,6 @@
 
     <properties>
         <siteId>specs/${artifactId}</siteId>
-        <geronimo.osgi.export.pkg>javax.persistence*</geronimo.osgi.export.pkg>
-        <geronimo.osgi.export.version>2.0</geronimo.osgi.export.version>
     </properties>
 
     <scm>
@@ -63,7 +55,7 @@
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jpa_2.0_spec/</developerConnection>
         <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jpa_2.0_spec/</url>
     </scm>
-<!--
+
     <build>
         <plugins>
             <plugin>
@@ -77,5 +69,5 @@
             </plugin>
         </plugins>
     </build>
--->
+
 </project>