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:09:59 UTC

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

Author: pottlinger
Date: Wed Oct 10 20:09:58 2018
New Revision: 1843502

URL: http://svn.apache.org/viewvc?rev=1843502&view=rev
Log:
Placeholder/proerties seem to be a problem for maven-release-plugin runs

Add comment to prevent replacement with property placeholder values

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1843502&r1=1843501&r2=1843502&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Wed Oct 10 20:09:58 2018
@@ -49,7 +49,6 @@ agnostic home for software distribution
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
     <!-- This is the version of Maven required to use the Rat Maven Plugin -->
     <mavenVersion>2.2.1</mavenVersion>
-    <previousRatVersion>0.12</previousRatVersion>
     <!--
     Publication to the website is a two phase operation:
 
@@ -267,6 +266,7 @@ agnostic home for software distribution
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <!-- Do not use property values here as this makes problem during release -->
         <version>0.12</version>
       </plugin>
     </plugins>
@@ -328,6 +328,7 @@ agnostic home for software distribution
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
+          <!-- Do not use property values here as this makes problem during release -->
           <version>0.12</version>
           <dependencies><!--TODO remove exclusion when upgrading to new ASF parent or doxia release (RAT-158) -->
             <dependency>