Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-05-21 18:10:07 +0000
committerJesse McConnell2013-05-21 18:10:07 +0000
commitbdbd92dbc9c574dbd1d30bc8c4c5ef8e73de5eb5 (patch)
tree94dde79e8d9594c3f2de5329aaa816e2f9f40016 /jetty-xml
parent13c56e81f5ae7f4d0989945a4594cf88fd96e9e1 (diff)
downloadorg.eclipse.jetty.project-bdbd92dbc9c574dbd1d30bc8c4c5ef8e73de5eb5.tar.gz
org.eclipse.jetty.project-bdbd92dbc9c574dbd1d30bc8c4c5ef8e73de5eb5.tar.xz
org.eclipse.jetty.project-bdbd92dbc9c574dbd1d30bc8c4c5ef8e73de5eb5.zip
[Bug 408600] set correct jetty.url in all pom files
Diffstat (limited to 'jetty-xml')
-rw-r--r--jetty-xml/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index ff838081d9..1ebb78f5f4 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -8,6 +8,7 @@
<artifactId>jetty-xml</artifactId>
<name>Jetty :: XML utilities</name>
<description>The jetty xml utilities.</description>
+ <url>http://www.eclipse.org/jetty</url>
<properties>
<bundle-symbolic-name>${project.groupId}.xml</bundle-symbolic-name>
</properties>

Back to the top