You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/12/13 18:23:40 UTC

[sling-org-apache-sling-servlets-annotations-it] branch master updated: SLING-8170 - Allow Sling servlets to declare a resource super type

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5ec1de3  SLING-8170 - Allow Sling servlets to declare a resource super type
5ec1de3 is described below

commit 5ec1de3a651b968c148f76ea4e92d417c28b0630
Author: Radu Cotescu <co...@adobe.com>
AuthorDate: Thu Dec 13 19:23:01 2018 +0100

    SLING-8170 - Allow Sling servlets to declare a resource super type
    
    * updated pom to use latest snapshot dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b56ce03..0ff6538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.annotations</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.2.3-SNAPSHOT</version>
         </dependency>
 
         <!-- testing dependencies -->