I've prepared a mail to announce the new version. Should we add
something else in the noteworthy? Please review:
This is the fourteenth maintenance release of the Wicket 6.x series.
This release brings 25 bug fixes and adds the following
changes/improvements:
* The second level page store has been disabled by default (see
https://issues.apache.org/jira/browse/WICKET-5554 for more details).
* Created new placeholder tag to indicate where header contributions
should appear.
See blog post entry at
http://wicketinaction.com/2014/03/header-contributions-positioning/
or paragraph 15.8 of the official guide.
Git tag:
release/wicket-6.15.0
Changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326259&styleName=&projectId=12310561
Maven:
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>6.15.0</version>
</dependency>
Download the full distribution (including source):
http://www.apache.org/dyn/closer.cgi/wicket/6.15.0
The Wicket team