Skip to content

SCM interaction Bug Fixes

Compare
Choose a tag to compare
@bvarner bvarner released this 24 May 16:57
· 149 commits to master since this release

Resolves a couple of bugs around SCM interaction.

  • If a parent POM is defining an <scm> block without either a <developerConnection> or <connection> (common in spring boot apps), and the child project didn't define a connection URL, the result was a null pointer exception (Issue #74)
  • Community contribution to improve tagging feedback. #72, fixed by #73! Thanks, Hans-Peter Schmid!