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

svn commit: r1774479 - /sling/trunk/contrib/extensions/contextaware-config/integration-tests/pom.xml

Author: sseifert
Date: Thu Dec 15 14:38:37 2016
New Revision: 1774479

URL: http://svn.apache.org/viewvc?rev=1774479&view=rev
Log:
update to latest junit.core version due to SLING-6400

Modified:
    sling/trunk/contrib/extensions/contextaware-config/integration-tests/pom.xml

Modified: sling/trunk/contrib/extensions/contextaware-config/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/contextaware-config/integration-tests/pom.xml?rev=1774479&r1=1774478&r2=1774479&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/contextaware-config/integration-tests/pom.xml (original)
+++ sling/trunk/contrib/extensions/contextaware-config/integration-tests/pom.xml Thu Dec 15 14:38:37 2016
@@ -215,7 +215,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.core</artifactId>
-            <version>1.0.19-SNAPSHOT</version>
+            <version>1.0.21-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>