FWIW, I think that RAT was run at some point during the process.

-Patrick

-- 
Patrick Linskey
BEA Systems, Inc.
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it. 

> -----Original Message-----
> From: James Strachan [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, April 24, 2007 9:57 PM
> To: general@incubator.apache.org
> Subject: Re: [VOTE] approve release of OpenJPA 0.9.7
> 
> +1 looks good to me.
> 
> It might be worth running RAT against the release next time 
> to double check that all the license headers are properly applied etc.
> 
> On 4/24/07, Michael Dick <[EMAIL PROTECTED]> wrote:
> > We held a vote on [EMAIL PROTECTED] to 
> publish a new 
> > release of OpenJPA.
> > The vote email thread is available here:
> > 
> http://www.nabble.com/-VOTE---THIRD-ATTEMPT--publish-openjpa-0.9.7-inc
> > 
> ubating-release-tf3620224.html<http://www.mail-archive.com/tuscany-dev
> > @ws.apache.org/msg15640.html>
> >
> > In summary we have 6 +1 votes, and no 0s or -1s.
> >
> > We would like to request approval from the Incubator PMC to release 
> > OpenJPA 0.9.7.
> >
> > 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-bin
> > 
> ary.zip<http://people.apache.org/%7Emikedd/staging-repository/org/apac
> > 
> he/openjpa/openjpa-project/0.9.7-incubating/openjpa-project-0.9.7-incu
> > bating-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-bin
> > 
> ary.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-bin
> > 
> ary.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-sou
> > rce.zip 
> > 
> <http://people.apache.org/%7Emikedd/staging-repository/org/apache/open
> > 
> jpa/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-sou
> > rce.zip.asc 
> > 
> <http://people.apache.org/%7Emikedd/staging-repository/org/apache/open
> > 
> jpa/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-sou
> > rce.zip.md5 
> > 
> <http://people.apache.org/%7Emikedd/staging-repository/org/apache/open
> > 
> jpa/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-incu
> > bating-RC2
> >
> >
> > 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<http://peo
> ple.apache.org/%7Emikedd/staging-repository>
> >             </url>
> >         </repository>
> >         . . .
> >      </repositories>
> >     . . .
> >
> >     <dependencies>
> >         <dependency>
> >             <groupId>org.apache.openjpa</groupId>
> >             <artifactId>openjpa-all</artifactId>
> >             <version>0.9.7-incubating</version>
> >         </dependency>
> >         . . .
> >     </dependencies>
> >
> > Known issues :
> > There are a few .rsrc files included in the release which do not 
> > contain licensing information. The issue has been discussed 
> in several 
> > threads on the open-jpa-dev mailing list (links follow). To 
> summarize :
> > orm-xsd.rsrc and persistence-xsd.rsrc are copies of the 
> official JPA 
> > schemas under CDDL that are properly attributed in LICENSE.txt 
> > java-keywords.rsrc does not contain IP.
> > schemas-doctype.rsrc does contain IP, however the parser 
> for this file 
> > does not support comments.
> >
> > These issues will be addressed in a future release.
> > For more information please see the discussion on the mailing list 
> > (roughly) starting here 
> > http://www.nabble.com/forum/ViewPost.jtp?post=10022158&framed=y
> >
> > 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 15:00 CST on Friday April 27th.
> > A "+1" indicates that you approve of the release, a "-1" 
> indicates a 
> > vote against making a release
> >
> > Thank you,
> > --
> > -Michael Dick
> >
> 
> 
> -- 
> 
> James
> -------
> http://radio.weblogs.com/0112098/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

Notice:  This email message, together with any attachments, may contain 
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated 
entities,  that may be confidential,  proprietary,  copyrighted  and/or legally 
privileged, and is intended solely for the use of the individual or entity 
named in this message. If you are not the intended recipient, and have received 
this message in error, please immediately return this by email and then delete 
it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to