This is an automated email from the ASF dual-hosted git repository. apelluru pushed a commit to branch SLING-11695 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-adapter-annotations.git
commit 55f1f8d1c82b2647085790c9beeb461f1b368dde Author: Ashok Pelluru <[email protected]> AuthorDate: Tue Nov 22 15:46:31 2022 +0100 SLING-11695: upgrade to sling 49 --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fafc59f..e4d976e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>33</version> + <version>49</version> <relativePath /> </parent> @@ -36,7 +36,7 @@ <!-- compile with java 7 --> <properties> - <sling.java.version>7</sling.java.version> + <sling.java.version>8</sling.java.version> </properties> <build> @@ -44,7 +44,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>3.0.0-M5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
