You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/09/30 21:29:12 UTC

[sling-org-apache-sling-app-cms] 01/02: Updating the Oak version

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 6a539452b2213d22aa9ad6f539ac3efb1f23dfa2
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed Sep 30 17:27:10 2020 -0400

    Updating the Oak version
---
 feature/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/feature/pom.xml b/feature/pom.xml
index adc97c5..d85ff8f 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -29,7 +29,7 @@
         <composum.version>1.12.0</composum.version>
         <jackrabbit.version>2.20.0</jackrabbit.version>
         <jackson.version>2.11.1</jackson.version>
-        <oak.version>1.26.0</oak.version>
+        <oak.version>1.32.0</oak.version>
         <slf4j.version>1.7.25</slf4j.version>
         <bnd.baseline.skip>true</bnd.baseline.skip>
     </properties>
@@ -101,7 +101,7 @@
                         <aggregate>
                             <classifier>slingcms-composite-seed</classifier>
                             <filesInclude>**/*.json</filesInclude>
-                            <filesExclude>oak/node-store/composite-seed.json</filesExclude>
+                            <filesExclude>oak/node-store/composite-runtime.json</filesExclude>
                             <filesExclude>oak/node-store/segment.json</filesExclude>
                             <filesExclude>runmodes/*.json</filesExclude>
                             <title>Sling CMS - Composite Node Store Seed</title>