[maven-release-plugin] prepare release gogo-0.2.0

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@812672 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/pom.xml b/gogo/pom.xml
index d4b5508..3303e53 100644
--- a/gogo/pom.xml
+++ b/gogo/pom.xml
@@ -17,8 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
@@ -31,7 +30,7 @@
     <description>Apache Felix Gogo Shell</description>
     <groupId>org.apache.felix.gogo</groupId>
     <artifactId>gogo</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0</version>
 
     <modules>
         <module>runtime</module>
@@ -196,4 +195,10 @@
             </build>
         </profile>
     </profiles>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-0.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-0.2.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-0.2.0</url>
+  </scm>
 </project>