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 2021/12/07 13:44:16 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated: update to latest osgi-mock

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 89cbc07  update to latest osgi-mock
89cbc07 is described below

commit 89cbc07d3baa9ddae858b52386efc67d5ce40477
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Tue Dec 7 14:40:36 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0b1c90b..54f4e18 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -35,7 +35,7 @@
     <description>Mock implementation of selected Sling APIs.</description>
 
     <properties>
-        <osgi-mock.version>3.2.0</osgi-mock.version>
+        <osgi-mock.version>3.2.1-SNAPSHOT</osgi-mock.version>
         <jcr-mock.version>1.5.4</jcr-mock.version>
         <resourceresolver-mock.version>1.2.4</resourceresolver-mock.version>
         <logging-mock.version>2.0.0</logging-mock.version>