httplite: fix pom name colission with core project.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1228791 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/pom.xml b/httplite/pom.xml
index 4562344..3472b4a 100644
--- a/httplite/pom.xml
+++ b/httplite/pom.xml
@@ -28,7 +28,7 @@
 	</parent>
 
 	<name>Apache Felix Lightweight HTTP Service Reactor</name>
-	<artifactId>org.apache.felix.httplite</artifactId>
+	<artifactId>org.apache.felix.httplite.reactor</artifactId>
 	<version>1-SNAPSHOT</version>
 	<packaging>pom</packaging>