You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2014/01/22 10:27:11 UTC

svn commit: r1560291 - /stanbol/trunk/parent/pom.xml

Author: rwesten
Date: Wed Jan 22 09:27:10 2014
New Revision: 1560291

URL: http://svn.apache.org/r1560291
Log:
STANBOL-1261: updated Surefire plugin version from 2.11 to 2.16

Modified:
    stanbol/trunk/parent/pom.xml

Modified: stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1560291&r1=1560290&r2=1560291&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Wed Jan 22 09:27:10 2014
@@ -259,7 +259,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.11</version>
+          <version>2.16</version>
           <configuration>
             <argLine>-Xmx1G</argLine>
           </configuration>