This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-12536-parent-62 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-base.git
commit e8dfefe15a8ff346c5be00c493a28ec50084d93b Author: Stefan Seifert <[email protected]> AuthorDate: Tue Dec 10 12:51:23 2024 +0100 SLING-12536 Switch to Parent 62 --- .sling-module.json | 5 +++++ pom.xml | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 16ee4c5..02355a6 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>51</version> + <version>62</version> <relativePath /> </parent> @@ -296,4 +296,3 @@ </dependency> </dependencies> </project> -
