You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Sebastien <se...@gmail.com> on 2015/08/03 23:55:58 UTC

Wicket jQuery UI 7.0.0 pre-release

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

Re: Wicket jQuery UI 7.0.0 pre-release

Posted by Sebastien <se...@gmail.com>.
Here is the changelog, sorry for the delay!
https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-7.0.0



On Mon, Aug 3, 2015 at 11:55 PM, Sebastien <se...@gmail.com> wrote:

> 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
>