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/annotations/DEPENDENCIES b/scrplugin/annotations/DEPENDENCIES
index a3ad1f6..b0a9d0b 100644
--- a/scrplugin/annotations/DEPENDENCIES
+++ b/scrplugin/annotations/DEPENDENCIES
@@ -1,5 +1,5 @@
 Apache Felix SCR Annotations
-Copyright 2007-2010 The Apache Software Foundation
+Copyright 2007-2011 The Apache Software Foundation
 
 
 I. Included Software
diff --git a/scrplugin/annotations/NOTICE b/scrplugin/annotations/NOTICE
index 3f29aec..cf782a9 100644
--- a/scrplugin/annotations/NOTICE
+++ b/scrplugin/annotations/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix SCR Annotations
-Copyright 2007-2010 The Apache Software Foundation
+Copyright 2007-2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/scrplugin/generator/DEPENDENCIES b/scrplugin/generator/DEPENDENCIES
index 9dbdf74..61e7258 100644
--- a/scrplugin/generator/DEPENDENCIES
+++ b/scrplugin/generator/DEPENDENCIES
@@ -1,5 +1,5 @@
 Apache Felix Descriptor Generator Implementation
-Copyright 2010 The Apache Software Foundation
+Copyright 2010-2011 The Apache Software Foundation
 
 
 I. Included Software
diff --git a/scrplugin/generator/NOTICE b/scrplugin/generator/NOTICE
index df28308..9d3e412 100644
--- a/scrplugin/generator/NOTICE
+++ b/scrplugin/generator/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix Descriptor Generator Implementation
-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/maven-scr-plugin/DEPENDENCIES b/scrplugin/maven-scr-plugin/DEPENDENCIES
index f93a08b..61fdb6c 100644
--- a/scrplugin/maven-scr-plugin/DEPENDENCIES
+++ b/scrplugin/maven-scr-plugin/DEPENDENCIES
@@ -1,5 +1,5 @@
 Apache Felix SCR Maven Plugin
-Copyright 2007-2010 The Apache Software Foundation
+Copyright 2007-2011 The Apache Software Foundation
 
 
 I. Included Software
diff --git a/scrplugin/maven-scr-plugin/NOTICE b/scrplugin/maven-scr-plugin/NOTICE
index b9f1127..35bf375 100644
--- a/scrplugin/maven-scr-plugin/NOTICE
+++ b/scrplugin/maven-scr-plugin/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix SCR Maven Plugin
-Copyright 2007-2010 The Apache Software Foundation
+Copyright 2007-2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
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>