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/05 17:47:36 UTC

svn commit: r1772734 - /sling/trunk/testing/mocks/sling-mock/pom.xml

Author: sseifert
Date: Mon Dec  5 17:47:36 2016
New Revision: 1772734

URL: http://svn.apache.org/viewvc?rev=1772734&view=rev
Log:
update osgi-mock dependency

Modified:
    sling/trunk/testing/mocks/sling-mock/pom.xml

Modified: sling/trunk/testing/mocks/sling-mock/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/sling-mock/pom.xml?rev=1772734&r1=1772733&r2=1772734&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock/pom.xml Mon Dec  5 17:47:36 2016
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <version>2.1.1-SNAPSHOT</version>
+            <version>2.2.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>