I am on say 0.0.21-SNAPSHOT
I just started using RevAPI and when I do it mentions there have been breaking changes. I can silence it like...
<versionIncreaseAllows>
<major>breaking</major>
<minor>breaking</minor>
<patch>breaking</patch>
<!-- TODO: Even though I have leaving in commented code we should really figure out how to make it the following. -->
<!-- <minor>nonBreaking</minor>-->
<!-- <patch>equivalent</patch>-->
</versionIncreaseAllows>
But as you can see I would rather use a more semantic versioning going forward.
Can I tell RevAPI with maven to reset?