Class AbstractScmCommitPhase

java.lang.Object
org.apache.maven.shared.release.phase.AbstractReleasePhase
org.apache.maven.shared.release.phase.AbstractScmCommitPhase
All Implemented Interfaces:
ReleasePhase
Direct Known Subclasses:
AbstractScmCommitDevelopmentPhase, AbstractScmCommitPreparationPhase

public abstract class AbstractScmCommitPhase extends AbstractReleasePhase
Holds the basic concept of committing changes to the current working copy.
Author:
Brett Porter, Lars Corneliussen