org.universAAL.support.directives.mojos
Class IncreaseVersionMojo

Package class diagram package IncreaseVersionMojo
java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.universAAL.support.directives.api.AbstractProcedureMojo
          extended by org.universAAL.support.directives.mojos.IncreaseVersionMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class IncreaseVersionMojo
extends AbstractProcedureMojo

This Mojo updates the current project's version to the next development version.

This doesn't affect submodules's parent version, this mojo should be used in conjunction with Versions Maven Plugin (Specially usefull is the versions:update-child-modules, which updates the parent's version of all modules)

Author:
amedrano
See Also:
ChangeVersionMojo

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
IncreaseVersionMojo()
           
 
Method Summary
 APIProcedure getProcedure()
          
 
Methods inherited from class org.universAAL.support.directives.api.AbstractProcedureMojo
execute
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncreaseVersionMojo

public IncreaseVersionMojo()
Method Detail

getProcedure

public APIProcedure getProcedure()

Specified by:
getProcedure in class AbstractProcedureMojo


Copyright © 2014 universAAL Consortium. All Rights Reserved.