Rollback latest releases.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@952279 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index 9ec9862..2387bd1 100644
--- a/framework.security/pom.xml
+++ b/framework.security/pom.xml
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Security Provider</name>
<artifactId>org.apache.felix.framework.security</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<description>
This bundle provides an implementation of the OSGi security for Apache Felix.
</description>
@@ -40,7 +40,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>