Uses of Class
org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo

Packages that use AbstractVersionsUpdaterMojo
org.codehaus.mojo.versions   
 

Uses of AbstractVersionsUpdaterMojo in org.codehaus.mojo.versions
 

Subclasses of AbstractVersionsUpdaterMojo in org.codehaus.mojo.versions
 class AbstractVersionsDependencyUpdaterMojo
          Base class for a mojo that updates dependency versions.
 class DisplayDependencyUpdatesMojo
          Displays all dependencies that have newer versions available.
 class DisplayPluginUpdatesMojo
          Displays all plugins that have newer versions available.
 class DisplayPropertyUpdatesMojo
          Sets properties to the latest versions of specific artifacts.
 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 SetMojo
          Sets the current projects version, updating the details of any child modules as necessary.
 class UnlockSnapshotsMojo
          Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
 class UpdateChildModulesMojo
          Scans the current projects child modules, updating the versions of any which use the current project to the version of the current project.
 class UpdateParentMojo
          Sets the parent version to the latest parent version.
 class UpdatePropertiesMojo
          Sets properties to the latest versions of specific artifacts.
 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-2011 Codehaus. All Rights Reserved.