You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2009/06/02 20:03:54 UTC

svn commit: r781106 - in /openjpa/branches/2.0.0-EA2: ./ openjpa-all/ openjpa-examples/ openjpa-integration/ openjpa-integration/examples/ openjpa-integration/osgi-itests/ openjpa-integration/tck/ openjpa-jdbc/ openjpa-kernel/ openjpa-lib/ openjpa-pers...

Author: dwoods
Date: Tue Jun  2 18:03:53 2009
New Revision: 781106

URL: http://svn.apache.org/viewvc?rev=781106&view=rev
Log:
update branch versions to 2.0.0-EA2-SNAPSHOT and include Early Access notice in each pom

Modified:
    openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml
    openjpa/branches/2.0.0-EA2/openjpa/pom.xml
    openjpa/branches/2.0.0-EA2/pom.xml

Modified: openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml Tue Jun  2 18:03:53 2009
@@ -25,11 +25,11 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>openjpa-all</artifactId>
     <packaging>jar</packaging>
-    <name>OpenJPA Aggregate Jar with Dependencies</name>
+    <name>OpenJPA Aggregate Jar with Dependencies - Early Access 2</name>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
 
     <build>

Modified: openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml Tue Jun  2 18:03:53 2009
@@ -27,12 +27,12 @@
     <artifactId>openjpa-examples</artifactId>
     <packaging>jar</packaging>
     <name>OpenJPA Examples</name>
-    <description>OpenJPA Examples</description>
+    <description>OpenJPA Examples - Early Access 2</description>
     <url>http://openjpa.apache.org</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml Tue Jun  2 18:03:53 2009
@@ -34,12 +34,11 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>examples</artifactId>
     <packaging>pom</packaging>
-    <name>OpenJPA Integration Tests - Examples</name>
-    <description>OpenJPA Integration Tests - Examples</description>
+    <name>OpenJPA Integration Tests - Examples - Early Access 2</name>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
 
     <profiles>

Modified: openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml Tue Jun  2 18:03:53 2009
@@ -24,15 +24,13 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.openjpa.openjpa-integration</groupId>
     <artifactId>osgi-itests</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-    <name>OpenJPA Integration Tests - OSGi</name>
-    <description>OpenJPA Integration Tests - OSGi</description>
+    <name>OpenJPA Integration Tests - OSGi - Early Access 2</name>
 
     <dependencies>
         <!--

Modified: openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml Tue Jun  2 18:03:53 2009
@@ -25,11 +25,11 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>openjpa-integration</artifactId>
     <packaging>pom</packaging>
-    <name>OpenJPA Integration Tests</name>
+    <name>OpenJPA Integration Tests - Early Access 2</name>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
     <modules>
         <module>examples</module>

Modified: openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml Tue Jun  2 18:03:53 2009
@@ -57,12 +57,11 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>tck</artifactId>
     <packaging>pom</packaging>
-    <name>OpenJPA Integration Tests - JPA TCK</name>
-    <description>OpenJPA Integration Tests - JPA TCK</description>
+    <name>OpenJPA Integration Tests - JPA TCK - Early Access 2</name>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
 
     <profiles>

Modified: openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml Tue Jun  2 18:03:53 2009
@@ -26,12 +26,12 @@
     <artifactId>openjpa-jdbc</artifactId>
     <packaging>jar</packaging>
     <name>OpenJPA JDBC</name>
-    <description>OpenJPA JDBC</description>
+    <description>OpenJPA JDBC - Early Access 2</description>
     <url>http://openjpa.apache.org</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml Tue Jun  2 18:03:53 2009
@@ -26,12 +26,12 @@
     <artifactId>openjpa-kernel</artifactId>
     <packaging>jar</packaging>
     <name>OpenJPA Kernel</name>
-    <description>OpenJPA Kernel</description>
+    <description>OpenJPA Kernel - Early Access 2</description>
     <url>http://openjpa.apache.org</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml Tue Jun  2 18:03:53 2009
@@ -26,12 +26,12 @@
     <artifactId>openjpa-lib</artifactId>
     <packaging>jar</packaging>
     <name>OpenJPA Utilities Library</name>
-    <description>OpenJPA Utilities Library</description>
+    <description>OpenJPA Utilities Library - Early Access 2</description>
     <url>http://openjpa.apache.org</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml Tue Jun  2 18:03:53 2009
@@ -26,12 +26,12 @@
     <artifactId>openjpa-persistence-jdbc</artifactId>
     <packaging>jar</packaging>
     <name>OpenJPA Persistence JDBC</name>
-    <description>OpenJPA Persistence JDBC</description>
+    <description>OpenJPA Persistence JDBC - Early Access 2</description>
     <url>http://openjpa.apache.org</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
     <properties>
         <openjpa.loglevel>INFO</openjpa.loglevel>

Modified: openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml Tue Jun  2 18:03:53 2009
@@ -26,12 +26,12 @@
     <artifactId>openjpa-persistence</artifactId>
     <packaging>jar</packaging>
     <name>OpenJPA Persistence</name>
-    <description>OpenJPA Persistence</description>
+    <description>OpenJPA Persistence - Early Access 2</description>
     <url>http://openjpa.apache.org</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml Tue Jun  2 18:03:53 2009
@@ -37,11 +37,11 @@
     <artifactId>apache-openjpa</artifactId>
     <packaging>pom</packaging>
     <name>OpenJPA Project Docs and Assemblies</name>
-    <description>OpenJPA Project Docs and Assemblies</description>
+    <description>OpenJPA Project Docs and Assemblies - Early Access 2</description>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
 
     <properties>

Modified: openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml Tue Jun  2 18:03:53 2009
@@ -26,12 +26,12 @@
 	<artifactId>openjpa-slice</artifactId>
 	<packaging>jar</packaging>
 	<name>OpenJPA Slice</name>
-	<description>OpenJPA Slice</description>
+	<description>OpenJPA Slice - Early Access 2</description>
 	<url>http://openjpa.apache.org</url>
 	<parent>
 		<groupId>org.apache.openjpa</groupId>
 		<artifactId>openjpa-parent</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.0.0-EA2-SNAPSHOT</version>
 	</parent>
 	<properties>
         <test.jvm.arguments>-Xmx500m</test.jvm.arguments>

Modified: openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml Tue Jun  2 18:03:53 2009
@@ -26,12 +26,12 @@
     <artifactId>openjpa-xmlstore</artifactId>
     <packaging>jar</packaging>
     <name>OpenJPA XML Store</name>
-    <description>OpenJPA XML Store</description>
+    <description>OpenJPA XML Store - Early Access 2</description>
     <url>http://openjpa.apache.org</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-EA2/openjpa/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa/pom.xml Tue Jun  2 18:03:53 2009
@@ -25,11 +25,11 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>openjpa</artifactId>
     <packaging>jar</packaging>
-    <name>OpenJPA Aggregate Jar</name>
+    <name>OpenJPA Aggregate Jar - Early Access 2</name>
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-EA2-SNAPSHOT</version>
     </parent>
 
     <build>

Modified: openjpa/branches/2.0.0-EA2/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/pom.xml?rev=781106&r1=781105&r2=781106&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/pom.xml Tue Jun  2 18:03:53 2009
@@ -33,8 +33,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-parent</artifactId>
     <packaging>pom</packaging>
-    <name>OpenJPA Parent POM</name>
-    <description>OpenJPA</description>
+    <name>OpenJPA Parent POM - Early Access 2</name>
+    <description>Apache OpenJPA implementation of JSR-317 JPA 2.0 - PFD 1.0 Early Access</description>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -46,7 +46,7 @@
         Changing this version needs to also be done in all children poms
         See: http://jira.codehaus.org/browse/MNG-624
     -->
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-EA2-SNAPSHOT</version>
     <url>http://openjpa.apache.org</url>
     <issueManagement>
         <system>jira</system>
@@ -477,7 +477,7 @@
             <dependency>
               <groupId>org.apache.geronimo.specs</groupId>
               <artifactId>geronimo-validation_1.0_spec</artifactId>
-              <version>1.0-SNAPSHOT</version>
+              <version>1.0-EA-SNAPSHOT</version>
             </dependency>            
             <dependency>
                 <groupId>org.apache.derby</groupId>