You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ap...@apache.org on 2022/06/27 06:53:17 UTC

[sling-adapter-annotations] branch master updated: SLING-11418: upgrade to sling 48 (#1)

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-adapter-annotations.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b10e2f  SLING-11418: upgrade to sling 48 (#1)
3b10e2f is described below

commit 3b10e2fa62d194dd3ff30fd10b48834b613094f5
Author: Ashok Pelluru <37...@users.noreply.github.com>
AuthorDate: Mon Jun 27 08:53:13 2022 +0200

    SLING-11418: upgrade to sling 48 (#1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a6e755..9486202 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>sling</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>33</version>
+        <version>48</version>
         <relativePath/>
     </parent>