Updated Branches: refs/heads/master 7b14c315d -> 5f5eaff34
6.1.0-SNAPSHOT works correctly with the maven release plugin Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5f5eaff3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5f5eaff3 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5f5eaff3 Branch: refs/heads/master Commit: 5f5eaff341b1b7c3d88008bd6e7383cc5727480f Parents: 7b14c31 Author: Martijn Dashorst <[email protected]> Authored: Wed Sep 26 14:26:48 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Wed Sep 26 14:26:48 2012 +0200 ---------------------------------------------------------------------- archetypes/quickstart/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- pom.xml | 30 +++++++------- testing/wicket-common-tests/pom.xml | 2 +- testing/wicket-threadtest/pom.xml | 2 +- wicket-auth-roles/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 | 2 +- wicket-experimental/wicket-bootstrap/pom.xml | 2 +- wicket-experimental/wicket-examples-parent/pom.xml | 2 +- .../wicket-native-websocket/pom.xml | 2 +- wicket-extensions/pom.xml | 2 +- wicket-guice/pom.xml | 2 +- wicket-ioc/pom.xml | 2 +- wicket-jmx/pom.xml | 2 +- wicket-objectssizeof-agent/pom.xml | 2 +- wicket-request/pom.xml | 4 +- wicket-spring/pom.xml | 2 +- wicket-util/pom.xml | 2 +- wicket-velocity/pom.xml | 2 +- wicket/pom.xml | 2 +- 26 files changed, 41 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 5b13a80..73ec490 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>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-archetype-quickstart</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml index d77b4b9..e26d2a3 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -42,7 +42,7 @@ </license> </licenses> <properties> - <wicket.version>6.1-SNAPSHOT</wicket.version> + <wicket.version>6.1.0-SNAPSHOT</wicket.version> <jetty.version>7.6.3.v20120416</jetty.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5084c8b..1d70cc4 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Wicket Parent</name> <description>Wicket is a Java-based open source component web application framework.</description> @@ -198,7 +198,7 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.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 --> @@ -207,79 +207,79 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-cdi</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-devutils</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-util</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-guice</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-ioc</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-jmx</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-spring</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-auth-roles</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-datetime</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-velocity</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/testing/wicket-common-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index 7436a17..982afcf 100644 --- a/testing/wicket-common-tests/pom.xml +++ b/testing/wicket-common-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.wicket</groupId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/testing/wicket-threadtest/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml index e95ed72..9f8880a 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.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-threadtest</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-auth-roles/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml index b1f0af5..0f4e77e 100644 --- a/wicket-auth-roles/pom.xml +++ b/wicket-auth-roles/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-auth-roles</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml index df602d9..fe5bd4f 100644 --- a/wicket-cdi/pom.xml +++ b/wicket-cdi/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-cdi</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-core/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml index 0d58350..b4110c2 100644 --- a/wicket-core/pom.xml +++ b/wicket-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-core</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-datetime/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml index a87deaf..be0f0a9 100644 --- a/wicket-datetime/pom.xml +++ b/wicket-datetime/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-datetime</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-devutils/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml index 222ea55..2f76e63 100644 --- a/wicket-devutils/pom.xml +++ b/wicket-devutils/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-devutils</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index a2a1506..baaca29 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-examples</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-experimental/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml index 04d04b5..057618b 100644 --- a/wicket-experimental/pom.xml +++ b/wicket-experimental/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-experimental</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-experimental/wicket-atmosphere/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml index a14ffc5..d59e9fa 100644 --- a/wicket-experimental/wicket-atmosphere/pom.xml +++ b/wicket-experimental/wicket-atmosphere/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-experimental</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-atmosphere</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-experimental/wicket-bootstrap/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-bootstrap/pom.xml b/wicket-experimental/wicket-bootstrap/pom.xml index 987028c..a8c3bf8 100644 --- a/wicket-experimental/wicket-bootstrap/pom.xml +++ b/wicket-experimental/wicket-bootstrap/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-experimental</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-bootstrap</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-experimental/wicket-examples-parent/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-examples-parent/pom.xml b/wicket-experimental/wicket-examples-parent/pom.xml index 6ac979a..e55b4be 100644 --- a/wicket-experimental/wicket-examples-parent/pom.xml +++ b/wicket-experimental/wicket-examples-parent/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-experimental</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-examples-parent</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-experimental/wicket-native-websocket/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-native-websocket/pom.xml b/wicket-experimental/wicket-native-websocket/pom.xml index a678743..0e4e9c2 100644 --- a/wicket-experimental/wicket-native-websocket/pom.xml +++ b/wicket-experimental/wicket-native-websocket/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-experimental</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-native-websocket</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml index 01d6c7d..a0c0099 100644 --- a/wicket-extensions/pom.xml +++ b/wicket-extensions/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-extensions</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-guice/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml index 1c95924..6ea3bc3 100644 --- a/wicket-guice/pom.xml +++ b/wicket-guice/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-guice</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-ioc/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml index d3df09e..372c3bf 100644 --- a/wicket-ioc/pom.xml +++ b/wicket-ioc/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-ioc</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-jmx/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml index 1f2f1da..4a84741 100644 --- a/wicket-jmx/pom.xml +++ b/wicket-jmx/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-jmx</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-objectssizeof-agent/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml index a428c29..5f14bec 100644 --- a/wicket-objectssizeof-agent/pom.xml +++ b/wicket-objectssizeof-agent/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-objectsizeof-agent</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-request/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml index d87f3eb..93b5301 100755 --- a/wicket-request/pom.xml +++ b/wicket-request/pom.xml @@ -20,11 +20,11 @@ <parent> <artifactId>wicket-parent</artifactId> <groupId>org.apache.wicket</groupId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <name>Wicket Request</name> <url>http://maven.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-spring/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml index 14fa679..9266434 100644 --- a/wicket-spring/pom.xml +++ b/wicket-spring/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-spring</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-util/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml index f3c15b7..01c8c4a 100755 --- a/wicket-util/pom.xml +++ b/wicket-util/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-util</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket-velocity/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml index 42b434b..6f6120b 100644 --- a/wicket-velocity/pom.xml +++ b/wicket-velocity/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-velocity</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/5f5eaff3/wicket/pom.xml ---------------------------------------------------------------------- diff --git a/wicket/pom.xml b/wicket/pom.xml index 55c1a57..5569e01 100644 --- a/wicket/pom.xml +++ b/wicket/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket</artifactId>
