Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-06-17 06:29:39 +0000
committerGreg Wilkins2013-06-17 06:29:39 +0000
commit4e4ffaa54c5aad9085671c5ec35a77f865dfd3ba (patch)
treec41f5db60c1326352ae68f1b27f01f9f1bc32105 /jetty-deploy
parent3ddb1d97272790dd1bd0a75c9ae9fc6515d99b95 (diff)
parent6ed36160f0d893590320403f1abb528eda0d9094 (diff)
downloadorg.eclipse.jetty.project-4e4ffaa54c5aad9085671c5ec35a77f865dfd3ba.tar.gz
org.eclipse.jetty.project-4e4ffaa54c5aad9085671c5ec35a77f865dfd3ba.tar.xz
org.eclipse.jetty.project-4e4ffaa54c5aad9085671c5ec35a77f865dfd3ba.zip
Merge remote-tracking branch 'origin/master' into servlet-3.1-api
Conflicts: jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannelState.java jetty-server/src/main/java/org/eclipse/jetty/server/HttpOutput.java
Diffstat (limited to 'jetty-deploy')
-rw-r--r--jetty-deploy/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index e69a8c57d8..abd72178d7 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -8,6 +8,7 @@
<artifactId>jetty-deploy</artifactId>
<name>Jetty :: Deployers</name>
<description>Jetty deployers</description>
+ <url>http://www.eclipse.org/jetty</url>
<properties>
<bundle-symbolic-name>${project.groupId}.deploy</bundle-symbolic-name>
</properties>

Back to the top