On 06/27/2013 11:44 AM, sebb wrote: > On 27 June 2013 10:20, Thomas Neidhart <thomas.neidh...@gmail.com> wrote: >> On Sun, Jun 23, 2013 at 10:04 PM, Thomas Neidhart <thomas.neidh...@gmail.com >>> wrote: >> >>> Hi, >>> >>> I'd like to call a vote for releasing Commons Collections 4.0-alpha1 >>> based on RC1. >>> >>> The files: >>> >>> The artifacts are deployed to Nexus: >>> >>> https://repository.apache.org/content/repositories/orgapachecommons-060/org/apache/commons/commons-collections4/4.0-alpha1/ >>> >>> Distribution files: >>> https://dist.apache.org/repos/dist/dev/commons/collections/ >>> >>> The tag: >>> >>> https://svn.apache.org/repos/asf/commons/proper/collections/tags/COLLECTIONS_4_0_ALPHA1_RC1/ >>> >>> The site: >>> http://people.apache.org/builds/commons/collections/4.0-alpha1/RC1/ >>> >>> Additional Notes: >>> >>> o the download page and api links to older releases only work on >>> the published site and will be corrected after release. >>> >>> Please take a look at the commons-collections-4.0-alpha1 artifacts and >>> vote! >>> >>> ------------------------------------------------ >>> [ ] +1 release it. >>> [ ] +0 go ahead; I don't care. >>> [ ] -0 there are a few minor glitches: ... >>> [ ] -1 no, do not release it because ... >>> ------------------------------------------------ >>> >>> Vote will remain open for at least 72 hours. >>> >> >> The vote is cancelled due to the problems found regarding the generated >> javadoc. >> I will cut another RC using the latest Oracle JDK. > > Please use the appropriate -Pjava-1.x profile to ensure the > compilation and tests use the relevant Java version. > > Run Maven with Java 7, but compile/test with the correct version.
I did run it like that: mvn clean deploy -Prelease -Ptest-deploy -Pjava-1.5 after setting the JAVA_1_5_HOME environment variable correctly. The right javac / java executable is used, but the felix-bundle plugin will set the jvm that was used to start maven in the generated manifest: Build-Jdk: 1.7.0_25 Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org