This is an automated email from the ASF dual-hosted git repository. adelbene pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit 0e0f29eef302543885232496b0067e1dadbb04e8 Author: Andrea Del Bene <[email protected]> AuthorDate: Mon Oct 16 18:44:03 2023 +0200 Start next development version --- archetypes/quickstart/pom.xml | 2 +- pom.xml | 40 +++++++++++----------- 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/pom.xml | 2 +- wicket-core-tests/pom.xml | 2 +- wicket-core/pom.xml | 2 +- wicket-devutils/pom.xml | 2 +- wicket-examples/pom.xml | 2 +- wicket-experimental/pom.xml | 2 +- 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-migration/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-tester/pom.xml | 2 +- wicket-objectsizeof-agent/pom.xml | 2 +- wicket-request/pom.xml | 2 +- wicket-spring/pom.xml | 2 +- wicket-tester/pom.xml | 2 +- wicket-user-guide/pom.xml | 2 +- wicket-util/pom.xml | 2 +- wicket-velocity/pom.xml | 2 +- wicket/pom.xml | 2 +- 30 files changed, 50 insertions(+), 50 deletions(-) diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 6511d08e52..253ac0b3f4 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-archetype-quickstart</artifactId> diff --git a/pom.xml b/pom.xml index 7e9dc3cf64..7c0c9a32e4 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <packaging>pom</packaging> <name>Wicket Parent</name> <description>Wicket is a Java-based open source component web application framework.</description> @@ -343,25 +343,25 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-auth-roles</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-bean-validation</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-cdi</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> @@ -373,19 +373,19 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core-tests</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-devutils</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> @@ -396,61 +396,61 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-guice</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-ioc</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-jmx</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-core</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-javax</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-spring</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-util</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-velocity</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> @@ -486,7 +486,7 @@ <dependency> <groupId>org.apache.wicket.experimental.wicket9</groupId> <artifactId>wicket-metrics</artifactId> - <version>0.17-SNAPSHOT</version> + <version>0.18-SNAPSHOT</version> <type>jar</type> </dependency> @@ -591,7 +591,7 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-tester</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index 8be269c35a..210bcd5cc6 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</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 6d555eb7c8..ea457b5cb3 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</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 7b6765156e..9d41973f5e 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</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 ea95ed068f..86f676e939 100644 --- a/wicket-bean-validation/pom.xml +++ b/wicket-bean-validation/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-bean-validation</artifactId> diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml index 7d2e1607e5..f1569f3fe6 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-cdi</artifactId> diff --git a/wicket-core-tests/pom.xml b/wicket-core-tests/pom.xml index 853d50f20f..88b20c2791 100644 --- a/wicket-core-tests/pom.xml +++ b/wicket-core-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-core-tests</artifactId> diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml index 007d6fb57e..2cdc404511 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-core</artifactId> diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml index f54984425a..919044c982 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-devutils</artifactId> diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index e8b356e212..ad33681785 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-examples</artifactId> diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml index 99128430c6..60c560c09e 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.wicket.experimental.wicket9</groupId> diff --git a/wicket-experimental/wicket-metrics/pom.xml b/wicket-experimental/wicket-metrics/pom.xml index 9ff5715243..d6a8f387ca 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.wicket9</groupId> <artifactId>wicket-experimental</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-metrics</artifactId> - <version>0.17-SNAPSHOT</version> + <version>0.18-SNAPSHOT</version> <packaging>bundle</packaging> <name>Wicket Metrics</name> <description> diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml index 212fc29ac5..7661e1e331 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-extensions</artifactId> diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml index 568ff1ae1c..3e7b59f589 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-guice</artifactId> diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml index 3d139916df..5c810bae1a 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-ioc</artifactId> diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml index 9820d67275..e15d9cfc18 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-jmx</artifactId> diff --git a/wicket-migration/pom.xml b/wicket-migration/pom.xml index 2f6c18c377..b342ea965b 100644 --- a/wicket-migration/pom.xml +++ b/wicket-migration/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> </parent> <artifactId>wicket-migration</artifactId> <name>Wicket Migration</name> diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml index 37db7897b8..67a93d00d7 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</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 b780499375..661795e400 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</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 32aaed2c61..ba91fc4344 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-native-websocket-javax</artifactId> diff --git a/wicket-native-websocket/wicket-native-websocket-tester/pom.xml b/wicket-native-websocket/wicket-native-websocket-tester/pom.xml index 50cff6c24c..eb2456c973 100644 --- a/wicket-native-websocket/wicket-native-websocket-tester/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-tester/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/wicket-objectsizeof-agent/pom.xml b/wicket-objectsizeof-agent/pom.xml index f230cf986f..9c09c1f4e1 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-objectsizeof-agent</artifactId> diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml index e109a2bc8f..2004ad91c1 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> </parent> <artifactId>wicket-request</artifactId> <packaging>bundle</packaging> diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml index 2dbe4e18e8..172c2e6554 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-spring</artifactId> diff --git a/wicket-tester/pom.xml b/wicket-tester/pom.xml index f912f89a0a..9ade361461 100644 --- a/wicket-tester/pom.xml +++ b/wicket-tester/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-tester</artifactId> diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml index a805149695..61bb961494 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-user-guide</artifactId> diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml index 29c88c07ba..352305f7a1 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-util</artifactId> diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml index f1b45d34d8..fea90f8788 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>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-velocity</artifactId> diff --git a/wicket/pom.xml b/wicket/pom.xml index 247fdcfbad..f7358e8bd0 100644 --- a/wicket/pom.xml +++ b/wicket/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>10.0.0-M2-SNAPSHOT</version> + <version>10.0.0-M3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket</artifactId>
