Prepare for release
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1174206 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 1529237..fe5c56d 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -28,6 +28,11 @@
<name>Apache Felix Main</name>
<artifactId>org.apache.felix.main</artifactId>
<version>3.3.0-SNAPSHOT</version>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/main</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/main</developerConnection>
+ <url>http://svn.apache.org/repos/asf/felix/main</url>
+ </scm>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
@@ -38,10 +43,10 @@
<properties>
<log.level>4</log.level>
<dollar>$</dollar>
- <framework.version>3.3.0-SNAPSHOT</framework.version>
+ <framework.version>4.0.0</framework.version>
<gogo.runtime.version>0.10.0</gogo.runtime.version>
<gogo.shell.version>0.10.0</gogo.shell.version>
- <gogo.command.version>0.11.0-SNAPSHOT</gogo.command.version>
+ <gogo.command.version>0.12.0</gogo.command.version>
<obr.version>1.6.6</obr.version>
</properties>
<profiles>