diff --git a/openjpa-integration/daytrader/pom.xml b/openjpa-integration/daytrader/pom.xml index e9b4c9131..eb0612dd9 100644 --- a/openjpa-integration/daytrader/pom.xml +++ b/openjpa-integration/daytrader/pom.xml @@ -26,7 +26,7 @@ org.apache.openjpa openjpa-integration - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT openjpa-integration-daytrader diff --git a/openjpa-project/BUILDING.txt b/openjpa-project/BUILDING.txt index 567ba4dee..7be01518c 100644 --- a/openjpa-project/BUILDING.txt +++ b/openjpa-project/BUILDING.txt @@ -36,7 +36,7 @@ website at http://openjpa.apache.org/building-openjpa.html 3. Extract the source archive if you have not already done so. The source will create a new directory named: openjpa--source. Where 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=false -Dtest= $ 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 diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index bb0859272..1a440321e 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -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 ---------------------------------------- diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index e849291ed..f00744ebb 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -1,7 +1,7 @@ -Release Notes for Apache OpenJPA 2.0.0-SNAPSHOT +Release Notes for Apache OpenJPA 2.1.0-SNAPSHOT -

Release Notes for Apache OpenJPA 2.0.0-SNAPSHOT

+

Release Notes for Apache OpenJPA 2.1.0-SNAPSHOT