@Override
public void execute(GitFlowConfiguration configuration, Git git, JGitFlowCommand gitFlowCommand, JGitFlowReporter reporter) throws JGitFlowExtensionException
{
ProjectCacheKey cacheKey = null;
VersionType versionType = null;
String versionSuffix = "";
BranchType branchType = BranchType.UNKNOWN;
try