[maven-release-plugin]  copy for tag maven-parent-7

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-7@587313 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 03f41a7..eb250b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>7-SNAPSHOT</version>
+  <version>7</version>
   <packaging>pom</packaging>
   <name>Apache Maven</name>
   <description>Maven is a software project management and comprehension tool. Based on the concept of a project object model   (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</description>
@@ -82,8 +82,9 @@
     <plugins>
       <!-- We want to package up license resources in the JARs produced -->
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.0-alpha-6-SNAPSHOT</version>
+        <version>1.0-alpha-6</version>
         <executions>
           <execution>
             <goals>
@@ -91,7 +92,7 @@
             </goals>
             <configuration>
               <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.3-SNAPSHOT</resourceBundle>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
               </resourceBundles>
             </configuration>
           </execution>
@@ -112,7 +113,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-4</version>
+          <version>2.0-beta-6</version>
           <configuration>
             <!-- This element will be overriden by children -->
             <tagBase>https://svn.apache.org/repos/asf/maven/pom/tags</tagBase>
@@ -220,8 +221,9 @@
         <plugins>
           <!-- We want to sign the artifact, the POM, and all attached artifacts -->
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.0-alpha-3</version>
+            <version>1.0-alpha-4</version>
             <configuration>
               <passphrase>${gpg.passphrase}</passphrase>
             </configuration>
@@ -236,6 +238,7 @@
           <!-- We want to deploy the artifact to a staging location for perusal -->
           <plugin>
             <inherited>true</inherited>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-deploy-plugin</artifactId>
             <version>2.3</version>
             <configuration>
@@ -246,7 +249,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
-            <version>2.0.2</version>
+            <version>2.0.3</version>
             <executions>
               <execution>
                 <id>attach-sources</id>
@@ -259,7 +262,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.2</version>
+            <version>2.3</version>
             <executions>
               <execution>
                 <id>attach-javadocs</id>
@@ -275,9 +278,9 @@
     <!-- END SNIPPET: release-profile -->
   </profiles>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-7</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-7</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-7</url>
   </scm>
   <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
   <developers>