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 2019/06/06 14:53:58 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch master updated: update sling-mock dependency to next SNAPSHOT version until release version is available on maven central

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git


The following commit(s) were added to refs/heads/master by this push:
     new cc5b521  update sling-mock dependency to next SNAPSHOT version until release version is available on maven central
cc5b521 is described below

commit cc5b52121d2ae768601a08b282a92eed17c2121f
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Jun 6 16:40:57 2019 +0200

    update sling-mock dependency to next SNAPSHOT version until release version is available on maven central
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 15c25e9..4ff08b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <properties>
         <oak.version>1.8.9</oak.version>
         <jackrabbit.version>2.16.3</jackrabbit.version>
-        <sling-mock.version>2.3.12</sling-mock.version>
+        <sling-mock.version>2.3.13-SNAPSHOT</sling-mock.version>
     </properties>
 
     <scm>