Disable apache-rat reportin to circumvent error

Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project apache-rat-project: The artifact (org.apache.rat:apache-rat-plugin) requires a different version (0.13) than what is found (0.12) for the expression (previousRatVersion) in the project (org.apache.rat:apache-rat-project). -> [Help 1]



git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1843485 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9756ec2..fd11c68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,11 +264,14 @@
           </reportSet>
         </reportSets>
       </plugin>
+<!-- Disabled during release to prevent:
+Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project apache-rat-project: The artifact (org.apache.rat:apache-rat-plugin) requires a different version (0.13) than what is found (0.12) for the expression (previousRatVersion) in the project (org.apache.rat:apache-rat-project). -> [Help 1]
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <version>${previousRatVersion}</version>
       </plugin>
+-->
     </plugins>
   </reporting>
   <build>