This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch appmod/java-upgrade-20250910060318 in repository https://gitbox.apache.org/repos/asf/sling-samples.git
commit 9a4b0b2c2cea135fb7b807494424ce1e08827ea8 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Sep 10 08:47:37 2025 +0200 Updated parent POM to version 62 for Java 17 compatibility --- slingshot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slingshot/pom.xml b/slingshot/pom.xml index b6ce4b3..2cb74e1 100644 --- a/slingshot/pom.xml +++ b/slingshot/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>39</version> + <version>62</version> <relativePath /> </parent>
