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

Packages that use AbstractVersionsDependencyUpdaterMojo
org.codehaus.mojo.versions   
 

Uses of AbstractVersionsDependencyUpdaterMojo in org.codehaus.mojo.versions
 

Subclasses of AbstractVersionsDependencyUpdaterMojo in org.codehaus.mojo.versions
 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-2011 Codehaus. All Rights Reserved.