diff --git a/stack/erp5.cfg b/stack/erp5.cfg
index 51378589177ebddb89648f213c5a9aeb2980ade7..3d5cc77e1ef081c896528babfbcbba5b22f90bd1 100644
--- a/stack/erp5.cfg
+++ b/stack/erp5.cfg
@@ -239,14 +239,14 @@ recipe = plone.recipe.command
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/erp5/sanef.git
-branch = CR1094
+branch = deployment_CR1094
 revision =
 command = ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location} && if [ -n ${:revision} ]; then cd ${:location} && ${git:location}/bin/git reset --quiet --hard ${:revision} ; fi
 update-command = cd ${:location} && ${git:location}/bin/git pull --quiet && if [ -n ${:revision} ]; then cd ${:location} && ${git:location}/bin/git reset --quiet --hard ${:revision} ; fi
 
 [beteireflow-repository]
 <= erp5
-branch = CR1094
+branch = master
 repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/sanef.git
 command = (${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location}) || (rm -fr ${:location} && exit 1)