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

kwin pushed a commit to branch maintenance-1.0.x
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git

commit 272af6e98e5811501f9e3e321112fa395e8e869f
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Feb 21 09:30:53 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 4b06134..2bc1579 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,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>

Reply via email to