This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git
The following commit(s) were added to refs/heads/master by this push:
new d575c2a Update Feature Dependencies to 1.1.0
d575c2a is described below
commit d575c2ae83e7d7a5cd9022d681ed2a2823ea0cf1
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Aug 22 08:44:11 2019 +0100
Update Feature Dependencies to 1.1.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index fa6c1ff..a19ecb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,13 +113,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.0.7-SNAPSHOT</version>
+ <version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.io</artifactId>
- <version>1.0.6</version>
+ <version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>