Skip to content

Releases: soujava/pom-editor-maven-plugin

1.0.0-SNAPSHOT

21 Apr 06:24
Compare
Choose a tag to compare

Added

  • Enhance integration tests for commit and rollback 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 and rollback mojos;

0.0.3

28 Mar 04:48
Compare
Choose a tag to compare

Added

  • Added CHANGELOG documentation;
  • Added CONTRIBUTING guide;
  • Added issues templates;

Changes

  • Updated README documentation;
  • Moved project from ArrudaLabs to SouJava

0.0.3-SNAPSHOT

28 Mar 04:33
c427e49
Compare
Choose a tag to compare
0.0.3-SNAPSHOT Pre-release
Pre-release

Added

  • Added CHANGELOG documentation;
  • Added CONTRIBUTING guide;
  • Added issues templates;

Changes

  • Updated README documentation;
  • Moved project from ArrudaLabs to SouJava

0.0.2

24 Mar 06:05
Compare
Choose a tag to compare

Added

  • Added the property called gav into the add-dep goal in order to inform the target dependency following the GAV(groupId:artifactId:version) pattern

Removed

  • Removed the properties: groupId, artifactId, version in favor to use the gav property

0.0.1

20 Mar 06:52
Compare
Choose a tag to compare

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;