Start next development version
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/190cf3f3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/190cf3f3 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/190cf3f3 Branch: refs/heads/wicket-7.x Commit: 190cf3f37dc4aff4912077092d73ef8fe136108a Parents: 5d9c469 Author: Martijn Dashorst <[email protected]> Authored: Thu May 5 12:10:19 2016 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Thu May 5 12:10:19 2016 +0200 ---------------------------------------------------------------------- archetypes/quickstart/pom.xml | 2 +- pom.xml | 48 ++++++++++---------- 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 | 7 ++- 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 +- 33 files changed, 59 insertions(+), 60 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 361c6e0..50f620b 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.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-archetype-quickstart</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d4e1866..cf418b2 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.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.3.0-SNAPSHOT</version> + <version>7.4.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.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-bean-validation</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-cdi</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-cdi-1.1</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-datetime</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-devutils</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> @@ -324,91 +324,91 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-guice</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-ioc</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-jmx</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-core</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-javax</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-jetty</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-jetty9</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-tomcat</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-spring</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-util</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-velocity</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket7</groupId> <artifactId>wicket-metrics</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket7</groupId> <artifactId>wicket-atmosphere</artifactId> - <version>0.26-SNAPSHOT</version> + <version>0.27-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/testing/wicket-arquillian/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-arquillian/pom.xml b/testing/wicket-arquillian/pom.xml index 832b280..e7452b6 100644 --- a/testing/wicket-arquillian/pom.xml +++ b/testing/wicket-arquillian/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/testing/wicket-common-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index a47b17b..e27e725 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-common-tests</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/testing/wicket-js-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml index 3c6f920..3650197 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>wicket-js-tests</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-auth-roles/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml index db489e4..8f3ac47 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-auth-roles</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-bean-validation/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml index 207d2b5..9de0eb4 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-bean-validation</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-cdi-1.1/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-cdi-1.1/pom.xml b/wicket-cdi-1.1/pom.xml index 087c299..c1bd27d 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-cdi-1.1</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml index b751403..d065325 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-cdi</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-core/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml index 0aa70cb..a5d6550 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-core</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-datetime/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml index 669ae23..570ebda 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-datetime</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-devutils/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml index 1064fdd..d7923c1 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-devutils</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index 64a29c7..977cfcb 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-examples</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-experimental/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml index 38944b2..283cc76 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.wicket.experimental.wicket7</groupId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-experimental/wicket-atmosphere/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml index 2e24c7e..12e8aa6 100644 --- a/wicket-experimental/wicket-atmosphere/pom.xml +++ b/wicket-experimental/wicket-atmosphere/pom.xml @@ -20,11 +20,11 @@ <parent> <groupId>org.apache.wicket.experimental.wicket7</groupId> <artifactId>wicket-experimental</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-atmosphere</artifactId> - <version>0.26-SNAPSHOT</version> + <version>0.27-SNAPSHOT</version> <packaging>jar</packaging> <name>Wicket-Atmosphere</name> <description>Wicket-Atmosphere provides integration of the Atmosphere Framework in Wicket.</description> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-experimental/wicket-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-metrics/pom.xml b/wicket-experimental/wicket-metrics/pom.xml index 8ce8cc8..ea4b078 100644 --- a/wicket-experimental/wicket-metrics/pom.xml +++ b/wicket-experimental/wicket-metrics/pom.xml @@ -15,17 +15,16 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.wicket.experimental.wicket7</groupId> <artifactId>wicket-experimental</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-metrics</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> <packaging>jar</packaging> <name>Wicket Metrics</name> <description> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml index 63a4169..a581735 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-extensions</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-guice/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml index c9e6fe9..7cbfa0e 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-guice</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-ioc/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml index 533858b..31fb038 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-ioc</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-jmx/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml index 3a3865a..ff61d34 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-jmx</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-native-websocket/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml index 74c37bb..277b023 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-native-websocket</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-native-websocket/wicket-native-websocket-core/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-core/pom.xml b/wicket-native-websocket/wicket-native-websocket-core/pom.xml index cd2bd7d..c5d13d2 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-native-websocket/wicket-native-websocket-javax/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-javax/pom.xml b/wicket-native-websocket/wicket-native-websocket-javax/pom.xml index 6b6e908..29a31e8 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-native-websocket-javax</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml b/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml index eeaefa3..b2993df 100644 --- a/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-native-websocket-jetty</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml b/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml index 75d8377..cda139b 100644 --- a/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-native-websocket-jetty9</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml b/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml index 55088f6..e18b647 100644 --- a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-native-websocket-tomcat</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-objectsizeof-agent/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-objectsizeof-agent/pom.xml b/wicket-objectsizeof-agent/pom.xml index 606680b..f035150 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-objectsizeof-agent</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-request/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml index ab1f12c..a357af3 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> </parent> <artifactId>wicket-request</artifactId> <name>Wicket Request</name> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-spring/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml index 9e66b95..a094851 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-spring</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-user-guide/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml index e320edf..97fe0da 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-user-guide</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-util/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml index fc5457c..9359d4c 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-util</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket-velocity/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml index b3c9ed6..9b354a0 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>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-velocity</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/190cf3f3/wicket/pom.xml ---------------------------------------------------------------------- diff --git a/wicket/pom.xml b/wicket/pom.xml index d849be9..007b2ee 100644 --- a/wicket/pom.xml +++ b/wicket/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>7.3.0-SNAPSHOT</version> + <version>7.4.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket</artifactId>
