You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2019/05/06 10:51:02 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: Set api dependency to last released version.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0e38f9e  Set api dependency to last released version.
0e38f9e is described below

commit 0e38f9e70d628126435d477cf08302a631c5f477
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Mon May 6 12:50:53 2019 +0200

    Set api dependency to last released version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 50f2a2e..ab13368 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.20.1-SNAPSHOT</version>
+            <version>2.20.0</version>
             <scope>provided</scope>
         </dependency>
         <!-- for ServiceUserMapped (SLING-4312) -->