Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-05-21 18:10:07 +0000
committerJesse McConnell2013-06-12 20:52:36 +0000
commiteddb49941de7c1b28c6e1098ee18d8250a5d8908 (patch)
treeb6ddd999fa040966e98a8db4adee44f0caad17e6 /jetty-security/pom.xml
parenta535381b535ab535e3b1551bd0cf33f0e7c32c96 (diff)
downloadorg.eclipse.jetty.project-eddb49941de7c1b28c6e1098ee18d8250a5d8908.tar.gz
org.eclipse.jetty.project-eddb49941de7c1b28c6e1098ee18d8250a5d8908.tar.xz
org.eclipse.jetty.project-eddb49941de7c1b28c6e1098ee18d8250a5d8908.zip
[Bug 408600] set correct jetty.url in all pom files
Diffstat (limited to 'jetty-security/pom.xml')
-rw-r--r--jetty-security/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index c52cf73367..d551ab44a5 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -8,6 +8,7 @@
<artifactId>jetty-security</artifactId>
<name>Jetty :: Security</name>
<description>Jetty security infrastructure</description>
+ <url>http://www.eclipse.org/jetty</url>
<properties>
<bundle-symbolic-name>${project.groupId}.security</bundle-symbolic-name>
</properties>

Back to the top