This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13009-parent-62 in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git
commit b1a0737eafad78fb96cc5d4e63b64d83bdae79b1 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Nov 24 16:32:04 2025 +0100 SLING-13009 Update to Parent 62 --- .sling-module.json | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.sling-module.json b/.sling-module.json new file mode 100644 index 0000000..cfad4d2 --- /dev/null +++ b/.sling-module.json @@ -0,0 +1,5 @@ +{ + "jenkins": { + "jdks": [17, 21] + } +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index f690130..17c75ce 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>49</version> + <version>62</version> <relativePath /> </parent>
