Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-06-16 10:44:12 +0000
committerSimone Bordet2014-06-16 10:46:26 +0000
commit7613385578e07417bb8cb9acc55f14bd093c8275 (patch)
tree5a0f59788ae0312c57c3fa1cce36dcd436799485 /jetty-alpn/pom.xml
parenta500701bda2d3c009d6e8f1ecb9210907aec1de3 (diff)
downloadorg.eclipse.jetty.project-7613385578e07417bb8cb9acc55f14bd093c8275.tar.gz
org.eclipse.jetty.project-7613385578e07417bb8cb9acc55f14bd093c8275.tar.xz
org.eclipse.jetty.project-7613385578e07417bb8cb9acc55f14bd093c8275.zip
Moved NPN[Client|Server]Connection[Factory] classes to their own
modules, akin for the ALPN classes, and refactored all code that was referencing them.
Diffstat (limited to 'jetty-alpn/pom.xml')
-rw-r--r--jetty-alpn/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 179b06624e..c5403fcc4b 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -8,8 +8,6 @@
<artifactId>jetty-alpn-parent</artifactId>
<packaging>pom</packaging>
<name>Jetty :: ALPN :: Parent</name>
- <description>Jetty ALPN services parent</description>
- <url>http://www.eclipse.org/jetty</url>
<modules>
<module>jetty-alpn-server</module>
<module>jetty-alpn-client</module>

Back to the top