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/jetty-alpn-client/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/jetty-alpn-client/pom.xml')
-rw-r--r--jetty-alpn/jetty-alpn-client/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index bc8b9059e3..1f8b0b960e 100644
--- a/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-client/pom.xml
@@ -6,9 +6,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-client</artifactId>
- <name>Jetty :: ALPN Client</name>
- <description>Jetty ALPN client services</description>
- <url>http://www.eclipse.org/jetty</url>
+ <name>Jetty :: ALPN :: Client</name>
<properties>
<bundle-symbolic-name>${project.groupId}.alpn.client</bundle-symbolic-name>
</properties>

Back to the top