deploy ant-tasks site directly to maven.a.o/ant-tasks

git-svn-id: https://svn.apache.org/repos/asf/maven/ant-tasks/trunk@1438752 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4842638..45c05c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,10 +257,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
-        <version>1.0-beta-2</version>
         <configuration>
           <content>${project.reporting.outputDirectory}</content>
-          <pubScmUrl>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ant-tasks-archives/ant-tasks-current</pubScmUrl>
+          <pubScmUrl>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ant-tasks</pubScmUrl>
           <checkoutDirectory>site-content</checkoutDirectory>
           <tryUpdate>true</tryUpdate>
         </configuration>