Prepare 1.8.1

git-svn-id: https://svn.apache.org/repos/asf/felix/branches/org.apache.felix.main-1.8.1-RC@787036 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/changelog.txt b/doc/changelog.txt
index b83235d..015a806 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes form 1.8.0 to 1.8.1
+---------------------------
+
+** Improvement
+    * Update to latest framework version 1.8.1
+
 Changes form 1.6.1 to 1.8.0
 ---------------------------
 
diff --git a/pom.xml b/pom.xml
index 701e3da..7072e0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>1.8.0</version>
+  <version>1.8.1-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>1.8.0</version>
+      <version>1.8.1</version>
       <exclusions>
         <exclusion>
           <groupId>${pom.groupId}</groupId>
@@ -157,7 +157,7 @@
                 <artifactItem>
                   <groupId>${pom.groupId}</groupId>
                   <artifactId>org.apache.felix.framework</artifactId>
-                  <version>1.8.0</version>
+                  <version>1.8.1</version>
                 </artifactItem>
               </artifactItems>
             </configuration>