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-impl.git
commit 3909081b0cb8e8eda218f525c69f709137901b57 Author: Stefan Seifert <[email protected]> AuthorDate: Wed Dec 15 18:30:29 2021 +0100 SLING-11009 update to sling-bundle-parent 46 --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e1c8691..d15d6f3 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>36</version> + <version>46</version> <relativePath /> </parent> @@ -33,12 +33,16 @@ <name>Apache Sling Context-Aware Configuration Implementation</name> <description>Apache Sling Context-Aware Configuration Implementation</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-impl.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-impl.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-caconfig-impl.git</url> - <tag>HEAD</tag> - </scm> + <tag>HEAD</tag> + </scm> <build> <plugins>
