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 2022/03/18 18:41:09 UTC

[sling-org-apache-sling-jcr-maintenance] 09/21: SLING-10310 Update to Sling Bundle Parent 41

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-jcr-maintenance.git

commit ba86cf81530537ff5585d55b95737bc307b12fc3
Author: Eric Norman <en...@apache.org>
AuthorDate: Thu Apr 15 10:40:37 2021 -0700

    SLING-10310 Update to Sling Bundle Parent 41
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b0fc0b6..b539c9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>40</version>
+        <version>41</version>
         <relativePath />
     </parent>
     <artifactId>org.apache.sling.jcr.maintenance</artifactId>
@@ -31,7 +31,7 @@
     <description>Maintenance jobs for the JCR</description>
 
     <properties>
-        <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing>
+        <project.build.outputTimestamp>2021-04-15T17:29:03Z</project.build.outputTimestamp>
     </properties>