You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/12/15 17:26:55 UTC

[sling-org-apache-sling-caconfig-bnd-plugin] branch master updated: SLING-11009 update to parent 46

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-bnd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 363e94b  SLING-11009 update to parent 46
363e94b is described below

commit 363e94b49bb565ebdd46ea3739b81cc779569b44
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Wed Dec 15 18:26:20 2021 +0100

    SLING-11009 update to parent 46
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4450d8e..f74bc61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>36</version>
+        <version>46</version>
         <relativePath />
     </parent>
 
@@ -33,6 +33,10 @@
     <name>Apache Sling Context-Aware Configuration bnd Plugin</name>
     <description>This bnd plugin detected all configuration annotation classes and adds a bundle header 'Sling-ContextAware-Configuration-Classes' containing their names.</description>
 
+    <properties>
+        <project.build.outputTimestamp>2021-12-15T00:00:00Z</project.build.outputTimestamp>
+    </properties>
+
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-bnd-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-bnd-plugin.git</developerConnection>