httplite: update root pom.xml following example from http subproject.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1228790 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/pom.xml b/httplite/pom.xml
index 460290a..4562344 100644
--- a/httplite/pom.xml
+++ b/httplite/pom.xml
@@ -16,27 +16,24 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
 
-  <packaging>pom</packaging>
+	<parent>
+		<groupId>org.apache.felix</groupId>
+		<artifactId>felix</artifactId>
+		<version>2.1</version>
+		<relativePath>../pom/pom.xml</relativePath>
+	</parent>
 
-  <parent>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>felix</artifactId>
-    <version>1.0.4</version>
-    <relativePath>../pom/pom.xml</relativePath>
-  </parent>
+	<name>Apache Felix Lightweight HTTP Service Reactor</name>
+	<artifactId>org.apache.felix.httplite</artifactId>
+	<version>1-SNAPSHOT</version>
+	<packaging>pom</packaging>
 
-    <name>Apache Felix Lightweight HTTP Service Projects</name>
-    <artifactId>httplite-reactor</artifactId>
-    <version>1</version>
-    <description>
-        This is just a convenience reactor build.
-    </description>
-
-  <modules>
-    <module>minimum</module>
-    <module>complete</module>   
-  </modules>
+	<modules>
+		<module>minimum</module>
+		<module>complete</module>
+	</modules>
 </project>