You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Zilvinas Vilutis <ci...@gmail.com> on 2011/03/03 20:17:04 UTC

Re: [announce] Wicket Stuff Core 1.5-rc2 is released

Hi,

I'm getting a missing resource error:

Missing:
----------
1) org.wicketstuff:annotation:jar:1.5-rc2

  Try downloading the file manually from the project website.

Seems that the project version is not changed in the pom.xml:

https://github.com/wicketstuff/core/blob/wicketstuff-core-1.5-rc2/jdk-1.5-parent/annotation/pom.xml



Regards


Žilvinas Vilutis

Mobile:   (+370) 652 38353
E-mail:   cikasfm@gmail.com



On Sat, Feb 26, 2011 at 2:44 PM, Michael O'Cleirigh
<mi...@rivulet.ca> wrote:
> Hello,
>
> Following the release of wicket 1.5-rc2 I've cut a matching release for
> wicketstuff-core (https://github.com/wicketstuff/core).
>
> The artifacts have been promoted and are now available through the maven
> central repository.
>
> They can be retrieved like this:
>
> <dependency>
> <groupId>org.wicketstuff</groupId>
> <artifactId>wicketstuff-springreference</artifactId>
> <version>1.5-rc2</version>
> </dependency>
>
> The release tag is here:
> https://github.com/wicketstuff/core/tree/wicketstuff-core-1.5-rc2
>
> Issues can be reported here: https://github.com/wicketstuff/core/issues
>
> The Project Wiki is available here: https://github.com/wicketstuff/core/wiki
>
> Release Notes - WicketStuff Core - Version 1.5-rc2:
>
> akiraly (35 commits):
> Summary:
>    Contributed new wicketstuff-springreference project.
>    Contributed new wicketstuff-logback project.
>    Various pom updates to better align with upstream wicket release.
>    Upgrade from jetty 6 to jetty 7.
>    Assorted pom changes to improve the consistency of dependencies used.
>
> Martin Grigorov (22):
> Summary:
>
>      Issue 10 - Fix wicket-scala-sample in master branch due to upstream
> change
>      Issue 11 - shiro-example-spring-hibernate pom has a wrong parent
> version.
>      Update Maven dependencies to newer versions (version that match
> Wicket's dependencies)
>      Improvements to the scala integration project.
>
> Michael O'Cleirigh (7 commits):
> Summary:
>      Fixing breakage caused by upstream wicket changes since 1.5-RC1.
>      Minor changes related to the release.
>
> Christian Strempfer (3 commits):
> Summary:
>      Fixed a bug, which causes the InputBehavior to execute multiple times
> after an AJAX update.
>
> To see a list of all the commits between wicketstuff-core-1.5-RC1.1 and
> wicketstuff-core-1.5-rc2 use this command (on branch master in the root
> directory):
>
> git log --name-only wicketstuff-core-1.5-rc2 wicketstuff-core-1.5-RC1.1..
>
> The plan is to release a 1.5 series version within one month from today.
>  If you commit code and/or want a release sooner let me know as one month is
> the worst case target.
>
> Regards,
>
> Mike
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: [announce] Wicket Stuff Core 1.5-rc2 is released

Posted by Martin Grigorov <mg...@apache.org>.
annotation project is not yet migrated to 1.5
it is commented in jdk-1.5/pom.xml

On Thu, Mar 3, 2011 at 9:17 PM, Zilvinas Vilutis <ci...@gmail.com> wrote:

> Hi,
>
> I'm getting a missing resource error:
>
> Missing:
> ----------
> 1) org.wicketstuff:annotation:jar:1.5-rc2
>
>  Try downloading the file manually from the project website.
>
> Seems that the project version is not changed in the pom.xml:
>
>
> https://github.com/wicketstuff/core/blob/wicketstuff-core-1.5-rc2/jdk-1.5-parent/annotation/pom.xml
>
>
>
> Regards
>
>
> Žilvinas Vilutis
>
> Mobile:   (+370) 652 38353
> E-mail:   cikasfm@gmail.com
>
>
>
> On Sat, Feb 26, 2011 at 2:44 PM, Michael O'Cleirigh
> <mi...@rivulet.ca> wrote:
> > Hello,
> >
> > Following the release of wicket 1.5-rc2 I've cut a matching release for
> > wicketstuff-core (https://github.com/wicketstuff/core).
> >
> > The artifacts have been promoted and are now available through the maven
> > central repository.
> >
> > They can be retrieved like this:
> >
> > <dependency>
> > <groupId>org.wicketstuff</groupId>
> > <artifactId>wicketstuff-springreference</artifactId>
> > <version>1.5-rc2</version>
> > </dependency>
> >
> > The release tag is here:
> > https://github.com/wicketstuff/core/tree/wicketstuff-core-1.5-rc2
> >
> > Issues can be reported here: https://github.com/wicketstuff/core/issues
> >
> > The Project Wiki is available here:
> https://github.com/wicketstuff/core/wiki
> >
> > Release Notes - WicketStuff Core - Version 1.5-rc2:
> >
> > akiraly (35 commits):
> > Summary:
> >    Contributed new wicketstuff-springreference project.
> >    Contributed new wicketstuff-logback project.
> >    Various pom updates to better align with upstream wicket release.
> >    Upgrade from jetty 6 to jetty 7.
> >    Assorted pom changes to improve the consistency of dependencies used.
> >
> > Martin Grigorov (22):
> > Summary:
> >
> >      Issue 10 - Fix wicket-scala-sample in master branch due to upstream
> > change
> >      Issue 11 - shiro-example-spring-hibernate pom has a wrong parent
> > version.
> >      Update Maven dependencies to newer versions (version that match
> > Wicket's dependencies)
> >      Improvements to the scala integration project.
> >
> > Michael O'Cleirigh (7 commits):
> > Summary:
> >      Fixing breakage caused by upstream wicket changes since 1.5-RC1.
> >      Minor changes related to the release.
> >
> > Christian Strempfer (3 commits):
> > Summary:
> >      Fixed a bug, which causes the InputBehavior to execute multiple
> times
> > after an AJAX update.
> >
> > To see a list of all the commits between wicketstuff-core-1.5-RC1.1 and
> > wicketstuff-core-1.5-rc2 use this command (on branch master in the root
> > directory):
> >
> > git log --name-only wicketstuff-core-1.5-rc2 wicketstuff-core-1.5-RC1.1..
> >
> > The plan is to release a 1.5 series version within one month from today.
> >  If you commit code and/or want a release sooner let me know as one month
> is
> > the worst case target.
> >
> > Regards,
> >
> > Mike
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>