FELIX-1010 : Add annotations to the build, change version and make the retention policy to be source (we don't want the annotations in the compiled classes)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@760530 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/pom.xml b/scrplugin/pom.xml
index a704547..5810d8c 100644
--- a/scrplugin/pom.xml
+++ b/scrplugin/pom.xml
@@ -23,12 +23,13 @@
         <artifactId>felix</artifactId>
         <groupId>org.apache.felix</groupId>
         <version>1.0.4</version>
+        <relativePath>../pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.felix</groupId>
     <artifactId>maven-scr-plugin</artifactId>
 
-	<version>1.0.11-SNAPSHOT</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<packaging>maven-plugin</packaging>
 
 	<name>Maven SCR Plugin</name>
@@ -101,7 +102,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>maven-scr-plugin-annotations</artifactId>
-			<version>1.0.11-SNAPSHOT</version>
+			<version>0.9.0-SNAPSHOT</version>
 		</dependency>
 		
 	</dependencies>