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

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.10.0@1136491 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 9ee5b64..0f7c8dc 100644
--- a/doc/changelog.txt
+++ b/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/pom.xml b/pom.xml
index ff8575b..af31761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Shell</name>
     <artifactId>org.apache.felix.gogo.shell</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -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>
@@ -98,4 +98,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.10.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.10.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.10.0</url>
+  </scm>
 </project>