This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-10830 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git
commit 5513307ee3d1cc7c78e974050efba1a5f116ffb2 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Sep 21 14:03:48 2021 +0200 SLING-10830 - Run Sling ITs with Java 17 as well Update to the latest parent pom. --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3644bfe..638cd1c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>33</version> + <version>45</version> <relativePath /> </parent> @@ -44,7 +44,8 @@ </scm> <properties> - <sling.java.version>7</sling.java.version> + <sling.java.version>8</sling.java.version> + <project.build.outputTimestamp>1</project.build.outputTimestamp> <!-- empty by design, will be activated using profiles --> <sling.debug.options /> @@ -288,11 +289,13 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> + <version>6.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.cmpn</artifactId> + <version>6.0.0</version> <scope>test</scope> </dependency> </dependencies>
