Uses of Class
net.videki.semver.cc.release.common.SemanticVersion
-
Packages that use SemanticVersion Package Description net.videki.semver.cc.release.common -
-
Uses of SemanticVersion in net.videki.semver.cc.release.common
Methods in net.videki.semver.cc.release.common that return SemanticVersion Modifier and Type Method Description SemanticVersionConventionalVersioning. getReleaseVersion(SemanticVersion currentVersion)Main entry point to calculate the next release version based on the current version, the last SCM tag and commits since then.SemanticVersionGitConventionalVersioning. getReleaseVersion(SemanticVersion currentVersion)Returns the actual release version based on the commits.SemanticVersionSemanticVersion. nextDevelopmentVersion(SemanticVersionChange change)Calculates and returns the development version to be setup after the next release by the maven release plugin, based on the given change type.static SemanticVersionSemanticVersion. parse(String version)Factory method to parse a string formatted semantic version and construct a semantic version object.SemanticVersionSemanticVersion. releaseVersion(SemanticVersionChange change)Calculates and returns the next semantic version based on the given change.Methods in net.videki.semver.cc.release.common with parameters of type SemanticVersion Modifier and Type Method Description SemanticVersionConventionalVersioning. getReleaseVersion(SemanticVersion currentVersion)Main entry point to calculate the next release version based on the current version, the last SCM tag and commits since then.SemanticVersionGitConventionalVersioning. getReleaseVersion(SemanticVersion currentVersion)Returns the actual release version based on the commits.
-