org.apache.maven.plugins.release.versions
public interface VersionInfo extends Comparable
Method Summary | |
---|---|
VersionInfo | getNextVersion() Returns a VersionInfo object which represents the next version of this object.
|
String | getReleaseVersionString() Returns a string representing the version without a snapshot specification.
|
String | getSnapshotVersionString() Returns a string representing the version with a snapshot specification
|
String | getVersionString() Returns a string representing the version without modification.
|
boolean | isSnapshot() Returns whether this represents a snapshot version. |
Returns:
Returns:
Returns:
Returns:
Returns: