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:00:36 UTC

svn commit: r1706467 - /creadur/rat/branches/0.12-release/pom.xml

Author: jochen
Date: Fri Oct  2 19:00:35 2015
New Revision: 1706467

URL: http://svn.apache.org/viewvc?rev=1706467&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/pom.xml

Modified: creadur/rat/branches/0.12-release/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/pom.xml?rev=1706467&r1=1706466&r2=1706467&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/pom.xml (original)
+++ creadur/rat/branches/0.12-release/pom.xml Fri Oct  2 19:00:35 2015
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>
-  <version>0.12-SNAPSHOT</version>
+  <version>0.12</version>
   <packaging>pom</packaging>
   <name>Apache Creadur Rat</name>
   <url>http://creadur.apache.org/rat/</url>
@@ -52,7 +52,7 @@ 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.11</previousRatVersion>
+    <previousRatVersion>0.12</previousRatVersion>
     <!--
     Publication to the website is a two phase operation:
 
@@ -263,12 +263,6 @@ agnostic home for software distribution
           </reportSet>
         </reportSets>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <!-- Must use previous version, to avoid a cyclic reference -->
-        <version>0.12-SNAPSHOT</version>
-      </plugin>
     </plugins>
   </reporting>
   <build>
@@ -396,7 +390,7 @@ agnostic home for software distribution
         						</goals>
         					</pluginExecutionFilter>
         					<action>
-        						<ignore></ignore>
+        						<ignore />
         					</action>
         				</pluginExecution>
         			</pluginExecutions>
@@ -418,7 +412,7 @@ agnostic home for software distribution
             </goals>
             <configuration>
               <target>
-                <copy file="RELEASE_NOTES.txt" todir="${project.build.directory}/site/" failonerror="false"/>
+                <copy file="RELEASE_NOTES.txt" todir="${project.build.directory}/site/" failonerror="false" />
               </target>
             </configuration>
           </execution>
@@ -625,9 +619,9 @@ agnostic home for software distribution
     </contributor>
   </contributors>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/creadur/rat/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.12</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.12</developerConnection>
+    <url>http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.12</url>
   </scm>
   <distributionManagement>
     <site>