You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2011/11/14 10:32:08 UTC

Apache Wicket 1.5.3 is released

This is the third maintenance release of the Wicket 1.5.x series.

This release brings over 25 bug fixes and 15 improvements.

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

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

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

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

The Wicket Team