This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch maintenance-1.0.x in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git
commit 1fb6f0dbe204396a52925ae1881c3e8c04e3bb51 Author: Konrad Windszus <[email protected]> AuthorDate: Fri Jan 17 21:29:01 2020 +0100 SLING-8963 update to parent 36 --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed1611b..d00a95f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>35</version> + <version>36</version> <relativePath/> </parent> @@ -36,6 +36,11 @@ Provides a web console plugin for the OSGi installer </description> + <properties> + <sling.java.version>8</sling.java.version> + <project.build.outputTimestamp>2020-01-14T08:04:00Z</project.build.outputTimestamp> + </properties> + <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git</developerConnection>
