some additional trunk updates for the move to 2.1.0-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@926438 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-23 02:36:15 +00:00
parent b5b65a7d4b
commit 8bf38a7fee
4 changed files with 27 additions and 11 deletions

View File

@ -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>

View File

@ -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-<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=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

View File

@ -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
----------------------------------------

View File

@ -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
@ -227,6 +229,12 @@ in each release of OpenJPA.</P>
<hr>
<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>