You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Igor Vaynberg <ig...@gmail.com> on 2011/09/29 18:18:24 UTC

Wicket 1.5.1 released

This is the first maintenance release of the Wicket 1.5.x series. This
release brings over 40 bug fixes and 15 improvements.

Subversion tag
http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.1

Changelog
https://issues.apache.org/jira/secure/ReleaseNote.jspa?&version=12315430&projectId=12310561

To use in Maven:
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>1.5.1</version>
</dependency>

Download the full distribution
http://www.apache.org/dyn/closer.cgi/wicket/1.5.1 (including source)

The Wicket Team