Skip to content

Commit

Permalink
Merge branch 'master' into issue-440
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Apr 13, 2024
2 parents 87b4a26 + 2a189b6 commit 0bd2c1e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
:issue-456: https://github.com/khmarbaise/maven-it-extension/issues/456[Fixed #456]
:issue-440: https://github.com/khmarbaise/maven-it-extension/issues/440[Fixed #440]
:issue-458: https://github.com/khmarbaise/maven-it-extension/issues/458[Fixed #458]
:issue-463: https://github.com/khmarbaise/maven-it-extension/issues/463[Fixed #463]
:issue-464: https://github.com/khmarbaise/maven-it-extension/issues/464[Fixed #464]

:release_0_14_0: https://github.com/khmarbaise/maven-it-extension/milestone/14

Expand All @@ -59,13 +61,16 @@
* {issue-451} - Upgrade assertj-bom to 3.25.1
* {issue-453} - Upgrade memoryfilesystem to 2.8.0
* {issue-440} - Upgrade ITF Framework Maven Version minimum to 3.8.1
* {issue-463} - Upgrade smpp to 6.0.6
* {issue-???} - ?

*Build Improvements*

* {issue-447} - Move to use maven-resolver instead of aether
* {issue-455} - Upgrade asciidoctor-maven-plugin 2.2.5
* {issue-456} - Upgrade to Maven 4.0.0 Alpha 12
* {issue-458} - Upgrade to Maven 4.0.0 Alpha 13
* {issue-464} - Make the IT's running for Maven 4

*Documentation Improvements*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ void goal_clean(MavenExecutionResult result) {
.info()
.containsSubsequence(
"Scanning for projects...",
"-------------------< com.soebes.katas:kata-fraction >-------------------",
"Building kata-fraction 1.0-SNAPSHOT",
"--------------------------------[ jar ]---------------------------------",
"--- clean:3.3.2:clean (default-clean) @ kata-fraction ---"
);
assertThat(result)
Expand All @@ -85,9 +83,7 @@ void goal_clean_compile(MavenExecutionResult result) {
.info()
.containsSubsequence(
"Scanning for projects...",
"-------------------< com.soebes.katas:kata-fraction >-------------------",
"Building kata-fraction 1.0-SNAPSHOT",
"--------------------------------[ jar ]---------------------------------",
"--- clean:3.3.2:clean (default-clean) @ kata-fraction ---",
"--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---",
"--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ void goal_clean(MavenExecutionResult result) {
.info()
.containsSubsequence(
"Scanning for projects...",
"-------------------< com.soebes.katas:kata-fraction >-------------------",
"Building kata-fraction 1.0-SNAPSHOT",
"--------------------------------[ jar ]---------------------------------",
"--- clean:3.3.2:clean (default-clean) @ kata-fraction ---"
"--- clean:3.3.2:clean (default-clean) @ kata-fraction ---",
"BUILD SUCCESS"
);
assertThat(result)
.isSuccessful()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.soebes.smpp</groupId>
<artifactId>smpp</artifactId>
<version>6.0.5</version>
<version>6.0.6</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 0bd2c1e

Please sign in to comment.