You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2011/04/03 12:08:13 UTC

[announce] Wicket 1.5-RC3 is released

The Wicket Team is proud to introduce the third Release Candidate in
Wicket 1.5 series. It includes bug fixes and improvements reported against
1.5-rc2. See the changelog for full list.

More detailed migration notes are available on our [Migrate to 1.5
Wiki Page](https://cwiki.apache.org/WICKET/migration-to-wicket-15.html)

Release Artifacts:
* Subversion tag:
http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC3
* Changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316220
* To use in Maven:
<dependency>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-core</artifactId>
   <version>1.5-RC3</version>
</dependency>
* Download the full distribution:
http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC3 (including source)

The Wicket Team!