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/02 19:49:39 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated: switch back to released versions

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 89b8438  switch back to released versions
89b8438 is described below

commit 89b84385191f4aa35e8ada5af9d24e8013590b57
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Dec 2 20:49:26 2021 +0100

    switch back to released versions
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 995f01b..9d7e6dc 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.1-SNAPSHOT</osgi-mock.version>
+        <osgi-mock.version>3.2.0</osgi-mock.version>
         <jcr-mock.version>1.5.4</jcr-mock.version>
         <resourceresolver-mock.version>1.2.3-SNAPSHOT</resourceresolver-mock.version>
         <logging-mock.version>2.0.0</logging-mock.version>