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 20:06:30 UTC

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

Author: pottlinger
Date: Wed Oct 10 20:06:29 2018
New Revision: 1843501

URL: http://svn.apache.org/viewvc?rev=1843501&view=rev
Log:
Try not to use a placeholder at all for dryRun.

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1843501&r1=1843500&r2=1843501&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Wed Oct 10 20:06:29 2018
@@ -264,14 +264,11 @@ agnostic home for software distribution
           </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>
+        <version>0.12</version>
       </plugin>
--->
     </plugins>
   </reporting>
   <build>