Releases: soujava/pom-editor-maven-plugin
Releases · soujava/pom-editor-maven-plugin
1.0.0-SNAPSHOT
Added
- Enhance integration tests for
commitandrollbackmojos;
Changes
- 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;
0.0.3
0.0.3-SNAPSHOT
Added
- Added CHANGELOG documentation;
- Added CONTRIBUTING guide;
- Added issues templates;
Changes
- Updated README documentation;
- Moved project from ArrudaLabs to SouJava
0.0.2
0.0.1
Added
- 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;