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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3914256  SLING-12034 bump oak dependency for compatibility with 
version 1.56.0 (#3)
3914256 is described below

commit 39142565d89fce7f986fc5a7d26e318c5ba2ff9c
Author: Eric Norman <enor...@apache.org>
AuthorDate: Tue Sep 26 11:20:48 2023 -0700

    SLING-12034 bump oak dependency for compatibility with version 1.56.0 (#3)
---
 README.md | 9 +++++++++
 pom.xml   | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3972b88..073976f 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,12 @@ There are two primary features made by this project include:
 - **Default** - 
org.apache.sling:org.apache.sling.jcr.maintenance:slingosgifeature:default:${project.version}
 - the bundle, service user and default configuration which keeps 5 versions 
and runs the jobs every night
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+## Compatibility
+
+When paring the bundles in your installation, these are the version 
combinations that would be compatible:
+
+| Apache Sling JCR Maintenance | Apache Jackrabbit Oak |
+|---|---|
+| 1.0.2 | 1.8.8 to 1.54.0 |
+| 1.1.0 or later | 1.56.0 or later |
diff --git a/pom.xml b/pom.xml
index 9d3d957..bf7e64f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,13 +26,13 @@
         <relativePath />
     </parent>
     <artifactId>org.apache.sling.jcr.maintenance</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Apache Sling JCR Maintenance</name>
     <description>Maintenance jobs for the JCR</description>
 
     <properties>
         
<project.build.outputTimestamp>2021-04-15T18:14:05Z</project.build.outputTimestamp>
-        <oak.version>1.8.8</oak.version>
+        <oak.version>1.56.0</oak.version>
     </properties>
 
     <scm>

Reply via email to