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>
diff --git a/framework/pom.xml b/framework/pom.xml
index ba9f8ce..e62b2dd 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <dependencies>
   </dependencies>
   <properties>
diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index fc148c4..76790be 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>gogo-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.6.0</version>
     <relativePath>../gogo-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>org.apache.felix.gogo.command</artifactId>
   <packaging>bundle</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <name>Apache Felix Gogo Command</name>
 
   <description>
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
diff --git a/gogo/gogo-parent/pom.xml b/gogo/gogo-parent/pom.xml
index 25bafd1..ba8d400 100644
--- a/gogo/gogo-parent/pom.xml
+++ b/gogo/gogo-parent/pom.xml
@@ -29,7 +29,7 @@
     <name>Apache Felix Gogo</name>
     <description>Apache Felix Gogo Subproject</description>
     <artifactId>gogo-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 9fe6d75..fc9ca3f 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -20,14 +20,14 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.6.0</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/gogo/shell/pom.xml b/gogo/shell/pom.xml
index 73f3ffe..595817c 100644
--- a/gogo/shell/pom.xml
+++ b/gogo/shell/pom.xml
@@ -20,14 +20,14 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.6.0</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Shell</name>
     <artifactId>org.apache.felix.gogo.shell</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
+            <version>0.6.0</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/main.distribution/pom.xml b/main.distribution/pom.xml
index 4f118c6..95ef0fe 100644
--- a/main.distribution/pom.xml
+++ b/main.distribution/pom.xml
@@ -27,12 +27,12 @@
   <packaging>pom</packaging>
   <name>Apache Felix Main Distribution</name>
   <artifactId>org.apache.felix.main.distribution</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <properties>
-    <framework.version>3.1.0-SNAPSHOT</framework.version>
-    <gogo.runtime.version>0.7.0-SNAPSHOT</gogo.runtime.version>
-    <gogo.shell.version>0.7.0-SNAPSHOT</gogo.shell.version>
-    <gogo.command.version>0.7.0-SNAPSHOT</gogo.command.version>
+    <framework.version>3.0.0</framework.version>
+    <gogo.runtime.version>0.6.0</gogo.runtime.version>
+    <gogo.shell.version>0.6.0</gogo.shell.version>
+    <gogo.command.version>0.6.0</gogo.command.version>
     <obr.version>1.6.2</obr.version>
   </properties>
   <build>
diff --git a/main/pom.xml b/main/pom.xml
index 8a5b7bc..b3340ef 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>3.1.0-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -38,10 +38,10 @@
   <properties>
     <log.level>4</log.level>
     <dollar>$</dollar>
-    <framework.version>3.1.0-SNAPSHOT</framework.version>
-    <gogo.runtime.version>0.7.0-SNAPSHOT</gogo.runtime.version>
-    <gogo.shell.version>0.7.0-SNAPSHOT</gogo.shell.version>
-    <gogo.command.version>0.7.0-SNAPSHOT</gogo.command.version>
+    <framework.version>3.0.0</framework.version>
+    <gogo.runtime.version>0.6.0</gogo.runtime.version>
+    <gogo.shell.version>0.6.0</gogo.shell.version>
+    <gogo.command.version>0.6.0</gogo.command.version>
     <obr.version>1.6.2</obr.version>
   </properties>
   <profiles>