FELIX-4836: Protect against multiple scr bnd plugin invocations.
Also, fixed the pom.xml for the bnd scr plugin and also for the scrtask plugin, which were still referencing old 
org.apache.felix.scr.annotations 1.9.9-SNAPSHOT versions, while the latest version is 1.9.11-SNAPSHOT version.



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1669348 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/bnd-scr-plugin/pom.xml b/scrplugin/bnd-scr-plugin/pom.xml
index 6de852b..1c7eb17 100644
--- a/scrplugin/bnd-scr-plugin/pom.xml
+++ b/scrplugin/bnd-scr-plugin/pom.xml
@@ -55,7 +55,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
-			<version>1.9.9-SNAPSHOT</version>
+			<version>1.9.11-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>