updateFeaturePomsWithFeatureVersion(featureName, flow, ctx, reactorProjects, session);
if(ctx.isPushFeatures())
{
projectHelper.ensureOrigin(reactorProjects, flow);
RefSpec branchSpec = new RefSpec(prefixedBranchName);
flow.git().push().setRemote("origin").setRefSpecs(branchSpec).call();
}
}
projectHelper.commitAllPoms(flow.git(), reactorProjects, "updating poms for " + featureName + " branch");