Skip to content

Commit 15e4644

Browse files
committed
feat: enhance integration tests and refactor mojos
This commit includes several changes: - Enhancement of integration tests for `commit` and `rollback` mojos - Addition of the `change-prop` mojo to change a property value in the target POM - Refactoring of classes to improve maintainability - Refactoring of `add-dep`, `commit`, and `rollback` mojos to use new implementation - Enhancement of tests for `api` and `mojo` classes Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 9ccdde8 commit 15e4644

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
1010

1111
=== Added
1212
- Enhance integration tests for `commit` and `rollback` mojos;
13+
- Added the `change-prop` mojo in order to be able to change a property value in the target POM;
1314

1415

1516
=== Changes
@@ -26,6 +27,24 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
2627
=== Fixes
2728
- ?
2829

30+
== [1.1.0-SNAPSHOT]
31+
32+
=== Added
33+
- Enhance integration tests for `commit` and `rollback` mojos;
34+
- Added the `change-prop` mojo in order to be able to change a property value in the target POM;
35+
36+
37+
=== Changes
38+
- Changed package structure: the model classes were moved to the `api` package;
39+
- Changed package structure: the mojo classes were moved to the `mojo` package;
40+
- Refactored classes to improve the maintainability;
41+
- Refactored `add-dep` mojo to use new implementation;
42+
- Refactored `commit` mojo to use new implementation;
43+
- Refactored `rollback` mojo to use new implementation;
44+
- Enhanced tests for `api` classes;
45+
- Enhanced tests for `mojo` classes;
46+
- Enhanced integration tests for `commit` and `rollback` mojos;
47+
2948
== [1.0.0-SNAPSHOT]
3049

3150
=== Added

0 commit comments

Comments
 (0)