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:50:10 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 4f738b2  switch back to released versions
4f738b2 is described below

commit 4f738b2cb2e493c9dc45d0e0f0350705ac548062
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Dec 2 20:49:59 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index b1b7d33..01b4735 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.2.1-SNAPSHOT</sling-mock.version>
+        <sling-mock.version>3.2.0</sling-mock.version>
 
         <project.build.outputTimestamp>2021-11-29T17:17:10Z</project.build.outputTimestamp>
     </properties>