[maven-release-plugin]  copy for tag org.apache.felix.gogo.command-0.10.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.command-0.10.0@1136494 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/changelog.txt b/doc/changelog.txt
index b466ea5..743b68e 100644
--- a/doc/changelog.txt
+++ b/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/pom.xml b/pom.xml
index 9600673..ceb4991 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>org.apache.felix.gogo.command</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <name>Apache Felix Gogo Command</name>
 
   <description>
@@ -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>
@@ -88,4 +88,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.command-0.10.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.command-0.10.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.command-0.10.0</url>
+  </scm>
 </project>