Skip to content

Latest commit

 

History

History
96 lines (69 loc) · 2.88 KB

CHANGELOG.adoc

File metadata and controls

96 lines (69 loc) · 2.88 KB

Changelog

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.

[Unreleased]

Added

  • ?

Changes

  • ?

Fixes

  • ?

[1.0.0]

Added

  • Enhance integration tests for commit and rollback mojos;

  • Added the change-prop mojo in order to be able to change a property value in the target POM;

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;

  • Enhanced java-docs for api classes;

Fixed

[1.0.0-SNAPSHOT]

Added

  • Enhance integration tests for commit and rollback mojos;

  • Added the change-prop mojo in order to be able to change a property value in the target POM;

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;

  • Enhanced java-docs for api classes;

[0.0.3]

Added

  • Added CHANGELOG documentation;

  • Added CONTRIBUTING guide;

  • Added issues templates;

Changes

  • Updated README documentation;

  • Moved project from ArrudaLabs to SouJava

[0.0.3-SNAPSHOT] 2023-03-28T04:33:13Z

Added

  • Added CHANGELOG documentation;

  • Added CONTRIBUTING guide;

  • Added issues templates;

Changes

  • Updated README documentation;

  • Moved project from ArrudaLabs to SouJava

[0.0.2] 2023-03-23T23:46:43Z

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] - 2023-03-20T06:50:35Z

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;