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 /aggregates
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 'aggregates')
-rw-r--r--aggregates/jetty-all/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index d104b37682..fa9262c91c 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -9,6 +9,7 @@
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
<name>Jetty :: Aggregate :: All core Jetty</name>
+ <url>http://www.eclipse.org/jetty</url>
<build>
<sourceDirectory>${project.build.directory}/sources</sourceDirectory>
<plugins>

Back to the top