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 93e5448 Update feature dependencies to latest version.
93e5448 is described below
commit 93e54489fd3731070e5a4b21639056b21eb648da
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Jun 18 16:37:00 2020 +0100
Update feature dependencies to latest version.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index fa2e58f..b64b660 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,17 +170,17 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
- <version>1.1.2</version>
+ <version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>