You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/02/05 19:16:30 UTC

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

Author: sebb
Date: Sat Feb  5 18:16:30 2011
New Revision: 1067475

URL: http://svn.apache.org/viewvc?rev=1067475&view=rev
Log:
Apache Parent 7=>8
Surefire 2.7.1 => 2.7.2 (has some useful fixes)
Javadoc 2.5 => 2.7 (enables use of javadoc:fix)

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=1067475&r1=1067474&r2=1067475&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Feb  5 18:16:30 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
@@ -174,7 +174,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.5</version>
+          <version>${commons.javadoc.version}</version>
           <configuration>
             <!-- keep only errors and warnings -->
             <quiet>true</quiet>
@@ -204,7 +204,7 @@
           <configuration>
             <!--
                 apache parent pom automatically adds "LICENSE" and "NOTICE" files
-                to jars - duplciating the "LICENSE.txt" and "NOTICE.txt"
+                to jars - duplicating the "LICENSE.txt" and "NOTICE.txt"
                 files that components already have.
              -->
             <skip>true</skip>
@@ -370,7 +370,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.5</version>
+        <version>${commons.javadoc.version}</version>
         <configuration> 
           <!-- keep only errors and warnings -->
           <quiet>true</quiet>
@@ -394,6 +394,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
+        <!-- TODO why is this different from the version in pluginManagement? -->
         <version>2.0.1</version>
         <configuration>
           <!-- Exclude the navigation file for Maven 1 sites
@@ -807,7 +808,8 @@
     <commons.compiler.compilerVersion />
     <commons.compiler.javac />
     <commons.surefire.java />
-    <commons.surefire.version>2.7.1</commons.surefire.version>
+    <commons.surefire.version>2.7.2</commons.surefire.version>
+    <commons.javadoc.version>2.7</commons.javadoc.version>
 
     <!-- Default values for the download-page generation by commons-build-plugin -->
     <commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>