[maven-release-plugin] copy for tag jackrabbit-2.21.4

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/tags/jackrabbit-2.21.4@1882647 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 6b1b1d6..2e7f965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
                 </goals>
                 <phase>deploy</phase>
                 <configuration>
-                  <tasks>
+                  <target>
                     <mkdir dir="${basedir}/target/${project.version}" />
                     <copy todir="${basedir}/target/${project.version}" flatten="true">
                       <fileset dir="${basedir}">
@@ -229,7 +229,7 @@
     file://${basedir}/target/announcement.txt
                     </echo>
                     <echo />
-                  </tasks>
+                  </target>
                 </configuration>
               </execution>
             </executions>