This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
commit 8d94dbdab1bbcac8987c2cc568d6a2c127f22915 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Mar 27 09:32:37 2025 +0100 SLING-12716 Switch 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 00000000..cfad4d23 --- /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 c447ea58..16f12a9d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>52</version> + <version>62</version> <relativePath /> </parent>
