You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/08/24 09:53:40 UTC

[sling-org-apache-sling-resource-presence] 01/16: SLING-11554 Update to Sling Bundle Parent 49

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-presence.git

commit 984f906e357001792bf7481f0972de44d00484ff
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Aug 23 14:30:06 2022 +0200

    SLING-11554 Update to Sling Bundle Parent 49
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 079c747..f2e2f6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>43</version>
+    <version>49</version>
     <relativePath />
   </parent>
 
@@ -35,9 +35,9 @@
   <description>Apache Sling Resource Presence</description>
 
   <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <sling.java.version>8</sling.java.version>
+    <javadoc.excludePackageNames />
+    <project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
   </properties>