You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2016/07/17 12:27:18 UTC

wicket git commit: WICKET-6194 Correct the name of the Maven module for HTTP2+Undertow

Repository: wicket
Updated Branches:
  refs/heads/master f856b0585 -> 5783cd9a3


WICKET-6194 Correct the name of the Maven module for HTTP2+Undertow


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5783cd9a
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5783cd9a
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5783cd9a

Branch: refs/heads/master
Commit: 5783cd9a3c5208582ef681ea57e34abf272c0882
Parents: f856b05
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun Jul 17 14:26:42 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sun Jul 17 14:26:42 2016 +0200

----------------------------------------------------------------------
 wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml    | 2 +-
 wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/5783cd9a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
index a3eba15..821d031 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
@@ -25,7 +25,7 @@
 	</parent>
 	<artifactId>wicket-http2-jetty</artifactId>
 	<packaging>jar</packaging>
-	<name>Wicket Http/2 Jetty</name>
+	<name>Wicket Http/2 Jetty 9.3+</name>
 	<description>
 		Wicket\u2019s implementation to use the PushBuilder API
 		to serve resource via http/2 with less requests. This

http://git-wip-us.apache.org/repos/asf/wicket/blob/5783cd9a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
index fa32469..48c8289 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
@@ -25,7 +25,7 @@
 	</parent>
 	<artifactId>wicket-http2-undertow</artifactId>
 	<packaging>jar</packaging>
-	<name>Wicket Http/2 Tomcat 8.5+</name>
+	<name>Wicket Http/2 Undertow 2+</name>
 	<description>
 		Wicket\u2019s implementation to use the PushBuilder API
 		to serve resource via http/2 with less requests. This