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-osgi/test-jetty-osgi/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-osgi/test-jetty-osgi/pom.xml')
-rw-r--r--jetty-osgi/test-jetty-osgi/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 356d937e57..e4cd558238 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -8,7 +8,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>test-jetty-osgi</artifactId>
<name>Jetty :: OSGi :: Test</name>
- <description>Jetty OSGi Integration tests</description>
+ <description>Jetty OSGi Integration test</description>
+ <url>http://www.eclipse.org/jetty</url>
<properties>
<bundle-symbolic-name>${project.groupId}.boot.test.spdy</bundle-symbolic-name>
<jetty-orbit-url>http://download.eclipse.org/jetty/orbit/</jetty-orbit-url>

Back to the top