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/10 18:50:23 UTC

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

Author: pottlinger
Date: Wed Oct 10 18:50:23 2018
New Revision: 1843488

URL: http://svn.apache.org/viewvc?rev=1843488&view=rev
Log:
Disable property placeholder for release

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1843488&r1=1843487&r2=1843488&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Wed Oct 10 18:50:23 2018
@@ -331,7 +331,7 @@ Failed to execute goal org.apache.maven.
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>${previousRatVersion}</version>
+          <version>0.12</version>
           <dependencies><!--TODO remove exclusion when upgrading to new ASF parent or doxia release (RAT-158) -->
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>