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-aggregator.git
The following commit(s) were added to refs/heads/master by this push:
new 10bd6bc Add feature model repositories to default.xml
10bd6bc is described below
commit 10bd6bcbf8a46f4f4e44da888bc3a0cbc1d4c7f7
Author: David Bosschaert <[email protected]>
AuthorDate: Fri Apr 27 14:41:50 2018 +0100
Add feature model repositories to default.xml
---
default.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/default.xml b/default.xml
index 9d5f615..8256c74 100644
--- a/default.xml
+++ b/default.xml
@@ -85,6 +85,14 @@
<project path='org-apache-sling-extensions-slf4j-mdc'
name='sling-org-apache-sling-extensions-slf4j-mdc.git' />
<project path='org-apache-sling-extensions-webconsolebranding'
name='sling-org-apache-sling-extensions-webconsolebranding.git' />
<project path='org-apache-sling-extensions-webconsolesecurityprovider'
name='sling-org-apache-sling-extensions-webconsolesecurityprovider.git' />
+ <project path='org-apache-sling-feature'
name='sling-org-apache-sling-feature.git' />
+ <project path='org-apache-sling-feature-analyser'
name='sling-org-apache-sling-feature-analyser.git' groups='feature' />
+ <project path='org-apache-sling-feature-applicationbuilder'
name='sling-org-apache-sling-feature-applicationbuilder.git' groups='feature' />
+ <project path='org-apache-sling-feature-io'
name='sling-org-apache-sling-feature-io.git' groups='feature' />
+ <project path='org-apache-sling-feature-karaf'
name='sling-org-apache-sling-feature-karaf.git' groups='feature' />
+ <project path='org-apache-sling-feature-launcher'
name='sling-org-apache-sling-feature-launcher.git' groups='feature' />
+ <project path='org-apache-sling-feature-modelconverter'
name='sling-org-apache-sling-feature-modelconverter.git' groups='feature' />
+ <project path='org-apache-sling-feature-resolver'
name='sling-org-apache-sling-feature-resolver.git' groups='feature' />
<project path='org-apache-sling-featureflags'
name='sling-org-apache-sling-featureflags.git' />
<project path='org-apache-sling-fragment-activation'
name='sling-org-apache-sling-fragment-activation.git' groups='fragment' />
<project path='org-apache-sling-fragment-nashorn'
name='sling-org-apache-sling-fragment-nashorn.git' groups='fragment' />
@@ -260,6 +268,7 @@
<project path='samples' name='sling-samples.git' />
<project path='servlet-archetype' name='sling-servlet-archetype.git' />
<project path='site' name='sling-site.git' />
+ <project path='slingfeature-maven-plugin'
name='sling-slingfeature-maven-plugin.git' />
<project path='slingstart-archetype' name='sling-slingstart-archetype.git' />
<project path='slingstart-maven-plugin'
name='sling-slingstart-maven-plugin.git' />
<project path='taglib-archetype' name='sling-taglib-archetype.git' />
--
To stop receiving notification emails like this one, please contact
[email protected].