Updating the version numbers for the subprojects that will be in the
first public release.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@483120 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index 37e82fc..16900a0 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0-incubator</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
diff --git a/framework/pom.xml b/framework/pom.xml
index f5911cb..a7ee506 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0-incubator</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
diff --git a/main/pom.xml b/main/pom.xml
index d13b8f3..1fc558a 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -20,7 +20,7 @@
  <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0-incubator</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
diff --git a/org.osgi.core/pom.xml b/org.osgi.core/pom.xml
index 3dabf35..2be2e72 100644
--- a/org.osgi.core/pom.xml
+++ b/org.osgi.core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0-incubator</version>
   </parent>
   <organization>
     <name>OSGi Alliance</name>
diff --git a/shell.tui/pom.xml b/shell.tui/pom.xml
index 4be7766..73f1dc7 100644
--- a/shell.tui/pom.xml
+++ b/shell.tui/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0-incubator</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
diff --git a/shell/pom.xml b/shell/pom.xml
index 57f6af5..83718eb 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0-incubator</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
diff --git a/tools/maven2/maven-bundle-plugin/pom.xml b/tools/maven2/maven-bundle-plugin/pom.xml
index 801e7bb..0e1a73b 100644
--- a/tools/maven2/maven-bundle-plugin/pom.xml
+++ b/tools/maven2/maven-bundle-plugin/pom.xml
@@ -23,7 +23,7 @@
  <parent>
    <artifactId>felix</artifactId>
    <groupId>org.apache.felix</groupId>
-   <version>0.8.0-SNAPSHOT</version>
+   <version>0.8.0-incubator</version>
  </parent>
 
  <modelVersion>4.0.0</modelVersion>
@@ -43,7 +43,7 @@
   embedding packages from the classpath (wildcarded). Plus a zillion
   other features. See http://www.aqute.biz/php/tools/bnd.php
   </description>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0-incubator</version>
  
  <dependencies>
   <dependency>