Prepare for release.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1136486 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/command/doc/changelog.txt b/gogo/command/doc/changelog.txt
index b466ea5..743b68e 100644
--- a/gogo/command/doc/changelog.txt
+++ b/gogo/command/doc/changelog.txt
@@ -1,3 +1,14 @@
+Changes from 0.8.0 to 0.10.0
+----------------------------
+
+** Bug
+    * [FELIX-2937] - [Gogo Command] OBR commands do not output anything
+      when nothing is found
+    * [FELIX-2938] - [Gogo Command] The "info" command throws an NPE if
+      the specified bundle identifier doesn't exist
+    * [FELIX-3001] - [gogo] help command throws ClassCastException if any
+      osgi.command.function service property is not String[]
+
 Changes from 0.6.1 to 0.8.0
 ---------------------------
 
diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index 9600673..224f862 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-      <version>0.8.0</version>
+      <version>0.10.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
diff --git a/gogo/runtime/doc/changelog.txt b/gogo/runtime/doc/changelog.txt
index 6e06728..68ddf20 100644
--- a/gogo/runtime/doc/changelog.txt
+++ b/gogo/runtime/doc/changelog.txt
@@ -1,3 +1,12 @@
+Changes 0.8.0 to 0.10.0
+----------------------
+
+** Bug
+    * [FELIX-2870] - ConcurrentModificationException in gogo runtime
+    * [FELIX-2894] - Gogo does not handles options but not parameters
+    * [FELIX-2927] - [gogo] coercion mechanism invokes foo(String) instead
+      of foo(int) - even with explicit int argument
+
 Changes 0.6.1 to 0.8.0
 ----------------------
 
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 341c46c..184d1a1 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/gogo/shell/doc/changelog.txt b/gogo/shell/doc/changelog.txt
index 9ee5b64..0f7c8dc 100644
--- a/gogo/shell/doc/changelog.txt
+++ b/gogo/shell/doc/changelog.txt
@@ -1,3 +1,10 @@
+Changes from 0.8.0 to 0.10.0
+----------------------------
+
+** Improvement
+    * Added gosh_profile work around for issue with OSGi R4.3 API
+      ambiguity.
+
 Changes from 0.6.1 to 0.8.0
 ---------------------------
 
diff --git a/gogo/shell/pom.xml b/gogo/shell/pom.xml
index ff8575b..919943c 100644
--- a/gogo/shell/pom.xml
+++ b/gogo/shell/pom.xml
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.8.0</version>
+            <version>0.10.0</version>
         </dependency>
     </dependencies>
     <build>