Releases: soujava/pom-editor-maven-plugin
Releases · soujava/pom-editor-maven-plugin
1.0.0-SNAPSHOT
Added
- Enhance integration tests for
commit
androllback
mojos;
Changes
- 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;
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-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;