Prepare release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1488908 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/ds-annotations/pom.xml b/scrplugin/ds-annotations/pom.xml
index a17eabf..52caff0 100644
--- a/scrplugin/ds-annotations/pom.xml
+++ b/scrplugin/ds-annotations/pom.xml
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.5.1-SNAPSHOT</version>
+            <version>1.7.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/scrplugin/generator/changelog.txt b/scrplugin/generator/changelog.txt
index 059d6ef..4c4bd32 100644
--- a/scrplugin/generator/changelog.txt
+++ b/scrplugin/generator/changelog.txt
@@ -1,7 +1,7 @@
 Changes from 1.7.0 to 1.6.0
 ---------------------------
 ** Bug
-    * [FELIX-4058] -  PropertyType password has a type (passwort)
+    * [FELIX-4058] - PropertyType password has a wrong type (passwort)
 
  
 Changes from 1.6.0 to 1.5.0
diff --git a/scrplugin/maven-scr-plugin/changelog.txt b/scrplugin/maven-scr-plugin/changelog.txt
index 87dc303..57306ba 100644
--- a/scrplugin/maven-scr-plugin/changelog.txt
+++ b/scrplugin/maven-scr-plugin/changelog.txt
@@ -2,7 +2,7 @@
 -----------------------------
 ** Bug
     * [FELIX-4049] - SCR-Plugin creates invalid manifest-header on incremental-build (eclipse-IDE-integration)
-    * [FELIX-4058] -  PropertyType password has a type (passwort)
+    * [FELIX-4058] - PropertyType password has a wrong type (passwort)
 
 
 Changes from 1.12.0 to 1.11.0
diff --git a/scrplugin/maven-scr-plugin/pom.xml b/scrplugin/maven-scr-plugin/pom.xml
index edd4a8f..2ee2e01 100644
--- a/scrplugin/maven-scr-plugin/pom.xml
+++ b/scrplugin/maven-scr-plugin/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
+            <version>1.7.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/scrplugin/scrtask/changelog.txt b/scrplugin/scrtask/changelog.txt
index 2808387..fbc7ac1 100644
--- a/scrplugin/scrtask/changelog.txt
+++ b/scrplugin/scrtask/changelog.txt
@@ -1,7 +1,7 @@
 Changes from 1.7.0 to 1.6.0
 ---------------------------
 ** Bug
-    * [FELIX-4058] -  PropertyType password has a type (passwort)
+    * [FELIX-4058] - PropertyType password has a wrong type (passwort)
 
 
 Changes from 1.6.0 to 1.5.0
diff --git a/scrplugin/scrtask/pom.xml b/scrplugin/scrtask/pom.xml
index b64f122..2edde46 100644
--- a/scrplugin/scrtask/pom.xml
+++ b/scrplugin/scrtask/pom.xml
@@ -54,13 +54,13 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
+            <version>1.7.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.9.3-SNAPSHOT</version>
+            <version>1.9.4</version>
             <scope>compile</scope>
         </dependency>
         <dependency>