+1

Catalina

On Mon, Jan 18, 2010 at 5:53 AM, Pinaki Poddar <[email protected]> wrote:

>
>
> +1
>
>
> Michael Dick wrote:
> >
> > Results :
> >
> > +1 : 4 Kevin Sutter, Donald Woods, Albert Lee, Rick Curtis, Michael Dick
> >
> > +0 : 0
> >
> > -1 : 0
> >
> > The vote passes and I'll start publishing the release. Thanks to everyone
> > who evaluated and voted on the release!
> >
> > -mike
> >
> >
> > On Fri, Jan 15, 2010 at 11:25 AM, Rick Curtis <[email protected]>
> wrote:
> >
> >> +1
> >>
> >> On Wed, Jan 13, 2010 at 5:13 PM, Michael Dick <[email protected]
> >> >wrote:
> >>
> >> > OpenJPA Developers,
> >> >
> >> > A candidate build for OpenJPA 1.2.2 is available on
> >> > http://people.apache.org/~mikedd <http://people.apache.org/%7Emikedd><
> http://people.apache.org/%7Emikedd> <
> >> http://people.apache.org/%7Emikedd> in
> >> > the following locations.
> >> >
> >> > Source archive:
> >> >
> >> >
> >>
> http://people.apache.org/~mikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/apache-openjpa-1.2.2-source.zip<http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/apache-openjpa-1.2.2-source.zip>
> <
> http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/apache-openjpa-1.2.2-source.zip
> >
> >> <
> >>
> http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/apache-openjpa-1.2.2-source.zip
> >> >
> >> > Binary archive:
> >> >
> >> >
> >>
> http://people.apache.org/~mikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/apache-openjpa-1.2.2-binary.zip<http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/apache-openjpa-1.2.2-binary.zip>
> <
> http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/apache-openjpa-1.2.2-binary.zip
> >
> >> <
> >>
> http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/apache-openjpa-1.2.2-binary.zip
> >> >
> >> >
> >> > *GPG signatures and checksums (MD5 and SHA1) can be found in the
> parent
> >> > directory:
> >> >
> >> >
> >>
> http://people.apache.org/~mikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/<http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/>
> <
> http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/
> >
> >> <
> >>
> http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo/org/apache/openjpa/apache-openjpa/1.2.2/
> >> >
> >> >
> >> > Documentation has also been published in the following locations.
> >> > Manual :
> >> >
> >> >
> >>
> http://people.apache.org/~mikedd/openjpa/1.2.2/staging-site/apache-openjpa-1.2.2/docs/manual/index.html<http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-site/apache-openjpa-1.2.2/docs/manual/index.html>
> <
> http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-site/apache-openjpa-1.2.2/docs/manual/index.html
> >
> >> <
> >>
> http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-site/apache-openjpa-1.2.2/docs/manual/index.html
> >> >
> >> > Javadoc :
> >> >
> >> http://people.apache.org/~mikedd/openjpa/1.2.2/staging-site/apidocs/<http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-site/apidocs/>
> <http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-site/apidocs/>
> >> <http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-site/apidocs/
> >
> >> > Release Notes :
> >> >
> >> >
> >>
> http://svn.apache.org/viewvc/openjpa/tags/1.2.2/openjpa-project/RELEASE-NOTES.html?view=co&revision=898935
> >> >
> >> > 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>mikedd staging repo</id>
> >> >            <name>mikedd staging repository repo</name>
> >> >            <url>
> >> >
> >> http://people.apache.org/~mikedd/openjpa/1.2.2/staging-repo<http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo>
> <http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo>
> >> <http://people.apache.org/%7Emikedd/openjpa/1.2.2/staging-repo>
> >> > </url>
> >> >        </repository>
> >> >  </repositories>
> >> > . . .
> >> >  <dependencies> . . .
> >> >        <dependency>
> >> >            <groupId>org.apache.openjpa</groupId>
> >> >            <artifactId>openjpa</artifactId>
> >> >            <version>1.2.2</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 23:15 UTC Saturday January 16, 2010.
> >> >
> >> > 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
> >> >
> >>
> >>
> >>
> >> --
> >> Thanks,
> >> Rick
> >>
> >
> >
>
>
> -----
> Pinaki
> --
> View this message in context:
> http://n2.nabble.com/VOTE-Approve-OpenJPA-1-2-2-release-tp4385474p4413698.html
> Sent from the OpenJPA Developers mailing list archive at Nabble.com.
>

Reply via email to