Uses of Class
org.apache.maven.shared.release.versions.VersionParseException
-
-
Uses of VersionParseException in org.apache.maven.shared.release.phase
Methods in org.apache.maven.shared.release.phase that throw VersionParseException Modifier and Type Method Description private void
CheckDependencySnapshotsPhase. processSnapshot(java.util.Set<org.apache.maven.artifact.Artifact> snapshotSet, ReleaseDescriptor releaseDescriptor)
private java.lang.String
MapVersionsPhase. resolveSuggestedVersion(java.lang.String baseVersion, java.lang.String policyId)
-
Uses of VersionParseException in org.apache.maven.shared.release.policies
Methods in org.apache.maven.shared.release.policies that throw VersionParseException Modifier and Type Method Description VersionPolicyResult
DefaultVersionPolicy. getDevelopmentVersion(VersionPolicyRequest request)
VersionPolicyResult
DefaultVersionPolicy. getReleaseVersion(VersionPolicyRequest request)
-
Uses of VersionParseException in org.apache.maven.shared.release.policy.version
Methods in org.apache.maven.shared.release.policy.version that throw VersionParseException Modifier and Type Method Description VersionPolicyResult
VersionPolicy. getDevelopmentVersion(VersionPolicyRequest request)
Calculation of the next development version from release state.VersionPolicyResult
VersionPolicy. getReleaseVersion(VersionPolicyRequest request)
Calculation of the release version from development state. -
Uses of VersionParseException in org.apache.maven.shared.release.versions
Constructors in org.apache.maven.shared.release.versions that throw VersionParseException Constructor Description AetherVersion(java.lang.String version)
DefaultVersionInfo(java.lang.String version)
Constructs this object and parses the supplied version string.Version(java.lang.String version)
-