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/08/05 16:16:43 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated: update osgi-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 01e0850  update osgi-mock dependency
01e0850 is described below

commit 01e0850005decec95acb509d5568bb86724e705b
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Aug 5 18:16:34 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 346bef7..64f39af 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,7 +36,7 @@
     
     <properties>
 
-        <osgi-mock.version>2.4.8</osgi-mock.version>
+        <osgi-mock.version>2.4.9-SNAPSHOT</osgi-mock.version>
         <jcr-mock.version>1.4.4</jcr-mock.version>
         <resourceresolver-mock.version>1.1.24</resourceresolver-mock.version>
         <logging-mock.version>2.0.0</logging-mock.version>