Repository: wicket Updated Branches: refs/heads/master 1c39cd5c8 -> 6ccc807cc
Added wicket-http2-servlet4 to parent pom Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6ccc807c Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6ccc807c Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6ccc807c Branch: refs/heads/master Commit: 6ccc807ccb0736764e5e8e9fe4ed71f746febd90 Parents: 1c39cd5 Author: Tobias Soloschenko <[email protected]> Authored: Tue Feb 6 13:21:33 2018 +0100 Committer: Tobias Soloschenko <[email protected]> Committed: Tue Feb 6 13:21:33 2018 +0100 ---------------------------------------------------------------------- wicket-experimental/wicket-http2/pom.xml | 1 + wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/6ccc807c/wicket-experimental/wicket-http2/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-http2/pom.xml b/wicket-experimental/wicket-http2/pom.xml index 38252c1..18ed6f4 100644 --- a/wicket-experimental/wicket-http2/pom.xml +++ b/wicket-experimental/wicket-http2/pom.xml @@ -34,6 +34,7 @@ <modules> <module>wicket-http2-core</module> <module>wicket-http2-jetty</module> + <module>wicket-http2-servlet4</module> <module>wicket-http2-tomcat</module> <module>wicket-http2-undertow</module> </modules> http://git-wip-us.apache.org/repos/asf/wicket/blob/6ccc807c/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml index 49127da..5131268 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.3-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-http2-servlet4</artifactId>
