Updated Branches: refs/heads/master dc0b05ff5 -> 7b14c315d
Release plugin conveniently forgot dependencies Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7b14c315 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7b14c315 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7b14c315 Branch: refs/heads/master Commit: 7b14c315dd2b5df56f51708ac369c3ef93bffaa9 Parents: dc0b05f Author: Martijn Dashorst <[email protected]> Authored: Wed Sep 26 11:56:05 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Wed Sep 26 11:56:05 2012 +0200 ---------------------------------------------------------------------- pom.xml | 28 ++++++++++++++-------------- testing/wicket-threadtest/pom.xml | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/7b14c315/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 322c3c6..5084c8b 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,7 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-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 --> @@ -207,79 +207,79 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-cdi</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-devutils</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-util</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-guice</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-ioc</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-jmx</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-spring</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-auth-roles</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-datetime</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-velocity</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/wicket/blob/7b14c315/testing/wicket-threadtest/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml index 23ace70..e95ed72 100644 --- a/testing/wicket-threadtest/pom.xml +++ b/testing/wicket-threadtest/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-threadtest</artifactId>
