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/NOTICE b/httplite/NOTICE
index 9ea90ec..4edeb28 100644
--- a/httplite/NOTICE
+++ b/httplite/NOTICE
@@ -1,5 +1,5 @@
-Apache Felix HTTP Server
-Copyright 2006 The Apache Software Foundation
+Apache Felix Lightweight HTTP Server
+Copyright 2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/httplite/doc/changelog.txt b/httplite/doc/changelog.txt
index 84f38b5..d2dda14 100644
--- a/httplite/doc/changelog.txt
+++ b/httplite/doc/changelog.txt
@@ -1,3 +1,3 @@
-Initial Release 0.1.0
+Initial Release 0.1.1
 ---------------------
 
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>