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 2020/02/21 08:39:11 UTC

[sling-org-apache-sling-installer-provider-file] branch master updated: rely on release version

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-org-apache-sling-installer-provider-file.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a1e07d  rely on release version
9a1e07d is described below

commit 9a1e07d2d2f9ef58d4f132842463c76b66e714a5
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Feb 21 09:39:00 2020 +0100

    rely on release version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ef444de..1ba2a19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.9.1-SNAPSHOT</version>
+            <version>3.10.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>