You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/08/24 15:58:51 UTC

svn commit: r1376915 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Fri Aug 24 13:58:51 2012
New Revision: 1376915

URL: http://svn.apache.org/viewvc?rev=1376915&view=rev
Log:
Update to Commons-Parent 26.

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1376915&r1=1376914&r2=1376915&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Aug 24 13:58:51 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>25</version>
+    <version>26</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -151,13 +151,6 @@
           <artifactId>maven-checkstyle-plugin</artifactId>
           <version>2.9.1</version>
         </plugin>
-        <!-- Use 2.11 to run individual tests, 2.12 seems to no longer support this feature.  -->
-        <!-- See http://jira.codehaus.org/browse/SUREFIRE-827 -->
-<!--         <plugin> -->
-<!--           <groupId>org.apache.maven.plugins</groupId> -->
-<!--           <artifactId>maven-surefire-plugin</artifactId> -->
-<!--           <version>2.11</version> -->
-<!--         </plugin> -->
       </plugins>
     </pluginManagement>
     <plugins>