[maven-release-plugin] prepare release rel/wicket-8.6.1
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index e494620..c7f07d6 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-archetype-quickstart</artifactId>
diff --git a/pom.xml b/pom.xml index c9a49ed..5f66eeb 100644 --- a/pom.xml +++ b/pom.xml
@@ -24,7 +24,7 @@ </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <packaging>pom</packaging> <name>Wicket Parent</name> <description>Wicket is a Java-based open source component web application framework.</description> @@ -82,7 +82,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/wicket.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/wicket.git</developerConnection> <url>http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git</url> - <tag>HEAD</tag> + <tag>rel/wicket-8.6.1</tag> </scm> <modules> <!-- wicket-eclipse-settings is separate released --> @@ -288,7 +288,7 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</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 --> @@ -297,37 +297,37 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-auth-roles</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-bean-validation</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-cdi</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-cdi-1.1</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-devutils</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> @@ -338,91 +338,91 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-guice</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-ioc</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-jmx</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-core</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-javax</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-spring</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-util</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-velocity</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-http2-core</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-http2-jetty</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-http2-tomcat</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-http2-undertow</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-metrics</artifactId> - <version>0.13-SNAPSHOT</version> + <version>0.13</version> <type>jar</type> </dependency> <dependency>
diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index e24d7db..5e6c0c7 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-common-tests</artifactId>
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml index e7acf35..f741f7b 100644 --- a/testing/wicket-js-tests/pom.xml +++ b/testing/wicket-js-tests/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-js-tests</artifactId>
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml index 7d12665..45bc15b 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-auth-roles</artifactId>
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml index c200c1b..af66403 100644 --- a/wicket-bean-validation/pom.xml +++ b/wicket-bean-validation/pom.xml
@@ -4,7 +4,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-bean-validation</artifactId>
diff --git a/wicket-cdi-1.1/pom.xml b/wicket-cdi-1.1/pom.xml index 893f47e..d00bc0e 100644 --- a/wicket-cdi-1.1/pom.xml +++ b/wicket-cdi-1.1/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-cdi-1.1</artifactId>
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml index 5de0541..98cf86a 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-cdi</artifactId>
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml index bac17ea..3f73db6 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-core</artifactId>
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml index 4f25988..a0455cbb 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-devutils</artifactId>
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index e63d2d0..912f00b 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-examples</artifactId>
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml index fbeedf9..fbe7d73 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.wicket.experimental.wicket8</groupId>
diff --git a/wicket-experimental/wicket-http2/pom.xml b/wicket-experimental/wicket-http2/pom.xml index 7320bfc..9839d97 100644 --- a/wicket-experimental/wicket-http2/pom.xml +++ b/wicket-experimental/wicket-http2/pom.xml
@@ -20,11 +20,11 @@ <parent> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-experimental</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-http2</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <packaging>pom</packaging> <name>Wicket Http/2</name> <description>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml index 102f610..837fd7a 100644 --- a/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml +++ b/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-http2</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-http2-core</artifactId>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml index 35e9daf..7136f7e 100644 --- a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml +++ b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-http2</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-http2-jetty</artifactId>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml index 373f002..9af4a31 100644 --- a/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml +++ b/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-http2</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-http2-servlet4</artifactId>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml index 0a0d0bf..e10e7d3 100644 --- a/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml +++ b/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-http2</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-http2-tomcat</artifactId>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml index 0789042..9cddbe9 100644 --- a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml +++ b/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-http2</artifactId> - <version>0.12-SNAPSHOT</version> + <version>0.12</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-http2-undertow</artifactId>
diff --git a/wicket-experimental/wicket-metrics/pom.xml b/wicket-experimental/wicket-metrics/pom.xml index c0fabc5..2f35e74 100644 --- a/wicket-experimental/wicket-metrics/pom.xml +++ b/wicket-experimental/wicket-metrics/pom.xml
@@ -20,11 +20,11 @@ <parent> <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-experimental</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-metrics</artifactId> - <version>0.13-SNAPSHOT</version> + <version>0.13</version> <packaging>bundle</packaging> <name>Wicket Metrics</name> <description>
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml index 726651f..238121c 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-extensions</artifactId>
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml index ad07c8b..2cb37ab 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-guice</artifactId>
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml index f16b450..9b93340 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-ioc</artifactId>
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml index 003e89c..fae98ae 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-jmx</artifactId>
diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml index eacf369..e4230ff 100644 --- a/wicket-native-websocket/pom.xml +++ b/wicket-native-websocket/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-native-websocket</artifactId>
diff --git a/wicket-native-websocket/wicket-native-websocket-core/pom.xml b/wicket-native-websocket/wicket-native-websocket-core/pom.xml index 9a43e3a..c94cc37 100644 --- a/wicket-native-websocket/wicket-native-websocket-core/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-core/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/wicket-native-websocket/wicket-native-websocket-javax/pom.xml b/wicket-native-websocket/wicket-native-websocket-javax/pom.xml index f1fedb8..3868dc1 100644 --- a/wicket-native-websocket/wicket-native-websocket-javax/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-native-websocket-javax</artifactId>
diff --git a/wicket-objectsizeof-agent/pom.xml b/wicket-objectsizeof-agent/pom.xml index 458f364..f7cd748 100644 --- a/wicket-objectsizeof-agent/pom.xml +++ b/wicket-objectsizeof-agent/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-objectsizeof-agent</artifactId>
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml index 2581e63..86e45f8 100755 --- a/wicket-request/pom.xml +++ b/wicket-request/pom.xml
@@ -20,7 +20,7 @@ <parent> <artifactId>wicket-parent</artifactId> <groupId>org.apache.wicket</groupId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> </parent> <artifactId>wicket-request</artifactId> <packaging>bundle</packaging>
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml index 48af72f..081b995 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-spring</artifactId>
diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml index a2e2ebd..2f764ee 100644 --- a/wicket-user-guide/pom.xml +++ b/wicket-user-guide/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-user-guide</artifactId>
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml index 3cd8441..6797e03 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-util</artifactId>
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml index 41f8fc0..c6b8810 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>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-velocity</artifactId>
diff --git a/wicket/pom.xml b/wicket/pom.xml index 2f44cba..e657117 100644 --- a/wicket/pom.xml +++ b/wicket/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>8.7.0-SNAPSHOT</version> + <version>8.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket</artifactId>