No decision has been made about it. I think we can use Java 10 with no problem. The purpose of this branch is to prepare a new master branch fully buildable with Java > 8. I've tested it with Java 9 and I'm quite sure it can work without changing code also with Java 10. If everything is ok with Java 10 feel free to change this code.
On Fri, May 18, 2018 at 10:45 AM, Maxim Solodovnik <[email protected]> wrote: > Are we switching to java9? or maybe java10? > Maybe it worth to create property for java version? (to change in one place > only) > > On Fri, May 18, 2018 at 3:30 PM, <[email protected]> wrote: > > > version upgrade > > > > > > Project: http://git-wip-us.apache.org/repos/asf/wicket/repo > > Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/bfbdfe2d > > Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/bfbdfe2d > > Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/bfbdfe2d > > > > Branch: refs/heads/wicket-9.x > > Commit: bfbdfe2dedfca34f20e44bf3f7aaa94a35f8a02b > > Parents: cebdacf > > Author: Andrea Del Bene <[email protected]> > > Authored: Sun May 13 14:29:14 2018 +0200 > > Committer: Andrea Del Bene <[email protected]> > > Committed: Sun May 13 14:29:14 2018 +0200 > > > > ---------------------------------------------------------------------- > > archetypes/quickstart/pom.xml | 2 +- > > pom.xml | 38 > ++++++++++---------- > > 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-devutils/pom.xml | 2 +- > > wicket-examples/pom.xml | 2 +- > > wicket-experimental/pom.xml | 2 +- > > wicket-experimental/wicket-http2/pom.xml | 2 +- > > wicket-experimental/wicket-metrics/pom.xml | 2 +- > > 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-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 +- > > 29 files changed, 47 insertions(+), 47 deletions(-) > > ---------------------------------------------------------------------- > > > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/bfbdfe2d/archetypes/ > > quickstart/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom. > xml > > index 09ffb23..3f04703 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-archetype-quickstart</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/bfbdfe2d/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/pom.xml b/pom.xml > > index fbecbb9..8e3a754 100644 > > --- a/pom.xml > > +++ b/pom.xml > > @@ -24,7 +24,7 @@ > > </parent> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-parent</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <packaging>pom</packaging> > > <name>Wicket Parent</name> > > <description>Wicket is a Java-based open source component web > > application framework.</description> > > @@ -270,7 +270,7 @@ > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.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 --> > > @@ -279,31 +279,31 @@ > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-auth-roles< > /artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-bean- > > validation</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-cdi</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-cdi-1.1</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-core</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > @@ -315,7 +315,7 @@ > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-devutils</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > @@ -326,37 +326,37 @@ > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-extensions< > /artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-guice</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-ioc</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-jmx</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-native- > > websocket-core</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-native- > > websocket-javax</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > @@ -368,25 +368,25 @@ > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-request</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-spring</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-util</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-velocity</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <type>jar</type> > > </dependency> > > <dependency> > > @@ -1257,7 +1257,7 @@ > > <configuration> > > <toolchains> > > <jdk> > > - > > <version>1.8</version> > > + > > <version>9</version> > > > > <vendor>oracle</vendor> > > </jdk> > > </toolchains> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/testing/wicket-arquillian/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/testing/wicket-arquillian/pom.xml > > b/testing/wicket-arquillian/pom.xml > > index 94613da..f82ed07 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>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../../pom.xml</relativePath> > > </parent> > > > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/testing/wicket-common-tests/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/testing/wicket-common-tests/pom.xml > > b/testing/wicket-common-tests/pom.xml > > index a8a3750..83079db 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-common-tests</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/testing/wicket-js-tests/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/testing/wicket-js-tests/pom.xml > > b/testing/wicket-js-tests/pom.xml > > index 01ba33c..1941ad8 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-js-tests</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-auth-roles/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml > > index 442eb7e..a724dc0 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-auth-roles</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/bfbdfe2d/wicket-bean- > > validation/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-bean-validation/pom.xml > b/wicket-bean-validation/pom. > > xml > > index c9b345b..77fa72c 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-bean-validation</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-cdi-1.1/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-cdi-1.1/pom.xml b/wicket-cdi-1.1/pom.xml > > index 82058a8..957ff0e 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-cdi-1.1</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-cdi/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml > > index ffb927d..bbb0662 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-cdi</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-core/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml > > index d9386c5..3d8d7d0 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-core</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-devutils/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml > > index b21d499..48bb68a 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-devutils</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-examples/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml > > index 550a5f4..6e1aa5e 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-examples</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-experimental/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml > > index ff4012a..36c9587 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <groupId>org.apache.wicket.experimental.wicket8</groupId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-experimental/wicket-http2/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-experimental/wicket-http2/pom.xml > > b/wicket-experimental/wicket-http2/pom.xml > > index bd82989..0b995e9 100644 > > --- a/wicket-experimental/wicket-http2/pom.xml > > +++ b/wicket-experimental/wicket-http2/pom.xml > > @@ -20,7 +20,7 @@ > > <parent> > > <groupId>org.apache.wicket. > experimental.wicket8</groupId> > > <artifactId>wicket-experimental</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-http2</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-experimental/wicket-metrics/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-experimental/wicket-metrics/pom.xml > > b/wicket-experimental/wicket-metrics/pom.xml > > index 66d8fa3..e6626b4 100644 > > --- a/wicket-experimental/wicket-metrics/pom.xml > > +++ b/wicket-experimental/wicket-metrics/pom.xml > > @@ -20,7 +20,7 @@ > > <parent> > > <groupId>org.apache.wicket. > experimental.wicket8</groupId> > > <artifactId>wicket-experimental</artifactId> > > - <version>8.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-metrics</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-extensions/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml > > index 96508ca..33e6dde 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-extensions</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-guice/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml > > index 6f4011a..35ea19e 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-guice</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-ioc/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml > > index b1f517d..76a0bba 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-ioc</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-jmx/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml > > index f1ceb0a..c7e3b97 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-jmx</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > bfbdfe2d/wicket-native- > > websocket/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-native-websocket/pom.xml > > b/wicket-native-websocket/pom.xml > > index 3c4309b..e5ece73 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-native-websocket</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > bfbdfe2d/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 6a1e53f..267746c 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > bfbdfe2d/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 27825f3..6c1586b 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-native-websocket-javax</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-objectsizeof-agent/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-objectsizeof-agent/pom.xml > > b/wicket-objectsizeof-agent/pom.xml > > index 65e9dd3..ba246a5 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-objectsizeof-agent</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-request/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml > > index b6409d4..809edb8 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > </parent> > > <artifactId>wicket-request</artifactId> > > <packaging>bundle</packaging> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-spring/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml > > index d545bf9..6209579 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-spring</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-user-guide/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml > > index 90f0f68..95f1283 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-user-guide</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-util/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml > > index b9caec1..2720728 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-util</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > > bfbdfe2d/wicket-velocity/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml > > index c7617ee..ff6d55f 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket-velocity</artifactId> > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > bfbdfe2d/wicket/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/wicket/pom.xml b/wicket/pom.xml > > index f696216..30243d2 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.0.0-SNAPSHOT</version> > > + <version>9.0.0-SNAPSHOT</version> > > <relativePath>../pom.xml</relativePath> > > </parent> > > <artifactId>wicket</artifactId> > > > > > > > -- > WBR > Maxim aka solomax >
