You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/04/07 12:48:11 UTC

[maven-sources] branch master updated: added Sisu entries

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-sources.git


The following commit(s) were added to refs/heads/master by this push:
     new 41892ad  added Sisu entries
41892ad is described below

commit 41892adbbe9f02a7e81f14cf335e322c2528a3f9
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Apr 7 14:48:01 2019 +0200

    added Sisu entries
---
 default.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/default.xml b/default.xml
index b1b1a3a..3ad33df 100644
--- a/default.xml
+++ b/default.xml
@@ -18,9 +18,10 @@
   ~ under the License.
 -->
 <manifest>
-  <remote   name='origin' fetch='https://gitbox.apache.org/repos/asf' />
-  <remote   name='plexus' fetch='https://github.com/codehaus-plexus' />
-  <remote   name='svn2git' fetch='https://github.com/apache' />
+  <remote name='origin'  fetch='https://gitbox.apache.org/repos/asf' />
+  <remote name='plexus'  fetch='https://github.com/codehaus-plexus' />
+  <remote name='svn2git' fetch='https://github.com/apache' />
+  <remote name='sisu'    fetch='https://github.com/eclipse' />
   <default revision='master' remote='origin' sync-j='8' />
 
   <project path='site'                                      name='maven-site.git' />
@@ -157,4 +158,9 @@
   <project path='plexus/pom/components'                     name='plexus-components.git'         remote='plexus' />
   <project path='plexus/pom/plexus'                         name='plexus-pom.git'                remote='plexus' />
   <project path='plexus/utils'                              name='plexus-utils.git'              remote='plexus' />
+
+  <project path='sisu/sisu'                                 name='sisu.git'                      remote='sisu' />
+  <project path='sisu/inject'                               name='sisu.inject.git'               remote='sisu' />
+  <project path='sisu/plexus'                               name='sisu.plexus.git'               remote='sisu' />
+  <project path='sisu/mojos'                                name='sisu.mojos.git'                remote='sisu' />
 </manifest>