You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/06/04 15:52:42 UTC

svn commit: r1489447 - /sling/trunk/parent/pom.xml

Author: bdelacretaz
Date: Tue Jun  4 13:52:42 2013
New Revision: 1489447

URL: http://svn.apache.org/r1489447
Log:
Use JUnit 4.11 for name attribute for Parameterized tests

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1489447&r1=1489446&r2=1489447&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Jun  4 13:52:42 2013
@@ -935,7 +935,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.10</version>
+                <version>4.11</version>
                 <scope>test</scope>
             </dependency>
             <dependency>