@@ -12,7 +12,6 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
12
12
- Enhance integration tests for `commit` and `rollback` mojos;
13
13
- Added the `change-prop` mojo in order to be able to change a property value in the target POM;
14
14
15
-
16
15
=== Changes
17
16
- Changed package structure: the model classes were moved to the `api` package;
18
17
- Changed package structure: the mojo classes were moved to the `mojo` package;
@@ -23,17 +22,16 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
23
22
- Enhanced tests for `api` classes;
24
23
- Enhanced tests for `mojo` classes;
25
24
- Enhanced integration tests for `commit` and `rollback` mojos;
25
+ - Enhanced java-docs for `api` classes;
26
26
27
- === Fixes
28
- - ?
27
+ === Fixed
29
28
30
- == [1.1 .0-SNAPSHOT]
29
+ == [1.0 .0-SNAPSHOT]
31
30
32
31
=== Added
33
32
- Enhance integration tests for `commit` and `rollback` mojos;
34
33
- Added the `change-prop` mojo in order to be able to change a property value in the target POM;
35
34
36
-
37
35
=== Changes
38
36
- Changed package structure: the model classes were moved to the `api` package;
39
37
- Changed package structure: the mojo classes were moved to the `mojo` package;
@@ -44,22 +42,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
44
42
- Enhanced tests for `api` classes;
45
43
- Enhanced tests for `mojo` classes;
46
44
- Enhanced integration tests for `commit` and `rollback` mojos;
45
+ - Enhanced java-docs for `api` classes;
47
46
48
- == [1.0.0-SNAPSHOT]
49
-
50
- === Added
51
- - Enhance integration tests for `commit` and `rollback` mojos;
52
-
53
- === Changes
54
- - Changed package structure: the model classes were moved to the `api` package;
55
- - Changed package structure: the mojo classes were moved to the `mojo` package;
56
- - Refactored classes to improve the maintainability;
57
- - Refactored `add-dep` mojo to use new implementation;
58
- - Refactored `commit` mojo to use new implementation;
59
- - Refactored `rollback` mojo to use new implementation;
60
- - Enhanced tests for `api` classes;
61
- - Enhanced tests for `mojo` classes;
62
- - Enhanced integration tests for `commit` and `rollback` mojos;
63
47
64
48
== [0.0.3]
65
49
0 commit comments