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 2021/08/04 18:47:22 UTC

[sling-org-apache-sling-commons-crypto] 05/05: SLING-10666 Update to Sling Bundle Parent 44

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-commons-crypto.git

commit 232743e945021c2aa2a7a9fc54e86eed10047e22
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Aug 4 20:46:22 2021 +0200

    SLING-10666 Update to Sling Bundle Parent 44
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7cbf15f..921591f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>41</version>
+    <version>44</version>
     <relativePath />
   </parent>
 
@@ -35,7 +35,9 @@
   <description>Apache Sling Commons Crypto</description>
 
   <properties>
+    <project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp>
     <sling.java.version>11</sling.java.version>
+    <javadoc.excludePackageNames/>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
   </properties>