Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@
import org.slf4j.LoggerFactory;

/**
* Uses SemVer implementation to increase minor element when resolving the development version.
* Uses the SemVer implementation to increase the minor element when resolving
* the development version.
*
* @deprecated use {@link SemVerMinorDevelopmentVersionPolicy} instead.
* @deprecated This policy has been superseded by
* {@link SemVerMinorDevelopmentVersionPolicy}, which provides a
* clearer and more explicit implementation of SemVer-based
* development version handling.
* This policy remains only for backward compatibility and may be
* removed in a future version of the Maven Release Plugin.
*/
@Singleton
@Named("SemVerVersionPolicy")
Expand Down
Loading