You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/09/16 19:53:33 UTC

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

Author: rdonkin
Date: Sun Sep 16 17:53:32 2012
New Revision: 1385330

URL: http://svn.apache.org/viewvc?rev=1385330&view=rev
Log:
Upgrading to latest and greatest compiler plugin version for improved performance. Thanks to Olivier Lamy.

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1385330&r1=1385329&r2=1385330&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sun Sep 16 17:53:32 2012
@@ -34,11 +34,11 @@ releases. It is heuristic in nature: mak
 will produce false positives and cannot find every possible issue with a release.
 It's reports require interpretation.
 
-In response to demands from project quality tool developers, Rat is available as a 
+In response to demands from project quality tool developers, Rat is available as a
 library suitable for inclusion in tools. This POM describes that library.
 Note that binary compatibility is not guaranteed between 0.x releases.
 
-Apache Rat is developed by the Apache Creadur project, a language and build 
+Apache Rat is developed by the Apache Creadur project, a language and build
 agnostic home for software distribution comprehension and audit tools.
   </description>
   <inceptionYear>2006</inceptionYear>
@@ -68,8 +68,8 @@ agnostic home for software distribution 
           </profile>
         </profiles>
     -->
-    <!-- 
-    For the moment, deploy to stage directory only. 
+    <!--
+    For the moment, deploy to stage directory only.
     -->
     <rat.site.url>file:stage</rat.site.url>
     <rat.site.name>Apache Rat Website</rat.site.name>
@@ -236,7 +236,7 @@ agnostic home for software distribution 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.1</version>
+          <version>2.5.1</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>
@@ -293,7 +293,7 @@ agnostic home for software distribution 
     <system>Buildbot</system>
     <url>http://ci.apache.org/builders/rat_trunk</url>
   </ciManagement>
-  
+
   <mailingLists>
     <mailingList>
       <name>Rat Development (Apache Creadur project)</name>
@@ -402,7 +402,7 @@ agnostic home for software distribution 
       <name>${rat.site.name}</name>
       <url>${rat.site.url}</url>
     </site>
- 
+
     <repository>
       <id>${rat.releases.id}</id>
       <name>${rat.releases.name}</name>