Try to prepare a release

Have to disable RAT checking as release plugin wants to change the version as well.


git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1843193 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 107c2ed..e806a9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,12 +264,14 @@
           </reportSet>
         </reportSets>
       </plugin>
+<!-- DISABLED before Release
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <!-- Must use previous version, to avoid a cyclic reference -->
+        <!-- Must use previous version, to avoid a cyclic reference 
         <version>${previousRatVersion}</version>
       </plugin>
+-->
     </plugins>
   </reporting>
   <build>