httplite: fix project metadata based on Richard's recommendations from first attempt at release of 0.1.1 version.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1206964 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/pom.xml b/httplite/pom.xml
index 5e933ec..2233ab6 100644
--- a/httplite/pom.xml
+++ b/httplite/pom.xml
@@ -20,14 +20,14 @@
 	<parent>
 	    <groupId>org.apache.felix</groupId>
 	    <artifactId>felix-parent</artifactId>
-	    <version>1.2.1</version>
+	    <version>2.1</version>
 	    <relativePath>../pom/pom.xml</relativePath>
  	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix Lightweight HTTP Server</name>
 	<description>A minimal HTTP Service implementation.</description>
-	<version>0.1.2-SNAPSHOT</version>
+	<version>0.1.1</version>
 	<artifactId>org.apache.felix.httplite</artifactId>
 	<dependencies>
 		<dependency>