You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2020/10/19 18:03:57 UTC

[sling-org-apache-sling-jcr-oak-server] branch master updated: SLING-9840 Update to Sling Bundle Parent 40

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-oak-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 041cae1  SLING-9840 Update to Sling Bundle Parent 40
041cae1 is described below

commit 041cae1f4caeafae981ff92122ef789221ec0ca8
Author: Eric Norman <en...@apache.org>
AuthorDate: Mon Oct 19 11:00:57 2020 -0700

    SLING-9840 Update to Sling Bundle Parent 40
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d9c198..67c8fa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>38</version>
+    <version>40</version>
     <relativePath />
   </parent>
 
@@ -45,6 +45,7 @@
     <jackrabbit.version>2.16.3</jackrabbit.version>
     <oak.version>1.8.9</oak.version>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
+    <project.build.outputTimestamp>2020-07-27T15:10:15Z</project.build.outputTimestamp>
   </properties>
 
   <build>