Dear wicket-jquery-ui users,

Wicket jQuery UI 7.0.0 based on Apache Wicket 7.0.0 is now pre-released.

A pre-release means that it is available through the oss sonatype staging
repository, the aim is to have a chance to test the release before it
becomes definitive and pushed at maven central.

Staging Repository:

<repositories>
    <repository>
        <id>sonatype-releases</id>
        <name>Sonatype Releases Repository</name>
        <url>
https://oss.sonatype.org/content/repositories/comgooglecodewicket-jquery-ui-1024
</url>
    </repository>
</repositories>

Maven dependencies:

<!-- Wicket jQuery UI -->

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-jquery-ui</artifactId>
    <version>7.0.0</version>
</dependency>

<!-- Wicket Kendo UI -->

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-kendo-ui</artifactId>
    <version>7.0.0</version>
</dependency>

If you have any *question*, feel free to ask in the forum:
http://groups.google.com/group/wicket-jquery-ui/

If you notice any problem, please open an issue:
https://github.com/sebfz1/wicket-jquery-ui/issues

Feedbacks & votes are welcome!

Thanks in advance & enjoy,
Sebastien

Reply via email to