3738394041424344
JGitFlowCommitHelper.commitAllChanges(flow, "updating version in extension file"); } catch (Exception e) { throw new MavenJGitFlowExtensionException("Error updating " + EXTENSION_RESULT + " file!", e); } }
3233343536373839
git.commit().setMessage(commitMessage).call(); } } catch (GitAPIException e) { throw new MavenJGitFlowExtensionException("error committing changes: " + e.getMessage(), e); } }
5051525354555657
JGitFlowCommitHelper.commitAllChanges(flow, "updating version in README.md"); } catch (Exception e) { throw new MavenJGitFlowExtensionException("Error updating " + README_MD + " file!", e); } }
3435363738394041
break; } } catch (Exception e) { throw new MavenJGitFlowExtensionException("Error running external extension",e); } }
4041424344454647
{ return versionProvider.getRootVersion(branchHelper.getProjectsForCurrentBranch()); } catch (Exception e) { throw new MavenJGitFlowExtensionException("Error calculating new version", e); } }
3132333435363738
break; } } catch (Exception e) { throw new MavenJGitFlowExtensionException("Error running external extension", e); } }
3940414243444546