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

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-9@693259 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9415830..d33d9df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>9-SNAPSHOT</version>
+  <version>9</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven</name>
@@ -491,9 +491,9 @@
   </mailingLists>
 
   <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-9</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-9</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-9</url>
   </scm>
   <ciManagement>
     <system>Hudson</system>
@@ -577,11 +577,12 @@
           <artifactId>maven-deploy-plugin</artifactId>
           <version>2.3</version>
         </plugin>
-        <plugin>
+        <!--<plugin>
+        Uncomment after alpha-4 is released...we have check or egg here doing the release that introduces the rule that is needed.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>1.0-SNAPSHOT</version>
-        </plugin>
+          <version>1.0-alpha-4</version>
+        </plugin>-->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-docck-plugin</artifactId>
@@ -758,7 +759,9 @@
       </activation>
       <build>
         <plugins>
-          <plugin>
+        
+          <!--<plugin>
+          Clirr needs to be more flexble before we can force this everywhere. New releases that don't have previous artifacts to compare cause Clirr to blow up. And Clirr needs to be smart enough to only look at the previous release artifact so we can make this work during snapshot builds, otherwise it just blows up when you try to do a release.
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
             <executions>
@@ -770,7 +773,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin>-->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pmd-plugin</artifactId>
@@ -896,11 +899,11 @@
               </reportSet>
             </reportSets>
           </plugin>
-          <plugin>
+          <!--plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
             <version>2.2.2</version>
-          </plugin>
+          </plugin-->
         </plugins>
       </reporting>
     </profile>
@@ -961,7 +964,7 @@
               </execution>
             </executions>
           </plugin>
-          <plugin>
+          <!--plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
             <executions>
@@ -973,7 +976,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin-->
         </plugins>
       </build>
     </profile>