This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-logging-mock.git
The following commit(s) were added to refs/heads/master by this push:
new fd2405c SLING-12524 Update to parent 62
fd2405c is described below
commit fd2405cae90c6e790ec2e4dec64701c4b5a44601
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Dec 9 14:17:08 2024 +0100
SLING-12524 Update to parent 62
---
pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0a9d5dc..6814880 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>60</version>
+ <version>62</version>
<relativePath />
</parent>
@@ -40,6 +40,10 @@
<url>https://github.com/apache/sling-org-apache-sling-testing-logging-mock.git</url>
</scm>
+ <properties>
+ <sling.java.version>11</sling.java.version>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>