You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/07/10 16:26:16 UTC

svn commit: r1501776 - /clerezza/trunk/parent/pom.xml

Author: reto
Date: Wed Jul 10 14:26:15 2013
New Revision: 1501776

URL: http://svn.apache.org/r1501776
Log:
CLEREZZA-800: update junit and surefire versions

Modified:
    clerezza/trunk/parent/pom.xml

Modified: clerezza/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/parent/pom.xml?rev=1501776&r1=1501775&r2=1501776&view=diff
==============================================================================
--- clerezza/trunk/parent/pom.xml (original)
+++ clerezza/trunk/parent/pom.xml Wed Jul 10 14:26:15 2013
@@ -137,7 +137,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.4.3</version>
+                    <version>2.15</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.xsite</groupId>
@@ -347,7 +347,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.8.2</version>
+                <version>4.11</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.wink</groupId>