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/03/23 03:36:16 UTC

svn commit: r926438 - in /openjpa/trunk: openjpa-integration/daytrader/pom.xml openjpa-project/BUILDING.txt openjpa-project/CHANGES.txt openjpa-project/RELEASE-NOTES.html

Author: dwoods
Date: Tue Mar 23 02:36:15 2010
New Revision: 926438

URL: http://svn.apache.org/viewvc?rev=926438&view=rev
Log:
some additional trunk updates for the move to 2.1.0-SNAPSHOT

Modified:
    openjpa/trunk/openjpa-integration/daytrader/pom.xml
    openjpa/trunk/openjpa-project/BUILDING.txt
    openjpa/trunk/openjpa-project/CHANGES.txt
    openjpa/trunk/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/trunk/openjpa-integration/daytrader/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/daytrader/pom.xml?rev=926438&r1=926437&r2=926438&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/daytrader/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/daytrader/pom.xml Tue Mar 23 02:36:15 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>openjpa-integration-daytrader</artifactId>

Modified: openjpa/trunk/openjpa-project/BUILDING.txt
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/BUILDING.txt?rev=926438&r1=926437&r2=926438&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/BUILDING.txt (original)
+++ openjpa/trunk/openjpa-project/BUILDING.txt Tue Mar 23 02:36:15 2010
@@ -36,7 +36,7 @@ website at http://openjpa.apache.org/bui
    3. Extract the source archive if you have not already done so. 
       The source will create a new directory named:
       openjpa-<version>-source. Where <version> is the openjpa 
-      version, for example apache-openjpa-2.0.0-source.
+      version, for example apache-openjpa-2.1.0-source.
    4. Change to the openjpa source directory, which has already been created in
       the previous step.
    5. Build OpenJPA by running: mvn package or better mvn install. 
@@ -156,6 +156,6 @@ $ mvn clean install -DfailIfNoTests=fals
 
 $ ls openjpa-project/target/site/downloads/
 
-apache-openjpa-2.0.0-SNAPSHOT-binary.zip
-apache-openjpa-2.0.0-SNAPSHOT-source.zip
+apache-openjpa-2.1.0-SNAPSHOT-binary.zip
+apache-openjpa-2.1.0-SNAPSHOT-source.zip
  

Modified: openjpa/trunk/openjpa-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=926438&r1=926437&r2=926438&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar 23 02:36:15 2010
@@ -1,4 +1,4 @@
-                         Apache OpenJPA 2.0.0-SNAPSHOT
+                         Apache OpenJPA 2.1.0-SNAPSHOT
                          -----------------------------
 
 Content
@@ -19,8 +19,8 @@ Content
 
 Overview
 --------
-   The Apache OpenJPA community is proud to release a Beta 2 distribution of
-   OpenJPA 2.0.0. This distribution is based on the final JSR 317 Java 
+   The Apache OpenJPA community is proud to release a SNAPSHOT distribution of
+   OpenJPA 2.1.0. This distribution is based on the final JSR 317 Java 
    Persistence API, Version 2.0 specification and passes the JPA 2.0 TCK,
    while remaining backwards compatiable with prior releases based on the
    Java Persistence API (JPA 1.0) part of Java Community Process JSR-220
@@ -163,6 +163,14 @@ Getting Involved
         * Bugs and other issues can be posted on the project JIRA.
 
 
+Included Changes in OpenJPA 2.0.0
+---------------------------------
+
+
+Included Changes in OpenJPA 2.0.0 Beta 3
+----------------------------------------
+
+
 Included Changes in OpenJPA 2.0.0 Beta 2
 ----------------------------------------
 

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=926438&r1=926437&r2=926438&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar 23 02:36:15 2010
@@ -1,7 +1,7 @@
 <html>
-<title>Release Notes for Apache OpenJPA 2.0.0-SNAPSHOT</title>
+<title>Release Notes for Apache OpenJPA 2.1.0-SNAPSHOT</title>
 <body>
-<h1>Release Notes for Apache OpenJPA 2.0.0-SNAPSHOT</h1>
+<h1>Release Notes for Apache OpenJPA 2.1.0-SNAPSHOT</h1>
 <p>
 <ul>
   <li><a href="#Overview">Overview</a></li>
@@ -12,6 +12,8 @@
   <li><a href="#Notice">Notice</a></li>
   <li><a href="#ReleaseNotes">Release Notes</a></li>
   <ul>
+    <li><a href="#200">2.0.0</a></li>
+    <li><a href="#200beta3">2.0.0 Beta 3</a></li>
     <li><a href="#200beta2">2.0.0 Beta 2</a></li>
     <li><a href="#200beta">2.0.0 Beta</a></li>
     <li><a href="#200M3">2.0.0 Milestone 3</a></li>
@@ -26,8 +28,8 @@
 <h2><a name="Overview"></a>Overview</h2>
 
 <P>
-   The Apache OpenJPA community is proud to release a Beta 2 distribution of
-   OpenJPA 2.0.0. This distribution is based on the final JSR 317 Java
+   The Apache OpenJPA community is proud to release a SNAPSHOT distribution of
+   OpenJPA 2.1.0. This distribution is based on the final JSR 317 Java
    Persistence API, Version 2.0 specification and passes the JPA 2.0 TCK,
    while remaining backwards compatiable with prior releases based on the
    Java Persistence API (JPA 1.0) part of Java Community Process JSR-220
@@ -228,6 +230,12 @@ in each release of OpenJPA.</P>
 <h2><a name="ReleaseNotes">Release Notes</h2>
 
 <hr>
+<h3><a name="200">OpenJPA 2.0.0</h3>
+
+<hr>
+<h3><a name="200beta3">OpenJPA 2.0.0-beta3</h3>
+
+<hr>
 <h3><a name="200beta2">OpenJPA 2.0.0-beta2</h3>
 <h4>Bug</h4>
 <ul>