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/10/17 11:10:04 UTC

Wicket 1.4.19 released

This is the nineteenth maintenance release of the Wicket 1.4.x series. This
release brings over 13 bug fixes and 5 improvements.

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

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

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

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


All users are recommended to upgrade to Apache Wicket 1.5.x series
(http://wicket.apache.org/2011/09/29/wicket-1.5.1-released.html)

The Wicket Team