This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-12726-parent-62 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-post.git
commit 57db970b531ac7e82966d4435ab8f6c14d1c3204 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Mar 28 15:44:05 2025 +0100 SLING-12726 Update 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 ac2bec9..db93cb6 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>52</version> + <version>62</version> <relativePath /> </parent> @@ -231,4 +231,3 @@ </dependencies> </project> -
