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 2018/11/12 10:41:04 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated: update jcr-mock dependency

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 93ae142  update jcr-mock dependency
93ae142 is described below

commit 93ae14254ef9c279e83857bcfce2e558357077ae
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Nov 12 11:40:53 2018 +0100

    update jcr-mock dependency
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5fadf8a..a35435a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -37,7 +37,7 @@
     <properties>
 
         <osgi-mock.version>2.4.3-SNAPSHOT</osgi-mock.version>
-        <jcr-mock.version>1.4.0</jcr-mock.version>
+        <jcr-mock.version>1.4.1-SNAPSHOT</jcr-mock.version>
         <resourceresolver-mock.version>1.1.22</resourceresolver-mock.version>
         <logging-mock.version>2.0.0</logging-mock.version>
         <servlet-helpers.version>1.1.8</servlet-helpers.version>