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/08/30 17:06:36 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch master updated: update dependencies to next SNAPSHOT version until release version is available on maven central

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 86be00e  update dependencies to next SNAPSHOT version until release version is available on maven central
86be00e is described below

commit 86be00edb950ddb495627629ab2d33930a853a0a
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Aug 30 19:05:58 2021 +0200

    update dependencies to next SNAPSHOT version until release version is available on maven central
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d679a9..29692dc 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.0</sling-mock.version>
+        <sling-mock.version>3.1.1-SNAPSHOT</sling-mock.version>
 
         <project.build.outputTimestamp>2021-08-30T16:55:49Z</project.build.outputTimestamp>
     </properties>