This is an automated email from the ASF dual-hosted git repository.
cstamas 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 c706769 Change sisu's tracking branch from master to main (closes
#36) (#37)
c706769 is described below
commit c706769da0667f113438446f308509ba9a6feb4b
Author: Mykola Nikishov <[email protected]>
AuthorDate: Thu Feb 12 14:47:52 2026 +0200
Change sisu's tracking branch from master to main (closes #36) (#37)
Since last 5 years Sisu development happened on `main` and not the
`master` branch. Moreover, the other day after releasing Sisu 1.0.0, we
cleaned up repo and dropped `master` branch to stop obvious confusion. But,
this move broke `repo` command, as refd branch does not exists anymore.
Fixes #36
---
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' />