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 3385335 use release version of sling.settings
3385335 is described below
commit 3385335d2b0e8adb9fca2cb937a8799e5aaf35b5
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jul 30 11:03:44 2020 +0200
use release version of sling.settings
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 156a63c..1f84a66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.settings</artifactId>
- <version>1.3.11-SNAPSHOT</version>
+ <version>1.4.0</version>
<scope>provided</scope>
</dependency>
</dependencies>