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 2023/01/12 08:15:01 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch master updated: SLING-11751 sling-mock-oak: Update to Oak 1.44.0

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 fc01d18  SLING-11751 sling-mock-oak: Update to Oak 1.44.0
fc01d18 is described below

commit fc01d184a2088968fb37a0e5576b6420c8799547
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Jan 12 09:14:50 2023 +0100

    SLING-11751 sling-mock-oak: Update to Oak 1.44.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a6a0b32..639f299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,14 +28,14 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
-    <version>3.1.5-1.40.0-SNAPSHOT</version> <!-- second component is the oak version, please keep in sync with oak.version property -->
+    <version>3.1.5-1.44.0-SNAPSHOT</version> <!-- second component is the oak version, please keep in sync with oak.version property -->
     <packaging>jar</packaging>
 
     <name>Apache Sling Testing Sling Mock Oak</name>
     <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.40.0</oak.version>
+        <oak.version>1.44.0</oak.version>
         <jackrabbit.version>2.20.2</jackrabbit.version>
         <sling-mock.version>3.4.2</sling-mock.version>