You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/02/23 21:19:54 UTC

[sling-org-apache-sling-scripting-core] 01/03: use released version

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

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

commit 8d5e802965750af20f415cafd72bfb80a990abae
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Feb 23 21:30:31 2020 +0100

    use released version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 42a0b86..0caa034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,7 +311,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.resourceresolver</artifactId>
-            <version>1.6.17-SNAPSHOT</version>
+            <version>1.6.16</version>
             <scope>test</scope>
         </dependency>
         <dependency>