This is an automated email from the ASF dual-hosted git repository.
pauls 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 f6d4f38 Update to latest feature model snapshots
f6d4f38 is described below
commit f6d4f385402bef776acb9a6a357b7341629f8b75
Author: Karl Pauls <[email protected]>
AuthorDate: Mon Sep 24 12:29:27 2018 +0200
Update to latest feature model snapshots
---
pom.xml | 6 +++---
src/test/resources/features3/src/main/features/simple_inherits.json | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 033b95a..5888278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>0.1.2</version>
+ <version>0.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
@@ -165,7 +165,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.io</artifactId>
- <version>0.1.2</version>
+ <version>0.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -300,7 +300,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>0.1.2</version>
+ <version>0.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git
a/src/test/resources/features3/src/main/features/simple_inherits.json
b/src/test/resources/features3/src/main/features/simple_inherits.json
index 04a3734..3260985 100644
--- a/src/test/resources/features3/src/main/features/simple_inherits.json
+++ b/src/test/resources/features3/src/main/features/simple_inherits.json
@@ -1,10 +1,10 @@
{
"id":"${project.groupId}:simple-inherits:1.0.0",
- "includes": [
+ "include":
{
"id": "generated:simple:1.0.0"
}
- ],
+ ,
"bundles":[
"org.apache.sling/org.apache.sling.commons.log/5.1.0"
]