Interface VersionPolicy
- All Known Implementing Classes:
DefaultVersionPolicy
public interface VersionPolicy
API for next version calculations, used by maven-release-plugin to suggest release and next develoment versions.
- Since:
- 2.5.1 (MRELEASE-431)
-
Method Summary
Modifier and TypeMethodDescriptionCalculation of the next development version from release state.getReleaseVersion
(VersionPolicyRequest request) Calculation of the release version from development state.
-
Method Details