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-jcr.git
The following commit(s) were added to refs/heads/master by this push:
new ebef699 use release version of sling.settings
ebef699 is described below
commit ebef699ff54a0734babb07f5081d67d8e9f9aa02
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jul 30 11:06:52 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 ddfe754..7d1d3c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,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>
<dependency>