You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously if there was a -M* or -RC* in a spring-cloud-*-dependencies/pom.xml this would be skipped. This was do to lines and java regex mismatches. The change moves to using Matcher.lookingAt() which only considers the start of the line, not the end.
Fixesgh-234
* Updates isReleaseOrServiceRelease test for calver.
* clarifies test name
* Fixes milestone in -dependencies bom for ga or rc release.
Previously if there was a -M* or -RC* in a spring-cloud-*-dependencies/pom.xml this would be skipped. This was do to lines and java regex mismatches. The change moves to using Matcher.lookingAt() which only considers the start of the line, not the end.
Fixesgh-234
Nothing should have snapshots.
RC shouldn't have milestones.
GA can not have milestones/RC as well
The text was updated successfully, but these errors were encountered: