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-testing-sling-mock.git
commit 2bc64b1aa27fd3845bcd644202be8f568b392bf2 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Dec 9 14:18:27 2024 +0100 SLING-12524 Update to parent 62 --- parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index ba0052f..092dfca 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>60</version> + <version>62</version> <relativePath /> </parent> @@ -43,6 +43,7 @@ <properties> <project.build.outputTimestamp>2024-08-21T07:46:25Z</project.build.outputTimestamp> + <sling.java.version>11</sling.java.version> </properties> <dependencyManagement>
