Change version of parent pom to 1.0.0 and the versions of the first batch of 1.0.0 release bundles

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@556122 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 9245775..c3a634e 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -23,14 +23,14 @@
  <parent>
    <artifactId>felix</artifactId>
    <groupId>org.apache.felix</groupId>
-   <version>0.9.0-incubator-SNAPSHOT</version>
+   <version>1.0.0</version>
    <relativePath>../pom/pom.xml</relativePath>
  </parent>
 
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.felix</groupId>
  <artifactId>maven-bundle-plugin</artifactId>
- <version>0.9.0-incubator-SNAPSHOT</version>
+ <version>1.0.0</version>
 
  <packaging>maven-plugin</packaging>
  <name>Maven Bundle Plugin</name>