+1 provided you don't mind the issue described below. Tested building from the package, created an archetype, ran the examples, checked the signing.
Thing I found (I'd rather have it fixed, but don't think it is a blocker for a release): The tar ball doesn't extract to a subfolder, but rather directly to the current folder. I assume you created the tar ball using git archive. This has the option to add a prefix: git archive --format=tar.gz --prefix=apache-wicket-$version/ -o target/dist/apache-wicket-$version.tar.gz $tag Make sure you add a trailing '/' to the --prefix, otherwise it won't work. Martijn On Tue, Nov 6, 2012 at 10:34 AM, Martin Grigorov <[email protected]> wrote: > This vote is to release Apache Wicket 1.5.9 > > Git repo > http://git-wip-us.apache.org/repos/asf/wicket.git > > Branch name > build/wicket-1.5.9 > > Archived and signed Git repo > http://people.apache.org/~mgrigorov/wicket-1.5.9/ > > Changelog > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12322962 > > This vote ends Friday, November 9 at 12:00 (GMT+2) > > Please test the release and offer your vote. > > The Wicket team! -- Become a Wicket expert, learn from the best: http://wicketinaction.com
