You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/09/19 15:18:32 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated: Correct sling-mock-oak version

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git


The following commit(s) were added to refs/heads/master by this push:
     new 62a4bf7  Correct sling-mock-oak version
62a4bf7 is described below

commit 62a4bf7a715dc68a15a288e9fef9ff52ca193075
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Sep 19 17:18:16 2019 +0200

    Correct sling-mock-oak version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 80e31b0..9db292d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
-            <version>2.1.7-1.6.0-SNAPSHOT</version>
+            <version>2.1.7-1.16.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>