This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/parent-62 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 340d71507ec995293d853f7f5dc4dd9d5b68a2f0 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Nov 21 15:17:19 2024 +0100 SLING-12503 Update to Parent 62 --- .sling-module.json | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.sling-module.json b/.sling-module.json index bdf75e5..a6df1e3 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -3,7 +3,6 @@ "emailRecipients": ["[email protected]"], "sonarQubeEnabled": false, "jdks": [ - 11, 17, 21 ], diff --git a/pom.xml b/pom.xml index 92aa280..3258b61 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>52</version> + <version>62</version> <relativePath /> </parent>
