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 2019/04/12 15:43:11 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch feature/oak-1.10.2 created (now efa536a)

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

sseifert pushed a change to branch feature/oak-1.10.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git.


      at efa536a  update to oak 1.10.2

This branch includes the following new commits:

     new efa536a  update to oak 1.10.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[sling-org-apache-sling-testing-sling-mock-oak] 01/01: update to oak 1.10.2

Posted by ss...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch feature/oak-1.10.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git

commit efa536ac6a7020da429a42145bf473e1e0235dae
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri Apr 12 17:42:46 2019 +0200

    update to oak 1.10.2
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index be758c9..59e628c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,9 @@
     <description>Implements a resource resolver type for Jackrabbit Oak that can be used in unit tests based on Sling Mocks.</description>
   
     <properties>
-        <oak.version>1.8.9</oak.version>
-        <jackrabbit.version>2.16.3</jackrabbit.version>
-        <sling-mock.version>2.3.2</sling-mock.version>
+        <oak.version>1.10.2</oak.version>
+        <jackrabbit.version>2.18.0</jackrabbit.version>
+        <sling-mock.version>2.3.6</sling-mock.version>
     </properties>
 
     <scm>