You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2019/03/15 08:09:11 UTC

[sling-parent] branch master updated: SLING-8094 update sling.servlets.annoations to version 1.2.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 237ea51  SLING-8094 update sling.servlets.annoations to version 1.2.4
237ea51 is described below

commit 237ea5125e6ae846cc1d501f5c736aa7537dc368
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Mar 15 09:09:03 2019 +0100

    SLING-8094 update sling.servlets.annoations to version 1.2.4
---
 sling-bundle-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index db1b631..4f65ba0 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -290,7 +290,7 @@ Bundle-Category: sling
             <dependency>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>org.apache.sling.servlets.annotations</artifactId>
-                <version>1.1.0</version>
+                <version>1.2.4</version>
                 <scope>provided</scope>
             </dependency>
         </dependencies>