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
commit
androllback
mojos; -
Added the
change-prop
mojo in order to be able to change a property value in the target POM;
-
Changed package structure: the model classes were moved to the
api
package; -
Changed package structure: the mojo classes were moved to the
mojo
package; -
Refactored classes to improve the maintainability;
-
Refactored
add-dep
mojo to use new implementation; -
Refactored
commit
mojo to use new implementation; -
Refactored
rollback
mojo to use new implementation; -
Enhanced tests for
api
classes; -
Enhanced tests for
mojo
classes; -
Enhanced integration tests for
commit
androllback
mojos; -
Enhanced java-docs for
api
classes;
-
Enhance integration tests for
commit
androllback
mojos; -
Added the
change-prop
mojo in order to be able to change a property value in the target POM;
-
Changed package structure: the model classes were moved to the
api
package; -
Changed package structure: the mojo classes were moved to the
mojo
package; -
Refactored classes to improve the maintainability;
-
Refactored
add-dep
mojo to use new implementation; -
Refactored
commit
mojo to use new implementation; -
Refactored
rollback
mojo to use new implementation; -
Enhanced tests for
api
classes; -
Enhanced tests for
mojo
classes; -
Enhanced integration tests for
commit
androllback
mojos; -
Enhanced java-docs for
api
classes;
-
Added the
add-dep
maven goal in order to be able to add one dependency by time into a target POM -
Added the
commit
maven goal in order to be able to confirm the changes into the target POM, removing the backup POM file; -
Added the
rollback
maven goal in order to be able to revert the changes into the target POM;