| Class and Description |
|---|
| org.codehaus.mojo.versions.ordering.MercuryVersionComparator |
| org.codehaus.mojo.versions.ordering.NumericVersionComparator |
| org.codehaus.mojo.versions.ordering.VersionComparators
Note: This comparator should be replaced by using the one of Maven core instead.
|
| Method and Description |
|---|
| org.codehaus.mojo.versions.api.VersionDetails.getNewerVersions(String, Optional<Segment>, boolean)
please use
AbstractVersionDetails.getNewerVersions(String, Optional, boolean, boolean),
boolean, boolean)} instead |
| org.codehaus.mojo.versions.api.AbstractVersionDetails.getNewerVersions(String, Optional<Segment>, boolean) |
| org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo.shouldApplyUpdate(Artifact, String, ArtifactVersion)
This method no longer supported.
use shouldApplyUpdate( Artifact artifact, String currentVersion, ArtifactVersion updateVersion, Boolean
forceUpdate )
Returns |
Copyright © 2008–2022 MojoHaus. All rights reserved.