Description
While the version number in the POM is up-to-date, the one in the .travis.yml is outdated. This is a tight-coupling situation where you at the moment have to edit both files synchronously.
Steps to Reproduce
- Check
.travis.yml
- Compare to
.pom
Expected behavior
Set version once and have it used everywhere.
Description
While the version number in the POM is up-to-date, the one in the
.travis.ymlis outdated. This is a tight-coupling situation where you at the moment have to edit both files synchronously.Steps to Reproduce
.travis.yml.pomExpected behavior
Set version once and have it used everywhere.