[maven-release-plugin]  copy for tag org.apache.felix.gogo.runtime-0.16.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.16.0@1664253 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/changelog.txt b/doc/changelog.txt
index c518ada..8518b00 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,12 @@
+Changes 0.14.0 to 0.16.0
+------------------------
+
+** Bug
+    * [FELIX-4783] - ConcurrentModificationException when stopping
+
+** New Feature
+    * [FELIX-4671] - Provide an expression parser
+
 Changes 0.12.1 to 0.14.0
 ------------------------
 
diff --git a/pom.xml b/pom.xml
index b4815de..70a2151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>0.14.1-SNAPSHOT</version>
+    <version>0.16.0</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -83,4 +83,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.16.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.16.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.16.0</url>
+  </scm>
 </project>