+1
On Apr 16, 2007, at 9:10 AM, Michael Dick wrote:
OpenJPA People-
In accordance with the Incubating Releases guidelines at
http://incubator.apache.org/incubation/Incubation_Policy.html#Releases
, I've taken another shot at making a release and start a vote on
publishing
a "0.9.7-incubating" release of OpenJPA.
The release candidate is at:
http://people.apache.org/~mikedd/staging-repository/org/apache/
openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-
incubating-binary.zip<http://people.apache.org/%7Emikedd/staging-
repository/org/apache/openjpa/openjpa-project/0.9.7-incubating/
openjpa-project-0.9.7-incubating-binary.zip>
The GPG signature and MD5 checksums are at:
http://people.apache.org/~mikedd/staging-repository/org/apache/
openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-
incubating-binary.zip.asc<http://people.apache.org/%7Emikedd/
staging-repository/org/apache/openjpa/openjpa-project/0.9.7-
incubating/openjpa-project-0.9.7-incubating-binary.zip.asc>
http://people.apache.org/~mikedd/staging-repository/org/apache/
openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-
incubating-binary.zip.md5<http://people.apache.org/%7Emikedd/
staging-repository/org/apache/openjpa/openjpa-project/0.9.7-
incubating/openjpa-project-0.9.7-incubating-binary.zip.md5>
The sources, sources GPG signature and sources MD5 checksum are
available
at: http://people.apache.org/~mikedd/staging-repository/org/apache/
openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-
incubating-source.zip
<http://people.apache.org/%7Emikedd/staging-repository/org/apache/
openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-
incubating-source.zip>
http://people.apache.org/~mikedd/staging-repository/org/apache/
openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-
incubating-source.zip.asc
<http://people.apache.org/%7Emikedd/staging-repository/org/apache/
openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-
incubating-source.zip.asc>
http://people.apache.org/~mikedd/staging-repository/org/apache/
openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-
incubating-source.zip.md5
<http://people.apache.org/%7Emikedd/staging-repository/org/apache/
openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-
incubating-source.zip.md5>
A branch for this release candidate has been created at :
https://svn.apache.org/repos/asf/incubator/openjpa/branches/0.9.7-
incubating-RC2
<https://svn.apache.org/repos/asf/incubator/openjpa/tags/0.9.7-
incubating/>
The release has been published to a staging repository on
people.apache.org.
The staging repository may be used in a maven 2 build file by
adding the
following information :
. . .
<repositories>
<repository>
<id>staging-repository</id>
<name>mikedd's staging repository</name>
<url>
http://people.apache.org/~mikedd/staging-repository
</url>
</repository>
. . .
</repositories>
. . .
<dependencies>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-all</artifactId>
<version>0.9.7-incubating</version>
</dependency>
. . .
</dependencies>
Please vote to publish this incubating release on the project Web
page:
http://cwiki.apache.org/openjpa/downloads.html
This vote will remain open until 11:15 CST on Thursday April 19th
A "+1" indicates that you approve of the release, a "-1" indicates a
vote against making a release
--
-Michael Dick