You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2015/12/15 12:48:48 UTC

svn commit: r1720127 - /sling/trunk/testing/junit/core/pom.xml

Author: olli
Date: Tue Dec 15 11:48:48 2015
New Revision: 1720127

URL: http://svn.apache.org/viewvc?rev=1720127&view=rev
Log:
SLING-5369 Update to JUnit 4.12

Modified:
    sling/trunk/testing/junit/core/pom.xml

Modified: sling/trunk/testing/junit/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/core/pom.xml?rev=1720127&r1=1720126&r2=1720127&view=diff
==============================================================================
--- sling/trunk/testing/junit/core/pom.xml (original)
+++ sling/trunk/testing/junit/core/pom.xml Tue Dec 15 11:48:48 2015
@@ -35,7 +35,7 @@
     <description>Runs JUnit tests in an OSGi framework and provides the JUnit libraries</description>
     
     <properties>
-        <junit.version>4.11</junit.version>
+        <junit.version>4.12</junit.version>
         <hamcrest.version>1.3</hamcrest.version>
         <jacoco.version>0.6.2.201302030002</jacoco.version>
     </properties>