Start new development version
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/4a8e3a8a Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/4a8e3a8a Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/4a8e3a8a Branch: refs/heads/wicket-7.x Commit: 4a8e3a8a7ab76a959466e36676dcd624d1ecaf27 Parents: eca23c1 Author: Martijn Dashorst <[email protected]> Authored: Wed Jul 20 10:00:52 2016 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Wed Jul 20 10:00:52 2016 +0200 ---------------------------------------------------------------------- archetypes/quickstart/pom.xml | 2 +- pom.xml | 48 +- release.out | 40858 +++++++++++++++++ testing/wicket-arquillian/pom.xml | 2 +- testing/wicket-common-tests/pom.xml | 2 +- testing/wicket-js-tests/pom.xml | 2 +- wicket-auth-roles/pom.xml | 2 +- wicket-bean-validation/pom.xml | 2 +- wicket-cdi-1.1/pom.xml | 2 +- wicket-cdi/pom.xml | 2 +- wicket-core/pom.xml | 2 +- wicket-datetime/pom.xml | 2 +- wicket-devutils/pom.xml | 2 +- wicket-examples/pom.xml | 2 +- wicket-experimental/pom.xml | 2 +- wicket-experimental/wicket-atmosphere/pom.xml | 4 +- wicket-experimental/wicket-metrics/pom.xml | 4 +- wicket-extensions/pom.xml | 2 +- wicket-guice/pom.xml | 2 +- wicket-ioc/pom.xml | 2 +- wicket-jmx/pom.xml | 2 +- wicket-native-websocket/pom.xml | 2 +- .../wicket-native-websocket-core/pom.xml | 2 +- .../wicket-native-websocket-javax/pom.xml | 2 +- .../wicket-native-websocket-jetty/pom.xml | 2 +- .../wicket-native-websocket-jetty9/pom.xml | 2 +- .../wicket-native-websocket-tomcat/pom.xml | 2 +- wicket-objectsizeof-agent/pom.xml | 2 +- wicket-request/pom.xml | 2 +- wicket-spring/pom.xml | 2 +- wicket-user-guide/pom.xml | 2 +- wicket-util/pom.xml | 2 +- wicket-velocity/pom.xml | 2 +- wicket/pom.xml | 2 +- 34 files changed, 40916 insertions(+), 58 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/4a8e3a8a/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 50f620b..85f33b4 100644 --- a/archetypes/quickstart/pom.xml +++ b/archetypes/quickstart/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-archetype-quickstart</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/4a8e3a8a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 53a6f92..cfba84a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Wicket Parent</name> <description>Wicket is a Java-based open source component web application framework.</description> @@ -268,7 +268,7 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.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 --> @@ -277,43 +277,43 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-auth-roles</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-bean-validation</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-cdi</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-cdi-1.1</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-datetime</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-devutils</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> @@ -324,91 +324,91 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-guice</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-ioc</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-jmx</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-core</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-javax</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-jetty</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-jetty9</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-tomcat</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-spring</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-util</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-velocity</artifactId> - <version>7.4.0-SNAPSHOT</version> + <version>7.5.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket7</groupId> <artifactId>wicket-metrics</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket7</groupId> <artifactId>wicket-atmosphere</artifactId> - <version>0.27-SNAPSHOT</version> + <version>0.28-SNAPSHOT</version> <type>jar</type> </dependency> <dependency>
