Package berlin.yuna.mavendeploy.config
Class Versions
- java.lang.Object
-
- berlin.yuna.mavendeploy.config.MojoBase
-
- berlin.yuna.mavendeploy.config.Versions
-
public class Versions extends MojoBase
-
-
Constructor Summary
Constructors Constructor Description Versions(PluginSession session)
-
Method Summary
Modifier and Type Method Description static Versionsbuild(PluginSession session)Versionscommit()Versionsset()VersionsupdateChildModules()VersionsupdateParent()VersionsupdateProperties()VersionsuseLatestReleases()VersionsuseLatestVersions()VersionsuseNextSnapshots()
-
-
-
Constructor Detail
-
Versions
public Versions(PluginSession session)
-
-
Method Detail
-
build
public static Versions build(PluginSession session)
-
updateParent
public Versions updateParent() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
updateProperties
public Versions updateProperties() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
updateChildModules
public Versions updateChildModules() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
useLatestReleases
public Versions useLatestReleases() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
useNextSnapshots
public Versions useNextSnapshots() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
useLatestVersions
public Versions useLatestVersions() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
set
public Versions set() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
commit
public Versions commit() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-