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/12/11 22:19:57 UTC

svn commit: r889818 - in /openjpa/trunk: ./ openjpa-all/src/main/appended-resources/META-INF/ openjpa-integration/tck/ openjpa-kernel/src/main/appended-resources/META-INF/ openjpa-osgi/src/main/appended-resources/META-INF/ openjpa-persistence-jdbc/src/...

Author: dwoods
Date: Fri Dec 11 21:19:55 2009
New Revision: 889818

URL: http://svn.apache.org/viewvc?rev=889818&view=rev
Log:
OPENJPA-1103 Upgrade to 1.0-SNAPSHOT versions of the jpa2 and bv spec apis and remove the early access disclaimer.

Modified:
    openjpa/trunk/NOTICE.txt
    openjpa/trunk/openjpa-all/src/main/appended-resources/META-INF/NOTICE.vm
    openjpa/trunk/openjpa-integration/tck/pom.xml
    openjpa/trunk/openjpa-kernel/src/main/appended-resources/META-INF/NOTICE.vm
    openjpa/trunk/openjpa-osgi/src/main/appended-resources/META-INF/NOTICE.vm
    openjpa/trunk/openjpa-persistence-jdbc/src/main/appended-resources/META-INF/NOTICE.vm
    openjpa/trunk/openjpa-persistence/src/main/appended-resources/META-INF/NOTICE.vm
    openjpa/trunk/openjpa-project/NOTICE.txt
    openjpa/trunk/openjpa/src/main/appended-resources/META-INF/NOTICE.vm
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/openjpa/trunk/NOTICE.txt?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/NOTICE.txt (original)
+++ openjpa/trunk/NOTICE.txt Fri Dec 11 21:19:55 2009
@@ -7,8 +7,6 @@
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.
-
 
 COPYRIGHT NOTICES
 

Modified: openjpa/trunk/openjpa-all/src/main/appended-resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-all/src/main/appended-resources/META-INF/NOTICE.vm?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/openjpa-all/src/main/appended-resources/META-INF/NOTICE.vm (original)
+++ openjpa/trunk/openjpa-all/src/main/appended-resources/META-INF/NOTICE.vm Fri Dec 11 21:19:55 2009
@@ -1,6 +1,4 @@
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.
-
 openjpa-all includes software developed by the:
     Apache Commons Collections project
     Apache Commons Lang project

Modified: openjpa/trunk/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/pom.xml?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Fri Dec 11 21:19:55 2009
@@ -273,6 +273,7 @@
     </profile>
     </profiles>
 
+    <!-- only used for old JPA 1.0 RI API, which we don't use anymore
     <repositories>
         <repository>
             <id>java.net</id>
@@ -281,9 +282,9 @@
             <layout>legacy</layout>
         </repository>
     </repositories>
+    -->
 
     <dependencies>
-        <!--  Use early access version of JPA spec from Geronimo -->
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jpa_2.0_spec</artifactId>

Modified: openjpa/trunk/openjpa-kernel/src/main/appended-resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/appended-resources/META-INF/NOTICE.vm?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/openjpa-kernel/src/main/appended-resources/META-INF/NOTICE.vm (original)
+++ openjpa/trunk/openjpa-kernel/src/main/appended-resources/META-INF/NOTICE.vm Fri Dec 11 21:19:55 2009
@@ -1,5 +1,3 @@
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.
-
 openjpa-kernel includes software written by Miroslav Nachev
 

Modified: openjpa/trunk/openjpa-osgi/src/main/appended-resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-osgi/src/main/appended-resources/META-INF/NOTICE.vm?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/openjpa-osgi/src/main/appended-resources/META-INF/NOTICE.vm (original)
+++ openjpa/trunk/openjpa-osgi/src/main/appended-resources/META-INF/NOTICE.vm Fri Dec 11 21:19:55 2009
@@ -1,6 +1,4 @@
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.
-
 OpenJPA includes software developed by the SERP project
 Copyright (c) 2002-2006, A. Abram White. All rights reserved.
 

Modified: openjpa/trunk/openjpa-persistence-jdbc/src/main/appended-resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/src/main/appended-resources/META-INF/NOTICE.vm?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/src/main/appended-resources/META-INF/NOTICE.vm (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/src/main/appended-resources/META-INF/NOTICE.vm Fri Dec 11 21:19:55 2009
@@ -1,3 +1 @@
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.
-

Modified: openjpa/trunk/openjpa-persistence/src/main/appended-resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence/src/main/appended-resources/META-INF/NOTICE.vm?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence/src/main/appended-resources/META-INF/NOTICE.vm (original)
+++ openjpa/trunk/openjpa-persistence/src/main/appended-resources/META-INF/NOTICE.vm Fri Dec 11 21:19:55 2009
@@ -1,6 +1,4 @@
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.
-
 OpenJPA includes the persistence and orm schemas from the JPA specifications.
 Copyright 2005-2009 Sun Microsystems, Inc. All rights reserved.
 OpenJPA elects to include this software in this distribution under the

Modified: openjpa/trunk/openjpa-project/NOTICE.txt
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/NOTICE.txt?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/NOTICE.txt (original)
+++ openjpa/trunk/openjpa-project/NOTICE.txt Fri Dec 11 21:19:55 2009
@@ -4,8 +4,6 @@
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.
-
 The OpenJPA binary assembly includes software developed by the:
     Apache Commons Collections project
     Apache Commons Lang project

Modified: openjpa/trunk/openjpa/src/main/appended-resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa/src/main/appended-resources/META-INF/NOTICE.vm?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/openjpa/src/main/appended-resources/META-INF/NOTICE.vm (original)
+++ openjpa/trunk/openjpa/src/main/appended-resources/META-INF/NOTICE.vm Fri Dec 11 21:19:55 2009
@@ -1,6 +1,4 @@
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.
-
 OpenJPA includes software developed by the SERP project
 Copyright (c) 2002-2006, A. Abram White. All rights reserved.
 

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=889818&r1=889817&r2=889818&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Fri Dec 11 21:19:55 2009
@@ -491,7 +491,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jpa_2.0_spec</artifactId>
-                <version>1.0-EA9-SNAPSHOT</version>
+                <version>1.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
@@ -506,7 +506,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-validation_1.0_spec</artifactId>
-                <version>1.0-EA6-SNAPSHOT</version>
+                <version>1.0-SNAPSHOT</version>
             </dependency>            
             <dependency>
                 <groupId>org.apache.derby</groupId>