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 2010/01/25 03:51:02 UTC

svn commit: r902687 - in /openjpa/branches/2.0.0-beta: ./ openjpa-all/ openjpa-examples/ openjpa-integration/ openjpa-integration/examples/ openjpa-integration/osgi-itests/ openjpa-integration/tck/ openjpa-integration/validation/ openjpa-jdbc/ openjpa-...

Author: dwoods
Date: Mon Jan 25 02:51:01 2010
New Revision: 902687

URL: http://svn.apache.org/viewvc?rev=902687&view=rev
Log:
build updates for beta release

Modified:
    openjpa/branches/2.0.0-beta/NOTICE.txt
    openjpa/branches/2.0.0-beta/openjpa-all/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-examples/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-integration/examples/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-integration/osgi-itests/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-integration/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-osgi/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-project/BUILDING.txt
    openjpa/branches/2.0.0-beta/openjpa-project/CHANGES.txt
    openjpa/branches/2.0.0-beta/openjpa-project/NOTICE.txt
    openjpa/branches/2.0.0-beta/openjpa-project/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml
    openjpa/branches/2.0.0-beta/openjpa-xmlstore/pom.xml
    openjpa/branches/2.0.0-beta/openjpa/pom.xml
    openjpa/branches/2.0.0-beta/pom.xml

Modified: openjpa/branches/2.0.0-beta/NOTICE.txt
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/NOTICE.txt?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/NOTICE.txt (original)
+++ openjpa/branches/2.0.0-beta/NOTICE.txt Mon Jan 25 02:51:01 2010
@@ -1,8 +1,6 @@
-================================================================================
-==  NOTICE file corresponding to the section 4 d of                           ==
-==  the Apache License, Version 2.0,                                          ==
-==  in this case for the Apache OpenJPA distribution.                         ==
-================================================================================
+
+Apache OpenJPA
+Copyright 2006,2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: openjpa/branches/2.0.0-beta/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-all/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-all/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-all/pom.xml Mon Jan 25 02:51:01 2010
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
 
     <build>

Modified: openjpa/branches/2.0.0-beta/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-examples/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-examples/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-examples/pom.xml Mon Jan 25 02:51:01 2010
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-beta/openjpa-integration/examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-integration/examples/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-integration/examples/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-integration/examples/pom.xml Mon Jan 25 02:51:01 2010
@@ -39,7 +39,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
 
     <profiles>

Modified: openjpa/branches/2.0.0-beta/openjpa-integration/osgi-itests/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-integration/osgi-itests/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-integration/osgi-itests/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-integration/osgi-itests/pom.xml Mon Jan 25 02:51:01 2010
@@ -24,12 +24,11 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>openjpa-integration-osgi-itests</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>OpenJPA Integration Tests - OSGi</name>

Modified: openjpa/branches/2.0.0-beta/openjpa-integration/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-integration/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-integration/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-integration/pom.xml Mon Jan 25 02:51:01 2010
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <modules>
         <module>examples</module>

Modified: openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml Mon Jan 25 02:51:01 2010
@@ -70,7 +70,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
 
     <profiles>

Modified: openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml Mon Jan 25 02:51:01 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
 
     <artifactId>openjpa-integration-validation</artifactId>

Modified: openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml Mon Jan 25 02:51:01 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml Mon Jan 25 02:51:01 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml Mon Jan 25 02:51:01 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-beta/openjpa-osgi/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-osgi/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-osgi/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-osgi/pom.xml Mon Jan 25 02:51:01 2010
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
 
     <build>

Modified: openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml Mon Jan 25 02:51:01 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <properties>
         <openjpa.loglevel>INFO</openjpa.loglevel>

Modified: openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml Mon Jan 25 02:51:01 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml Mon Jan 25 02:51:01 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-beta/openjpa-project/BUILDING.txt
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-project/BUILDING.txt?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-project/BUILDING.txt (original)
+++ openjpa/branches/2.0.0-beta/openjpa-project/BUILDING.txt Mon Jan 25 02:51:01 2010
@@ -18,16 +18,16 @@
 ===============================================================================
 
 These instructions describe how to build OpenJPA from source code using the
-Apache Maven 2 build too. They are written for use from the console, and are 
+Apache Maven 2 build tool. They are written for use from the console, and are 
 known to work on Linux and Mac OSX. They are also reported to work from Windows.
 
 The most up to date version of these instructions may be found on the OpenJPA 
 website at http://openjpa.apache.org/building-openjpa.html
 
-   1. Ensure that Java 1.5 or 1.6 is installed and on your path by running:
+   1. Ensure that Java SE 1.5 or 1.6 is installed and on your path by running:
           java -version
       OpenJPA requires Java 1.5 or later, but some features are only available
-      with Java 6.
+      with Java SE 6.
    2. Install the build tool Apache Maven 2.0.9 or later, from:
           http://maven.apache.org/
       If it is installed correctly, typing mvn -v from the console will result

Modified: openjpa/branches/2.0.0-beta/openjpa-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-project/CHANGES.txt?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.0.0-beta/openjpa-project/CHANGES.txt Mon Jan 25 02:51:01 2010
@@ -1,4 +1,4 @@
-                           OpenJPA 2.0.0 Milestone 4
+                           Apache OpenJPA 2.0.0 Beta
                            -------------------------
 
 Content
@@ -26,11 +26,11 @@
    Community Process JSR-317 (JPA 2.0) release on 12/10/2009.
 
    Some of the key features included in this distribution:
-     * TBD
+     * Passes JPA 2.0 TCK
 
 
-   This Milestone 4 distribution is based upon the contributions provided in
-   development iterations 12 through XXX, as defined in the JPA 2.0 Roadmap at:
+   This Beta distribution is based upon the contributions provided in
+   development iterations 12 through 14, as defined in the JPA 2.0 Roadmap at:
        http://openjpa.apache.org/jpa-20-roadmap.html
 
    The JPA 2.0 Roadmap contains a complete list of implemented features and
@@ -63,7 +63,7 @@
 
 Notices
 -------
-   Copyright 2006-2009 Apache Software Foundation
+   Copyright 2006-2010 Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
@@ -119,14 +119,14 @@
         * Bugs and other issues can be posted on the project JIRA.
 
 
-Included Changes in OpenJPA Milestone 4
----------------------------------------
+Included Changes in OpenJPA 2.0.0 Beta
+--------------------------------------
 
     * TBD
 
 
-Included Changes in OpenJPA Milestone 3
----------------------------------------
+Included Changes in OpenJPA 2.0.0 Milestone 3
+---------------------------------------------
 
 Sub-task
 --------

Modified: openjpa/branches/2.0.0-beta/openjpa-project/NOTICE.txt
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-project/NOTICE.txt?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-project/NOTICE.txt (original)
+++ openjpa/branches/2.0.0-beta/openjpa-project/NOTICE.txt Mon Jan 25 02:51:01 2010
@@ -1,5 +1,6 @@
-OpenJPA Aggregate Jar with Dependencies
-Copyright 2006-2009 Apache Software Foundation
+
+Apache OpenJPA Aggregate Jar with Dependencies
+Copyright 2006,2010 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: openjpa/branches/2.0.0-beta/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-project/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-project/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-project/pom.xml Mon Jan 25 02:51:01 2010
@@ -41,7 +41,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
 
     <properties>

Modified: openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml Mon Jan 25 02:51:01 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-slice</artifactId>

Modified: openjpa/branches/2.0.0-beta/openjpa-xmlstore/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-xmlstore/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa-xmlstore/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa-xmlstore/pom.xml Mon Jan 25 02:51:01 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/2.0.0-beta/openjpa/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/openjpa/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/openjpa/pom.xml Mon Jan 25 02:51:01 2010
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
 
     <build>

Modified: openjpa/branches/2.0.0-beta/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/pom.xml?rev=902687&r1=902686&r2=902687&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/pom.xml Mon Jan 25 02:51:01 2010
@@ -54,7 +54,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-beta</version>
     <url>http://openjpa.apache.org</url>
     <issueManagement>
         <system>jira</system>
@@ -1021,8 +1021,8 @@
     </distributionManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/trunk</developerConnection>
-        <url>http://svn.apache.org/repos/asf/openjpa/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta</developerConnection>
+        <url>http://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta</url>
     </scm>
 </project>