Version 1.3.0 has been made available on sourceforge and the
wicketstuff maven repository.

For those who cannot wait to get there hands on this release here are
instruction on how to obtain your copy
Maven users update your pom to version 1.3.0 (wasp, swarm and the examples)
Also make sure your wicket-stuff repository is set to download releases as well:
<repositories>
               <repository>
                       <id>wicket-snaps</id>
                       <url>http://wicketstuff.org/maven/repository</url>
                       <snapshots>
                               <enabled>true</enabled>
                       </snapshots>
                       <releases>
                               <enabled>true</enabled>   <<<<<important
                       </releases>
               </repository>
       </repositories>

Or you can download all the files from sourceforge
http://sourceforge.net/project/showfiles.php?group_id=134391

Changes
-A couple of bugs were found and fixed
-We made sure everything runs on wicket1.3.0 as well as 1.3.1

Maurice

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to