From 90c3ece9b2f03978f4a1339a336b5527ede24ce8 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Thu, 12 Sep 2024 12:38:24 +0200 Subject: [PATCH] Use plone.volto branch 4.x.x. The main branch will soon drop support for Plone 6.0 for the upgrade to distributions. --- sources.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources.cfg b/sources.cfg index 6b651697c2..0cf9d413d4 100644 --- a/sources.cfg +++ b/sources.cfg @@ -133,7 +133,7 @@ plone.tiles = git ${remotes:plone}/plone.tiles.git pushu plone.transformchain = git ${remotes:plone}/plone.transformchain.git pushurl=${remotes:plone_push}/plone.transformchain.git branch=master plone.uuid = git ${remotes:plone}/plone.uuid.git pushurl=${remotes:plone_push}/plone.uuid.git branch=master plone.versioncheck = git ${remotes:plone}/plone.versioncheck.git pushurl=${remotes:plone_push}/plone.versioncheck.git branch=master -plone.volto = git ${remotes:plone}/plone.volto.git pushurl=${remotes:plone_push}/plone.volto.git branch=main +plone.volto = git ${remotes:plone}/plone.volto.git pushurl=${remotes:plone_push}/plone.volto.git branch=4.x.x plone.z3cform = git ${remotes:plone}/plone.z3cform.git pushurl=${remotes:plone_push}/plone.z3cform.git branch=master plonetheme.barceloneta = git ${remotes:plone}/plonetheme.barceloneta.git pushurl=${remotes:plone_push}/plonetheme.barceloneta.git branch=3.1.x Products.CMFCore = git ${remotes:zope}/Products.CMFCore.git pushurl=${remotes:zope_push}/Products.CMFCore.git branch=master