Updated Branches: refs/heads/build/wicket-6.0.0-beta2 [created] 8dc4ff4ff
modified poms for release 6.0.0-beta2 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/03ceb4c4 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/03ceb4c4 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/03ceb4c4 Branch: refs/heads/build/wicket-6.0.0-beta2 Commit: 03ceb4c4757d4e4d87244468e1c94b4c0d58693a Parents: 24b2026 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun May 13 17:58:05 2012 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sun May 13 17:58:05 2012 +0200 ---------------------------------------------------------------------- archetypes/quickstart/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- pom.xml | 8 ++++---- testing/wicket-common-tests/pom.xml | 2 +- testing/wicket-threadtest/pom.xml | 2 +- wicket-auth-roles/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 | 4 ++-- wicket-experimental/wicket-atmosphere/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 +- 22 files changed, 27 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 7007276..6ca2677 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-archetype-quickstart</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/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 ca061d1..324e3fd 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.0-SNAPSHOT</wicket.version> + <wicket.version>6.0.0-beta2</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/03ceb4c4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d2741a2..eb09b72 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <packaging>pom</packaging> <name>Wicket Parent</name> <description>Wicket is a Java-based open source component web application framework.</description> @@ -159,9 +159,9 @@ <url>https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/</url> </ciManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/wicket/releases/6.0-SNAPSHOT</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/6.0-SNAPSHOT</developerConnection> - <url>http://svn.apache.org/viewvc/wicket/releases/6.0-SNAPSHOT</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/wicket/releases/6.0.0-beta2</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/6.0.0-beta2</developerConnection> + <url>http://svn.apache.org/viewvc/wicket/releases/6.0.0-beta2</url> </scm> <mailingLists> <mailingList> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/testing/wicket-common-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index 107625a..e153f30 100644 --- a/testing/wicket-common-tests/pom.xml +++ b/testing/wicket-common-tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.wicket</groupId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/testing/wicket-threadtest/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml index 23ace70..7343ed8 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.0.0-beta2</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-threadtest</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-auth-roles/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml index f0fab17..8577253 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-auth-roles</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-core/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml index c007e17..cbf4195 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-core</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-datetime/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml index eedd544..53f6edc 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-datetime</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-devutils/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml index 1eef843..7ac89ac 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-devutils</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index e8de2c5..e537320 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-examples</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-experimental/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml index bd94ac8..a669543 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-experimental</artifactId> @@ -28,7 +28,7 @@ <name>Wicket-Experimental</name> <description>Wicket-Experimental contains experimental Wicket modules that may or may not be supported in the future.</description> <properties> - <wicket.version>6.0-SNAPSHOT</wicket.version> + <wicket.version>6.0.0-beta2</wicket.version> </properties> <modules> <module>wicket-atmosphere</module> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-experimental/wicket-atmosphere/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml index 806db2c2..0ebd06c 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-atmosphere</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml index 2591dca..810f494 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-extensions</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-guice/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml index 7b759f0..fd60d94 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-guice</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-ioc/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml index 1d3414a..05616dd 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-ioc</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-jmx/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml index 219fdfd..8d9d7ac 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-jmx</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-objectssizeof-agent/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml index d0a0df4..9cfc963 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-objectsizeof-agent</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-request/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml index 1d46fe8..b89b244 100755 --- a/wicket-request/pom.xml +++ b/wicket-request/pom.xml @@ -21,11 +21,11 @@ <parent> <artifactId>wicket-parent</artifactId> <groupId>org.apache.wicket</groupId> - <version>6.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <name>Wicket Request</name> <url>http://maven.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-spring/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml index e680c2e..a396832 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-spring</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-util/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml index 607901b..9a7e0b3 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-util</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket-velocity/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml index 329d175..9fa667d 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-velocity</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/03ceb4c4/wicket/pom.xml ---------------------------------------------------------------------- diff --git a/wicket/pom.xml b/wicket/pom.xml index 1ed48e5..989a956 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.0-SNAPSHOT</version> + <version>6.0.0-beta2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket</artifactId>
