This is an automated email from the ASF dual-hosted git repository.

apelluru pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-adapter-annotations.git


The following commit(s) were added to refs/heads/master by this push:
     new 04fab28  SLING-11695: upgrade to sling 49 (#4)
04fab28 is described below

commit 04fab28c9fa06aa89bd8312d0e4cbecf7e9373f0
Author: Ashok Pelluru <[email protected]>
AuthorDate: Sat Dec 17 08:33:53 2022 +0100

    SLING-11695: upgrade to sling 49 (#4)
    
    * SLING-11695: upgrade to sling 49
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index fafc59f..bffd8b8 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>
 
@@ -34,9 +34,9 @@
         <tag>HEAD</tag>
     </scm>
 
-    <!-- compile with java 7 -->
+    <!-- compile with java 8 -->
     <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>

Reply via email to