Update copyright notice and correct dependency from ant task to generator

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1078727 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/scrtask/DEPENDENCIES b/scrplugin/scrtask/DEPENDENCIES
index 716c3bb..2c36ef7 100644
--- a/scrplugin/scrtask/DEPENDENCIES
+++ b/scrplugin/scrtask/DEPENDENCIES
@@ -1,5 +1,5 @@
 Apache Felix SCR Ant Task
-Copyright 2010 The Apache Software Foundation
+Copyright 2010-2011 The Apache Software Foundation
 
 
 I. Included Software
diff --git a/scrplugin/scrtask/NOTICE b/scrplugin/scrtask/NOTICE
index 90d38a2..393da80 100644
--- a/scrplugin/scrtask/NOTICE
+++ b/scrplugin/scrtask/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix SCR Ant Task
-Copyright 2010 The Apache Software Foundation
+Copyright 2010-2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/scrplugin/scrtask/pom.xml b/scrplugin/scrtask/pom.xml
index 46b92bf..e0341ff 100644
--- a/scrplugin/scrtask/pom.xml
+++ b/scrplugin/scrtask/pom.xml
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>1.0.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>