[maven-release-plugin]  copy for tag tiles-autotag-1.1.0

git-svn-id: https://svn.apache.org/repos/asf/tiles/autotag/tags/tiles-autotag-1.1.0@1360313 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index bb3060d..166c23d 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -114,7 +114,7 @@
                         <include name="${project.artifactId}-${project.version}-*.tar.gz*" />
                         <exclude name="${project.artifactId}-${project.version}-source-release.*" />
                       </fileset>
-                      <mapper type="glob" from="${project.artifactId}-*" to="tiles-request-*" />
+                      <mapper type="glob" from="${project.artifactId}-*" to="tiles-autotag-*" />
                     </copy>
                   </tasks>
                 </configuration>
diff --git a/pom.xml b/pom.xml
index 11e8d28..14c195d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,18 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <releaseProfiles>apache-release</releaseProfiles>
+                    <goals>deploy site-deploy</goals>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
     <profiles>
         <profile>
             <id>apache-release</id>