|
|
|
Kevin Sutter
|
As I was attempting to verify some of the driver artifacts, I came across an
item that confused me. So, maybe it would confuse other readers as well... When looking at the driver, I followed the openjpa"-all" path (note that the "-all" is dropped from our package names when doing a release). In this directory, I found the following files: Index of /~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/openjpa/1.0.3 openjpa-1.0.3-sources.jar <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/openjpa/1.0.3/openjpa-1.0.3-sources.jar> : openjpa-1.0.3.jar <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/openjpa/1.0.3/openjpa-1.0.3.jar> : openjpa-1.0.3.pom <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/openjpa/1.0.3/openjpa-1.0.3.pom> What threw me for a second was the openjpa-1.0.3-sources.jar. Since the openjpa-1.0.3.jar aggregates all of the binary class files for the project, I figured the sources jar file would contain all of the source for the project. But, no, only the sources for the openjpa"-all" sub-project were includes (3 text files). I ran this by Mike and he explained that this was a known situation with the processing of the openjpa"-all" sub-project. The collecting of the binary class files in this sub-project is just a convenience while we are doing development of the OpenJPA project. The real collection of binary, source, and javadoc for the whole project is in the apache-openjpa directory: Index of /~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3 Since I was briefly confused, I thought maybe others would be as well, thus this note. Kevin On Thu, Jul 17, 2008 at 4:32 PM, Michael Dick <michael.d.dick@...> wrote: > OpenJPA Developers, > > A candidate build for OpenJPA 1.0.3 is available on > http://people.apache.org/~mikedd <http://people.apache.org/%7Emikedd> < > http://people.apache.org/%7Emikedd> in the > following locations. > > Source archive: > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip > > > Binary archive: > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip > > > *GPG signatures and checksums (MD5 and SHA1) can be found in the parent > directory: > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/ > > > > Documentation has also been published in the following locations. > Manual : > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/ > > > Javadoc : > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/ > > > Release Notes : > > http://svn.apache.org/viewvc/openjpa/tags/1.0.3/openjpa-project/RELEASE-NOTES.html?revision=677734&view=markup > > In addition maven artifacts have been published to a staging repository on > people.apache.org. You may use the staging repository by adding the > following information in pom.xml : > <repositories> > . . . > <repository> > <id>OpenJPA 1.0.3 staging repository</id> > <name>OpenJPA 1.0.3 staging repository</name> > <url> > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/> > <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/> > > </url> > </repository> > </repositories> > . . . > <dependencies> > . . . > <dependency> > <groupId>org.apache.openjpa</groupId> > <artifactId>openjpa</artifactId> > <version>1.0.3</version> > </dependency> > </dependencies> > > The Release Audit Tool maven plugin was executed with the build candidate > and no problems were found. > > 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 4:35 CST Tuesday July 22, 2008. A "+1" > indicates that you approve of the release, a "-1" indicates a vote against > making a release. > > Thanks in advance for your help in ratifying this release! > > -- -Michael Dick > |
|||||||||||||||
|
Kevin Sutter
|
+1 for the release. I don't have the capabilities to test out all of the
required signature files, but, the general content of the release looks solid. And, the sniff testing all looks good. Thanks, Mike, Kevin On Mon, Jul 21, 2008 at 9:49 AM, Kevin Sutter <kwsutter@...> wrote: > As I was attempting to verify some of the driver artifacts, I came across > an item that confused me. So, maybe it would confuse other readers as > well... > > When looking at the driver, I followed the openjpa"-all" path (note that > the "-all" is dropped from our package names when doing a release). In this > directory, I found the following files: > > Index of > /~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/openjpa/1.0.3 > > openjpa-1.0.3-sources.jar <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/openjpa/1.0.3/openjpa-1.0.3-sources.jar> > > : > openjpa-1.0.3.jar <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/openjpa/1.0.3/openjpa-1.0.3.jar> > : > openjpa-1.0.3.pom <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/openjpa/1.0.3/openjpa-1.0.3.pom> > > What threw me for a second was the openjpa-1.0.3-sources.jar. Since the > openjpa-1.0.3.jar aggregates all of the binary class files for the project, > I figured the sources jar file would contain all of the source for the > project. But, no, only the sources for the openjpa"-all" sub-project were > includes (3 text files). > > I ran this by Mike and he explained that this was a known situation with > the processing of the openjpa"-all" sub-project. The collecting of the > binary class files in this sub-project is just a convenience while we are > doing development of the OpenJPA project. The real collection of binary, > source, and javadoc for the whole project is in the apache-openjpa > directory: > > Index of > /~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3 > > Since I was briefly confused, I thought maybe others would be as well, thus > this note. > > Kevin > > On Thu, Jul 17, 2008 at 4:32 PM, Michael Dick <michael.d.dick@...> > wrote: > >> OpenJPA Developers, >> >> A candidate build for OpenJPA 1.0.3 is available on >> http://people.apache.org/~mikedd <http://people.apache.org/%7Emikedd> < >> http://people.apache.org/%7Emikedd> in the >> following locations. >> >> Source archive: >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip >> > >> Binary archive: >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip >> > >> *GPG signatures and checksums (MD5 and SHA1) can be found in the parent >> directory: >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/ >> > >> >> Documentation has also been published in the following locations. >> Manual : >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/ >> > >> Javadoc : >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/ >> > >> Release Notes : >> >> http://svn.apache.org/viewvc/openjpa/tags/1.0.3/openjpa-project/RELEASE-NOTES.html?revision=677734&view=markup >> >> In addition maven artifacts have been published to a staging repository on >> people.apache.org. You may use the staging repository by adding the >> following information in pom.xml : >> <repositories> >> . . . >> <repository> >> <id>OpenJPA 1.0.3 staging repository</id> >> <name>OpenJPA 1.0.3 staging repository</name> >> <url> >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/> >> <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/> >> >> </url> >> </repository> >> </repositories> >> . . . >> <dependencies> >> . . . >> <dependency> >> <groupId>org.apache.openjpa</groupId> >> <artifactId>openjpa</artifactId> >> <version>1.0.3</version> >> </dependency> >> </dependencies> >> >> The Release Audit Tool maven plugin was executed with the build candidate >> and no problems were found. >> >> 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 4:35 CST Tuesday July 22, 2008. A "+1" >> indicates that you approve of the release, a "-1" indicates a vote against >> making a release. >> >> Thanks in advance for your help in ratifying this release! >> >> -- -Michael Dick >> > > |
|||||||||||||||
|
Albert Lee
|
+1.
Albert Lee. On Thu, Jul 17, 2008 at 4:32 PM, Michael Dick <michael.d.dick@...> wrote: > OpenJPA Developers, > > A candidate build for OpenJPA 1.0.3 is available on > http://people.apache.org/~mikedd <http://people.apache.org/%7Emikedd> < > http://people.apache.org/%7Emikedd> in the > following locations. > > Source archive: > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip > > > Binary archive: > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip > > > *GPG signatures and checksums (MD5 and SHA1) can be found in the parent > directory: > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/ > > > > Documentation has also been published in the following locations. > Manual : > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/ > > > Javadoc : > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/> > < > http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/ > > > Release Notes : > > http://svn.apache.org/viewvc/openjpa/tags/1.0.3/openjpa-project/RELEASE-NOTES.html?revision=677734&view=markup > > In addition maven artifacts have been published to a staging repository on > people.apache.org. You may use the staging repository by adding the > following information in pom.xml : > <repositories> > . . . > <repository> > <id>OpenJPA 1.0.3 staging repository</id> > <name>OpenJPA 1.0.3 staging repository</name> > <url> > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/> > <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/> > > </url> > </repository> > </repositories> > . . . > <dependencies> > . . . > <dependency> > <groupId>org.apache.openjpa</groupId> > <artifactId>openjpa</artifactId> > <version>1.0.3</version> > </dependency> > </dependencies> > > The Release Audit Tool maven plugin was executed with the build candidate > and no problems were found. > > 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 4:35 CST Tuesday July 22, 2008. A "+1" > indicates that you approve of the release, a "-1" indicates a vote against > making a release. > > Thanks in advance for your help in ratifying this release! > > -- -Michael Dick > -- Albert Lee. |
|||||||||||||||
|
Patrick Linskey-2
|
+1. The build looks good to me.
-Patrick On Jul 17, 2008, at 2:32 PM, Michael Dick wrote: > OpenJPA Developers, > > A candidate build for OpenJPA 1.0.3 is available on > http://people.apache.org/~mikedd <http://people.apache.org/ > %7Emikedd> in the > following locations. > > Source archive: > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip > <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip > > > Binary archive: > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip > <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip > > > *GPG signatures and checksums (MD5 and SHA1) can be found in the > parent > directory: > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/ > <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/ > > > > Documentation has also been published in the following locations. > Manual : > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/ > <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/ > > > Javadoc : > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/ > <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/ > > > Release Notes : > http://svn.apache.org/viewvc/openjpa/tags/1.0.3/openjpa-project/RELEASE-NOTES.html?revision=677734&view=markup > > In addition maven artifacts have been published to a staging > repository on > people.apache.org. You may use the staging repository by adding the > following information in pom.xml : > <repositories> > . . . > <repository> > <id>OpenJPA 1.0.3 staging repository</id> > <name>OpenJPA 1.0.3 staging repository</name> > <url> > > http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/ > > > > </url> > </repository> > </repositories> > . . . > <dependencies> > . . . > <dependency> > <groupId>org.apache.openjpa</groupId> > <artifactId>openjpa</artifactId> > <version>1.0.3</version> > </dependency> > </dependencies> > > The Release Audit Tool maven plugin was executed with the build > candidate > and no problems were found. > > 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 4:35 CST Tuesday July 22, 2008. A > "+1" > indicates that you approve of the release, a "-1" indicates a vote > against > making a release. > > Thanks in advance for your help in ratifying this release! > > -- -Michael Dick Patrick Linskey 202 669 5907 |
|||||||||||||||
|
mikedd
|
With four +1 votes, zero 0 votes, and zero -1 votes the Apache OpenJPA 1.0.3
release has been approved. Binding +1 votes were received from: Michael Dick (implicit), Kevin Sutter, Albert Lee, Patrick Linskey. I'll update the downloads page, etc. later tonight. Thanks again to everyone who contributed to the release! -mike On Tue, Jul 22, 2008 at 5:37 PM, Patrick Linskey <plinskey@...> wrote: > +1. The build looks good to me. > > -Patrick > > On Jul 17, 2008, at 2:32 PM, Michael Dick wrote: > > OpenJPA Developers, >> >> A candidate build for OpenJPA 1.0.3 is available on >> http://people.apache.org/~mikedd <http://people.apache.org/%7Emikedd> < >> http://people.apache.org/%7Emikedd> in the >> following locations. >> >> Source archive: >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip >> > >> Binary archive: >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip >> > >> *GPG signatures and checksums (MD5 and SHA1) can be found in the parent >> directory: >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/ >> > >> >> Documentation has also been published in the following locations. >> Manual : >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/ >> > >> Javadoc : >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/> >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/ >> > >> Release Notes : >> >> http://svn.apache.org/viewvc/openjpa/tags/1.0.3/openjpa-project/RELEASE-NOTES.html?revision=677734&view=markup >> >> In addition maven artifacts have been published to a staging repository on >> people.apache.org. You may use the staging repository by adding the >> following information in pom.xml : >> <repositories> >> . . . >> <repository> >> <id>OpenJPA 1.0.3 staging repository</id> >> <name>OpenJPA 1.0.3 staging repository</name> >> <url> >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/<http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/> >> <http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/> >> >> </url> >> </repository> >> </repositories> >> . . . >> <dependencies> >> . . . >> <dependency> >> <groupId>org.apache.openjpa</groupId> >> <artifactId>openjpa</artifactId> >> <version>1.0.3</version> >> </dependency> >> </dependencies> >> >> The Release Audit Tool maven plugin was executed with the build candidate >> and no problems were found. >> >> 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 4:35 CST Tuesday July 22, 2008. A "+1" >> indicates that you approve of the release, a "-1" indicates a vote against >> making a release. >> >> Thanks in advance for your help in ratifying this release! >> >> -- -Michael Dick >> > > -- > Patrick Linskey > 202 669 5907 > > |
|||||||||||||||
| Free Forum Powered by Nabble | Forum Help |