Package | Description |
---|---|
org.apache.maven.shared.release.versions |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVersionInfo
This compares and increments versions for a common java versioning scheme.
|
Modifier and Type | Method and Description |
---|---|
VersionInfo |
DefaultVersionInfo.getNextVersion() |
VersionInfo |
VersionInfo.getNextVersion()
Returns a
VersionInfo object which represents the next version
of this object. |
Modifier and Type | Method and Description |
---|---|
int |
DefaultVersionInfo.compareTo(VersionInfo obj)
Compares this
DefaultVersionInfo to the supplied DefaultVersionInfo to determine which version is
greater. |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.