tools.bestquality.maven.versioning.Incrementor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ci-maven-plugin Show documentation
Show all versions of ci-maven-plugin Show documentation
Maven plugin for building and releasing from CI pipelines
package tools.bestquality.maven.versioning;
@FunctionalInterface
public interface Incrementor {
Version next(Version current);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy