@Martijn; will maven-release-plugin be happy with this ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov
On Tue, Sep 16, 2014 at 10:59 AM, Ernesto Reinaldo Barreiro < [email protected]> wrote: > @Martin, > > Would it make sense to use ${project.version}. So that this is automatic? > > On Tue, Sep 16, 2014 at 9:40 AM, <[email protected]> wrote: > > > Repository: wicket > > Updated Branches: > > refs/heads/wicket-6.x 72dd4d205 -> e84792753 > > > > > > Update dependencies to 6.18.0-SNAPSHOT > > > > > > Project: http://git-wip-us.apache.org/repos/asf/wicket/repo > > Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e8479275 > > Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e8479275 > > Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e8479275 > > > > Branch: refs/heads/wicket-6.x > > Commit: e84792753e8e31c9887e096ee2c2fee1f6154f16 > > Parents: 72dd4d2 > > Author: Martin Tzvetanov Grigorov <[email protected]> > > Authored: Tue Sep 16 10:40:31 2014 +0300 > > Committer: Martin Tzvetanov Grigorov <[email protected]> > > Committed: Tue Sep 16 10:40:31 2014 +0300 > > > > ---------------------------------------------------------------------- > > pom.xml | 40 ++++++++++++++++++++-------------------- > > 1 file changed, 20 insertions(+), 20 deletions(-) > > ---------------------------------------------------------------------- > > > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/e8479275/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/pom.xml b/pom.xml > > index e516d96..3a46f37 100644 > > --- a/pom.xml > > +++ b/pom.xml > > @@ -202,7 +202,7 @@ > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <!-- It seems there is a bug in Maven > > (2.2.1 & 3.0.1) and > > type 'pom' is not properly inherited. > I.e. > > the > > dependency management doesn't work --> > > @@ -211,109 +211,109 @@ > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-core</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-cdi</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-devutils</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-request</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > > <artifactId>wicket-extensions</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-util</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-guice</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-ioc</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-jmx</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-spring</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > > <artifactId>wicket-auth-roles</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-datetime</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-velocity</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > > > <artifactId>wicket-bean-validation</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > > > <artifactId>wicket-native-websocket-core</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > > > <artifactId>wicket-native-websocket-jetty</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > > > <artifactId>wicket-native-websocket-jetty9</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > > > <artifactId>wicket-native-websocket-tomcat</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > @@ -325,7 +325,7 @@ > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-cdi-1.1</artifactId> > > - <version>6.17.0-SNAPSHOT</version> > > + <version>6.18.0-SNAPSHOT</version> > > </dependency> > > <dependency> > > <groupId>junit</groupId> > > > > > > > -- > Regards - Ernesto Reinaldo Barreiro >
