Skip to content

Commit 0ab9943

Browse files
committed
changelog: enhanced java-docs for api classes
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent cc0bb59 commit 0ab9943

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
1212
- Enhance integration tests for `commit` and `rollback` mojos;
1313
- Added the `change-prop` mojo in order to be able to change a property value in the target POM;
1414

15-
1615
=== Changes
1716
- Changed package structure: the model classes were moved to the `api` package;
1817
- 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
2322
- Enhanced tests for `api` classes;
2423
- Enhanced tests for `mojo` classes;
2524
- Enhanced integration tests for `commit` and `rollback` mojos;
25+
- Enhanced java-docs for `api` classes;
2626

27-
=== Fixes
28-
- ?
27+
=== Fixed
2928

30-
== [1.1.0-SNAPSHOT]
29+
== [1.0.0-SNAPSHOT]
3130

3231
=== Added
3332
- Enhance integration tests for `commit` and `rollback` mojos;
3433
- Added the `change-prop` mojo in order to be able to change a property value in the target POM;
3534

36-
3735
=== Changes
3836
- Changed package structure: the model classes were moved to the `api` package;
3937
- 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
4442
- Enhanced tests for `api` classes;
4543
- Enhanced tests for `mojo` classes;
4644
- Enhanced integration tests for `commit` and `rollback` mojos;
45+
- Enhanced java-docs for `api` classes;
4746

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;
6347

6448
== [0.0.3]
6549

0 commit comments

Comments
 (0)