You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2016/09/29 16:15:30 UTC

svn commit: r1762804 - /bval/trunk/bval-jsr/pom.xml

Author: mbenson
Date: Thu Sep 29 16:15:30 2016
New Revision: 1762804

URL: http://svn.apache.org/viewvc?rev=1762804&view=rev
Log:
no need to hold back surefire plugin from current version

Modified:
    bval/trunk/bval-jsr/pom.xml

Modified: bval/trunk/bval-jsr/pom.xml
URL: http://svn.apache.org/viewvc/bval/trunk/bval-jsr/pom.xml?rev=1762804&r1=1762803&r2=1762804&view=diff
==============================================================================
--- bval/trunk/bval-jsr/pom.xml (original)
+++ bval/trunk/bval-jsr/pom.xml Thu Sep 29 16:15:30 2016
@@ -288,8 +288,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <!-- 2.12 has http://jira.codehaus.org/browse/SUREFIRE-836 -->
-                <version>2.11</version>
                 <configuration>
                     <includes>
                         <include>**/*Test.java</include>