[maven-scm] copy for tag maven-parent-5

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5@502478 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d8dd2f7..eac8ef9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,9 +291,15 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>        
           <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-4</version>          
           <configuration>
+            <!-- This element will be overriden by children -->
             <tagBase>https://svn.apache.org/repos/asf/maven/pom/tags</tagBase>
+            <useReleaseProfile>false</useReleaseProfile>
+            <goals>deploy site-deploy</goals>
+            <arguments>-Prelease</arguments>
           </configuration>
         </plugin>
       </plugins>
@@ -446,16 +452,6 @@
               </execution>
             </executions>
           </plugin>          
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-release-plugin</artifactId>
-            <version>2.0-beta-4</version>
-            <configuration>
-              <useReleaseProfile>false</useReleaseProfile>
-              <goals>site site-deploy</goals>
-              <arguments>-Prelease</arguments>
-            </configuration>
-          </plugin>          
         </plugins>
       </build>
     </profile>