You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <GG...@seagullsoftware.com> on 2011/09/15 14:18:02 UTC

RE: svn commit: r1171030 - /commons/proper/commons-parent/trunk/pom.xml

Nice clean ups Seb :)

-----Original Message-----
From: sebb@apache.org [mailto:sebb@apache.org] 
Sent: Thursday, September 15, 2011 6:22 AM
To: commits@commons.apache.org
Subject: svn commit: r1171030 - /commons/proper/commons-parent/trunk/pom.xml

Author: sebb
Date: Thu Sep 15 10:21:41 2011
New Revision: 1171030

URL: http://svn.apache.org/viewvc?rev=1171030&view=rev
Log:
Define a few more plugin version properties

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1171030&r1=1171029&r2=1171030&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Sep 15 10:21:41 2011
@@ -477,7 +477,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.3</version>
+        <version>${commons.jxr.version}</version>
         <configuration> 
           <aggregate>false</aggregate>
         </configuration> 
@@ -485,7 +485,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.4</version>
+        <version>${commons.project-info.version}</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -519,7 +519,7 @@
       <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.3</version>
+          <version>${commons.clirr.version}</version>
           <configuration>
               <minSeverity>${minSeverity}</minSeverity>
           </configuration>
@@ -980,12 +980,17 @@
     <commons.compiler.compilerVersion />
     <commons.compiler.javac />
     <commons.surefire.java />
-    <commons.surefire.version>2.9</commons.surefire.version>
-    <commons.javadoc.version>2.8</commons.javadoc.version>
     
     <!-- plugin versions (allows same value in reporting and build sections) -->
+    <commons.surefire.version>2.9</commons.surefire.version>
+    <commons.surefire-report.version>2.9</commons.surefire-report.version>
+    <commons.javadoc.version>2.8</commons.javadoc.version>
     <commons.rat.version>0.7</commons.rat.version>
     <commons.changes.version>2.6</commons.changes.version>
+    <commons.clirr.version>2.3</commons.clirr.version>
+    <commons.jxr.version>2.3</commons.jxr.version>
+    <commons.project-info.version>2.4</commons.project-info.version>
+
 
     <!-- Default values for the download-page generation by commons-build-plugin -->
     <commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>