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-slingstart-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 840190c Move feature model deps up to 0.1.0
840190c is described below
commit 840190cac7f21948e4df30de8c72e89bdc878ea4
Author: David Bosschaert <[email protected]>
AuthorDate: Wed May 9 09:30:53 2018 +0100
Move feature model deps up to 0.1.0
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 17209a8..1df19a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,17 +162,17 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.modelconverter</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.io</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -307,7 +307,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
[email protected].