All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
Enhance integration tests for
commitandrollbackmojos; -
Added the
change-propmojo in order to be able to change a property value in the target POM;
-
Changed package structure: the model classes were moved to the
apipackage; -
Changed package structure: the mojo classes were moved to the
mojopackage; -
Refactored classes to improve the maintainability;
-
Refactored
add-depmojo to use new implementation; -
Refactored
commitmojo to use new implementation; -
Refactored
rollbackmojo to use new implementation; -
Enhanced tests for
apiclasses; -
Enhanced tests for
mojoclasses; -
Enhanced integration tests for
commitandrollbackmojos; -
Enhanced java-docs for
apiclasses;
-
Enhance integration tests for
commitandrollbackmojos; -
Added the
change-propmojo in order to be able to change a property value in the target POM;
-
Changed package structure: the model classes were moved to the
apipackage; -
Changed package structure: the mojo classes were moved to the
mojopackage; -
Refactored classes to improve the maintainability;
-
Refactored
add-depmojo to use new implementation; -
Refactored
commitmojo to use new implementation; -
Refactored
rollbackmojo to use new implementation; -
Enhanced tests for
apiclasses; -
Enhanced tests for
mojoclasses; -
Enhanced integration tests for
commitandrollbackmojos; -
Enhanced java-docs for
apiclasses;
-
Added the
add-depmaven goal in order to be able to add one dependency by time into a target POM -
Added the
commitmaven goal in order to be able to confirm the changes into the target POM, removing the backup POM file; -
Added the
rollbackmaven goal in order to be able to revert the changes into the target POM;