httplite: fix project name in minimum and add url to pom.xml.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1228789 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/complete/pom.xml b/httplite/complete/pom.xml
index e605e9a..647a44e 100644
--- a/httplite/complete/pom.xml
+++ b/httplite/complete/pom.xml
@@ -82,4 +82,5 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/httplite</developerConnection>
<url>http://svn.apache.org/repos/asf/felix/trunk/httplite</url>
</scm>
+ <url>http://felix.apache.org/site/apache-felix-lightweight-http-service.html</url>
</project>
diff --git a/httplite/minimum/pom.xml b/httplite/minimum/pom.xml
index f3f3833..e8492d6 100644
--- a/httplite/minimum/pom.xml
+++ b/httplite/minimum/pom.xml
@@ -26,7 +26,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
- <name>Apache Felix Lightweight HTTP Server</name>
+ <name>Apache Felix Lightweight HTTP Service</name>
<description>A minimal HTTP Service implementation.</description>
<version>0.1.3-SNAPSHOT</version>
<artifactId>org.apache.felix.httplite</artifactId>
@@ -124,4 +124,5 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/httplite</developerConnection>
<url>http://svn.apache.org/repos/asf/felix/trunk/httplite</url>
</scm>
+ <url>http://felix.apache.org/site/apache-felix-lightweight-http-service.html</url>
</project>