spring-cloud/spring-cloud-build

Root pom references multiple maven plugins with milestone versions

spencergibb opened this issue · 3 comments

Releaser now fails with milestone versions, but for 2020.0.2 build was released before that fix happened.

Either we need to change them or add a way so release can ignore those.

<maven-surefire-report-plugin.version>3.0.0-M5</maven-surefire-report-plugin.version>

and

<maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version>

I think that we should add some comment that would be checked in the same line. Sth like

<maven-surefire-report-plugin.version>3.0.0-M5</maven-surefire-report-plugin.version><!-- @releaser:version-check-off -->

yeah, the maven plugins don't matter.