You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2015/10/02 21:11:44 UTC

svn commit: r1706468 - /creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml

Author: jochen
Date: Fri Oct  2 19:11:44 2015
New Revision: 1706468

URL: http://svn.apache.org/viewvc?rev=1706468&view=rev
Log:
Preparing 0.12: Disabling rat check, because it won't work using rat itself when building rat.


Modified:
    creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml

Modified: creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml?rev=1706468&r1=1706467&r2=1706468&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml Fri Oct  2 19:11:44 2015
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>apache-rat-project</artifactId>
     <groupId>org.apache.rat</groupId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</version>
   </parent>
   <artifactId>apache-rat-plugin</artifactId>
   <packaging>maven-plugin</packaging>
@@ -116,7 +116,7 @@
         						</goals>
         					</pluginExecutionFilter>
         					<action>
-        						<ignore></ignore>
+        						<ignore />
         					</action>
         				</pluginExecution>
         			</pluginExecutions>