You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2018/10/08 19:59:56 UTC

svn commit: r1843193 - /creadur/rat/trunk/pom.xml

Author: pottlinger
Date: Mon Oct  8 19:59:56 2018
New Revision: 1843193

URL: http://svn.apache.org/viewvc?rev=1843193&view=rev
Log:
Try to prepare a release

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

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1843193&r1=1843192&r2=1843193&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Mon Oct  8 19:59:56 2018
@@ -264,12 +264,14 @@ agnostic home for software distribution
           </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>