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 2022/09/15 16:51:47 UTC

[sling-org-apache-sling-testing-sling-mock-oak] 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-oak.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a9e45d  switch back to released versions
3a9e45d is described below

commit 3a9e45dbcd29266f24c7480a830259e2ca2af2fb
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Sep 15 18:51:39 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 41494bd..a6a0b32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <properties>
         <oak.version>1.40.0</oak.version>
         <jackrabbit.version>2.20.2</jackrabbit.version>
-        <sling-mock.version>3.4.3-SNAPSHOT</sling-mock.version>
+        <sling-mock.version>3.4.2</sling-mock.version>
 
         <project.build.outputTimestamp>2022-09-12T14:37:43Z</project.build.outputTimestamp>
     </properties>