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 2017/05/11 12:16:17 UTC

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

Author: sseifert
Date: Thu May 11 12:16:17 2017
New Revision: 1794821

URL: http://svn.apache.org/viewvc?rev=1794821&view=rev
Log:
update 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=1794821&r1=1794820&r2=1794821&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock/pom.xml Thu May 11 12:16:17 2017
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <version>2.3.1-SNAPSHOT</version>
+            <version>2.3.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>