Downgrade dependencies for release
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1708412 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 282d16e..5a9b114 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Main</name>
<artifactId>org.apache.felix.main</artifactId>
- <version>5.5.0-SNAPSHOT</version>
+ <version>5.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>
@@ -37,14 +37,14 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>5.5.0-SNAPSHOT</version>
+ <version>5.4.0</version>
</dependency>
</dependencies>
<properties>
<log.level>4</log.level>
<dollar>$</dollar>
<gogo.runtime.version>0.16.2</gogo.runtime.version>
- <gogo.shell.version>0.12.0</gogo.shell.version>
+ <gogo.shell.version>0.10.0</gogo.shell.version>
<gogo.command.version>0.16.0</gogo.command.version>
<obr.version>2.0.6</obr.version>
</properties>