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

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

commit 4e512167fb133f0823e0ead6437c7a6d8df8554f
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Feb 12 13:42:13 2026 +0100

    Fix Sisu
    
    Since last 5 years Sisu development happened on `main` and
    not `master` branch. Moreover, the other day after releasing
    Sisu 1.0.0 we cleaned up repo and dropped `master` branch finally
    to stop obvious confusion. But, this move broke `repo` command,
    as refd branch does not exists anymore.
---
 default.xml | 2 +-
 retired.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/default.xml b/default.xml
index b6a11a5..49aa6bb 100644
--- a/default.xml
+++ b/default.xml
@@ -172,5 +172,5 @@
   <project path='plexus/utils'                              
name='plexus-utils.git'              remote='plexus' />
   <project path='plexus/xml'                                
name='plexus-xml.git'                remote='plexus' />
 
-  <project path='sisu/sisu-project'                         
name='sisu-project.git'              remote='sisu' />
+  <project path='sisu/sisu-project'                         
name='sisu-project.git'              remote='sisu' revision='main' />
 </manifest>
diff --git a/retired.xml b/retired.xml
index dd5a121..70006cf 100644
--- a/retired.xml
+++ b/retired.xml
@@ -22,7 +22,6 @@
   <remote name='origin'  fetch='https://github.com/apache' />
   <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-sisu' />
   <default revision='master' remote='origin' sync-j='8' />
 
   <project path='plugins/reporting/maven-docck-plugin'      
name='maven-docck-plugin.git' />

Reply via email to