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:31:01 UTC

[sling-org-apache-sling-installer-console] branch master updated: rely on release version of installer core

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-console.git


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

commit f3c9096139fca25213393804cadd016cef246b26
Author: Konrad Windszus <kw...@apache.org>
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>