| Package | Description |
|---|---|
| org.codehaus.mojo.versions |
| Modifier and Type | Class and Description |
|---|---|
class |
CompareDependenciesMojo
Compare dependency versions of the current project to dependencies or dependency management of a remote repository
project.
|
class |
LockSnapshotsMojo
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
|
class |
ResolveRangesMojo
Attempts to resolve dependency version ranges to the specific version being used in the build.
|
class |
UnlockSnapshotsMojo
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
|
class |
UseLatestReleasesMojo
Replaces any release versions with the latest release version.
|
class |
UseLatestSnapshotsMojo
Replaces any release versions with the latest snapshot version (if it has been deployed).
|
class |
UseLatestVersionsMojo
Replaces any version with the latest version.
|
class |
UseNextReleasesMojo
Replaces any release versions with the next release version (if it has been released).
|
class |
UseNextSnapshotsMojo
Replaces any release versions with the next snapshot version (if it has been deployed).
|
class |
UseNextVersionsMojo
Replaces any version with the latest version.
|
class |
UseReleasesMojo
Replaces any -SNAPSHOT versions with the corresponding release version (if it has been released).
|
Copyright © 2008-2014. All Rights Reserved.