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 22:10:19 UTC

[sling-org-apache-sling-scripting-core] branch master updated: use Servlets Resolver snapshot during release vote

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


The following commit(s) were added to refs/heads/master by this push:
     new f289d9b  use Servlets Resolver snapshot during release vote
f289d9b is described below

commit f289d9b88c8555b1b980aa46ee630cd1c22c77ce
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Feb 23 23:09:32 2020 +0100

    use Servlets Resolver snapshot during release vote
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e1a1a56..dcd60d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,7 +317,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.6.0</version>
+            <version>2.6.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>