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-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9dc9915 Update Feature Dependencies to 1.1.0
9dc9915 is described below
commit 9dc99156b5d3cf7944dd3e6e9ac1657def350c21
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Aug 22 08:48:51 2019 +0100
Update Feature Dependencies to 1.1.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 45007a7..dbd7c18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,17 +159,17 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.0.7-SNAPSHOT</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.io</artifactId>
- <version>1.0.6</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>1.0.6</version>
+ <version>1.1.0</version>
</dependency>
<!-- aux dependencies for Content-Package check -->
<dependency>