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-analyser.git
The following commit(s) were added to refs/heads/master by this push:
new b5f91d3 Update Feature Model dependencies to latest
b5f91d3 is described below
commit b5f91d32599a6f936f64bfdded36acef2e2c1b13
Author: David Bosschaert <[email protected]>
AuthorDate: Tue Jan 21 10:15:17 2020 +0000
Update Feature Model dependencies to latest
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 768c2a5..57fa8bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -178,7 +178,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.io</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2</version>
<scope>provided</scope>
</dependency>
</dependencies>