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/09/02 20:57:17 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 9fb0fc7  switch back to released versions
9fb0fc7 is described below

commit 9fb0fc7c5ff8b93b9e360cbe51a36be1223716a7
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Sep 2 22:18:50 2021 +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 29692dc..3d679a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <properties>
         <oak.version>1.16.0</oak.version>
         <jackrabbit.version>2.18.2</jackrabbit.version>
-        <sling-mock.version>3.1.1-SNAPSHOT</sling-mock.version>
+        <sling-mock.version>3.1.0</sling-mock.version>
 
         <project.build.outputTimestamp>2021-08-30T16:55:49Z</project.build.outputTimestamp>
     </properties>