[maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1057843 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/shell/pom.xml b/gogo/shell/pom.xml
index 3dd8f45..6997b88 100644
--- a/gogo/shell/pom.xml
+++ b/gogo/shell/pom.xml
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Gogo Shell</name>
<artifactId>org.apache.felix.gogo.shell</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
@@ -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.8.0</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.8.0</developerConnection>
+ <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.8.0</url>
+ </scm>
</project>