Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-05-21 18:16:39 +0000
committerJesse McConnell2013-05-21 18:16:39 +0000
commit742f6a063dca8263d0bef657f905198a616fe9e3 (patch)
treecedbf98d40778e5fce5ede60f07e2f3e975469a5 /jetty-deploy
parent259aac6463d0b3272fae78b4a7f20912d2843103 (diff)
parentbdbd92dbc9c574dbd1d30bc8c4c5ef8e73de5eb5 (diff)
downloadorg.eclipse.jetty.project-742f6a063dca8263d0bef657f905198a616fe9e3.tar.gz
org.eclipse.jetty.project-742f6a063dca8263d0bef657f905198a616fe9e3.tar.xz
org.eclipse.jetty.project-742f6a063dca8263d0bef657f905198a616fe9e3.zip
[Bug 408600] set correct jetty.url in all pom files
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 0bea9baeb6..989a4cef88 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