You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/27 16:10:56 UTC

svn commit: r1450798 - /commons/proper/ognl/trunk/pom.xml

Author: olamy
Date: Wed Feb 27 15:10:56 2013
New Revision: 1450798

URL: http://svn.apache.org/r1450798
Log:
upgrade surefire and javadoc plugins

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1450798&r1=1450797&r2=1450798&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Wed Feb 27 15:10:56 2013
@@ -174,7 +174,7 @@ limitations under the License.
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <commons.javadoc.version>2.8</commons.javadoc.version>
+    <commons.javadoc.version>2.9</commons.javadoc.version>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
 
@@ -308,7 +308,7 @@ limitations under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.10</version>
+          <version>2.13</version>
         </plugin>
       </plugins>
     </pluginManagement>