diff --git a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc index 74af67c8e7..8eaa21b6e9 100644 --- a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc +++ b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc @@ -38,6 +38,7 @@ :issue-457: https://github.com/khmarbaise/maven-it-extension/issues/457[Fixed #457] :issue-459: https://github.com/khmarbaise/maven-it-extension/issues/459[Fixed #459] :issue-468: https://github.com/khmarbaise/maven-it-extension/issues/468[Fixed #468] +:issue-481: https://github.com/khmarbaise/maven-it-extension/issues/481[Fixed #481] :pr-460: https://github.com/khmarbaise/maven-it-extension/pull/460[Pull request #460] :pr-462: https://github.com/khmarbaise/maven-it-extension/pull/462[Pull request #462] @@ -71,6 +72,7 @@ * {issue-463} - Upgrade smpp to 6.0.6 * {issue-440} - Upgrade ITF Framework Maven Version minimum to 3.8.1 * {issue-468} - Upgrade mockito-bom 5.12.0 + * {issue-481} - Upgrade smpp to 7.0.0 * {issue-???} - ? *Build Improvements* diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/defaults/DefaultsForAllIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/defaults/DefaultsForAllIT.java index 6fea600971..6d611f2aea 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/defaults/DefaultsForAllIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/defaults/DefaultsForAllIT.java @@ -35,14 +35,14 @@ void option_debug(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) @@ -54,14 +54,14 @@ void option_debug(MavenExecutionResult result) { .out() .debug() .containsSubsequence( - "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven)", - "Goal: org.jacoco:jacoco-maven-plugin:0.8.11:prepare-agent (default)", + "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-maven)", + "Goal: org.jacoco:jacoco-maven-plugin:0.8.12:prepare-agent (default)", "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile)", "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile)", - "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test)", - "Goal: org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar (default-jar)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile)", + "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.3.1:test (default-test)", + "Goal: org.apache.maven.plugins:maven-jar-plugin:3.4.2:jar (default-jar)", "Goal: org.apache.maven.plugins:maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor)" ); } diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsIT.java index b680ab97c8..45a7dc3685 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsIT.java @@ -38,14 +38,14 @@ void no_goals_at_all(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) @@ -65,7 +65,7 @@ void goal_clean(MavenExecutionResult result) { .containsSubsequence( "Scanning for projects...", "Building kata-fraction 1.0-SNAPSHOT", - "--- clean:3.3.2:clean (default-clean) @ kata-fraction ---" + "--- clean:3.4.0:clean (default-clean) @ kata-fraction ---" ); assertThat(result) .isSuccessful() @@ -84,11 +84,11 @@ void goal_clean_compile(MavenExecutionResult result) { .containsSubsequence( "Scanning for projects...", "Building kata-fraction 1.0-SNAPSHOT", - "--- 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 ---", + "--- clean:3.4.0:clean (default-clean) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---" + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---" ); assertThat(result) .isSuccessful() diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsOnClassIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsOnClassIT.java index 23246fddfa..963e04e90a 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsOnClassIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsOnClassIT.java @@ -41,7 +41,7 @@ void goal_clean(MavenExecutionResult result) { .containsSubsequence( "Scanning for projects...", "Building kata-fraction 1.0-SNAPSHOT", - "--- clean:3.3.2:clean (default-clean) @ kata-fraction ---", + "--- clean:3.4.0:clean (default-clean) @ kata-fraction ---", "BUILD SUCCESS" ); assertThat(result) diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/goals/MetaAnnotationGoalIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/goals/MetaAnnotationGoalIT.java index cbf9dd7a30..2210ba437e 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/goals/MetaAnnotationGoalIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/goals/MetaAnnotationGoalIT.java @@ -39,19 +39,19 @@ void clean_verify(MavenExecutionResult result) { .info() .containsSubsequence( "Scanning for projects...", - "--- 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 ---", + "--- clean:3.4.0:clean (default-clean) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", "Tests run: 34, Failures: 0, Errors: 0, Skipped: 0", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---", "Skipping because packaging 'jar' is not pom.", - "--- jacoco:0.8.11:report (default) @ kata-fraction ---" + "--- jacoco:0.8.12:report (default) @ kata-fraction ---" ); assertThat(result) diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsIT.java index f4b1aa94f2..55086161f4 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsIT.java @@ -46,14 +46,14 @@ void no_options_at_all(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) @@ -74,14 +74,14 @@ void option_debug(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) @@ -93,14 +93,14 @@ void option_debug(MavenExecutionResult result) { .out() .debug() .containsSubsequence( - "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven)", - "Goal: org.jacoco:jacoco-maven-plugin:0.8.11:prepare-agent (default)", + "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-maven)", + "Goal: org.jacoco:jacoco-maven-plugin:0.8.12:prepare-agent (default)", "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile)", "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile)", - "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test)", - "Goal: org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar (default-jar)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile)", + "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.3.1:test (default-test)", + "Goal: org.apache.maven.plugins:maven-jar-plugin:3.4.2:jar (default-jar)", "Goal: org.apache.maven.plugins:maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor)" ); } diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsOnClassIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsOnClassIT.java index 170821ae3c..0a784fb16d 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsOnClassIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsOnClassIT.java @@ -38,14 +38,14 @@ void option_debug(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) @@ -57,14 +57,14 @@ void option_debug(MavenExecutionResult result) { .out() .debug() .containsSubsequence( - "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven)", - "Goal: org.jacoco:jacoco-maven-plugin:0.8.11:prepare-agent (default)", + "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-maven)", + "Goal: org.jacoco:jacoco-maven-plugin:0.8.12:prepare-agent (default)", "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile)", "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile)", - "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test)", - "Goal: org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar (default-jar)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile)", + "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.3.1:test (default-test)", + "Goal: org.apache.maven.plugins:maven-jar-plugin:3.4.2:jar (default-jar)", "Goal: org.apache.maven.plugins:maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor)" ); } diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT.java index 7ee13fa8ef..b772ba4cb7 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT.java @@ -36,15 +36,15 @@ void property_skiptests(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", "Tests are skipped.", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesIT.java index 1423df3684..5bf662d687 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesIT.java @@ -43,15 +43,15 @@ void property_skiptests(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", "Tests are skipped.", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnClassIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnClassIT.java index 1eeef33be9..64fd38b473 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnClassIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnClassIT.java @@ -43,15 +43,15 @@ void property_skiptests(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", "Tests are skipped.", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT.java index 38678e3dc0..051fdc66ec 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT.java @@ -49,15 +49,15 @@ void property_skiptests(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- enforcer:3.4.1:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- enforcer:3.5.0:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco:0.8.12:prepare-agent (default) @ kata-fraction ---", "--- resources:3.3.1:resources (default-resources) @ kata-fraction ---", - "--- compiler:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- compiler:3.13.0:compile (default-compile) @ kata-fraction ---", "--- resources:3.3.1:testResources (default-testResources) @ kata-fraction ---", - "--- compiler:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- surefire:3.2.2:test (default-test) @ kata-fraction ---", + "--- compiler:3.13.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- surefire:3.3.1:test (default-test) @ kata-fraction ---", "Tests are skipped.", - "--- jar:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- jar:3.4.2:jar (default-jar) @ kata-fraction ---", "--- site:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/SecondLevel/ThirdLevel/on_third_level_nested_class_level/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/SecondLevel/ThirdLevel/on_third_level_nested_class_level/pom.xml index 0971dc91bc..661973243c 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/SecondLevel/ThirdLevel/on_third_level_nested_class_level/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/SecondLevel/ThirdLevel/on_third_level_nested_class_level/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/SecondLevel/on_second_level_nested_class_level/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/SecondLevel/on_second_level_nested_class_level/pom.xml index 0971dc91bc..661973243c 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/SecondLevel/on_second_level_nested_class_level/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/SecondLevel/on_second_level_nested_class_level/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/on_nested_class_level/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/on_nested_class_level/pom.xml index 4183bb4011..60f222f2f6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/on_nested_class_level/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/NestedClass/on_nested_class_level/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/on_class_level/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/on_class_level/pom.xml index 3768f7db6d..6d30051010 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/on_class_level/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/on_class_level/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/on_method_level/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/on_method_level/pom.xml index 4183bb4011..60f222f2f6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/on_method_level/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/AnnotationOnClassAndInheritedIT/on_method_level/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/pom.xml index 19b22a37ed..cf1fa4c77f 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/pom.xml @@ -8,7 +8,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.maven.plugins diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/defaults/DefaultsForAllIT/option_debug/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/defaults/DefaultsForAllIT/option_debug/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/defaults/DefaultsForAllIT/option_debug/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/defaults/DefaultsForAllIT/option_debug/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean_compile/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean_compile/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean_compile/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean_compile/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/no_goals_at_all/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/no_goals_at_all/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/no_goals_at_all/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/no_goals_at_all/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsOnClassIT/goal_clean/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsOnClassIT/goal_clean/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsOnClassIT/goal_clean/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsOnClassIT/goal_clean/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/MetaAnnotationGoalIT/clean_verify/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/MetaAnnotationGoalIT/clean_verify/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/MetaAnnotationGoalIT/clean_verify/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/MetaAnnotationGoalIT/clean_verify/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyz/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyz/pom.xml index c921bcd531..4b4452390b 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyz/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyz/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyzp3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyzp3/pom.xml index 4e9f06967e..95385e8a3e 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyzp3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyzp3/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/no_options_at_all/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/no_options_at_all/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/no_options_at_all/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/no_options_at_all/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_debug/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_debug/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_debug/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_debug/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_quiet_logfile/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_quiet_logfile/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_quiet_logfile/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_quiet_logfile/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsOnClassIT/option_debug/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsOnClassIT/option_debug/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsOnClassIT/option_debug/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsOnClassIT/option_debug/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/MetaAnnotationProfileIT/profile_1_2_3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/MetaAnnotationProfileIT/profile_1_2_3/pom.xml index 4f4d3ebca4..009137595b 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/MetaAnnotationProfileIT/profile_1_2_3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/MetaAnnotationProfileIT/profile_1_2_3/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/UnknownProfile/maven_project/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/UnknownProfile/maven_project/pom.xml index 526161e348..b709131963 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/UnknownProfile/maven_project/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/UnknownProfile/maven_project/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/no_profile_at_all/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/no_profile_at_all/pom.xml index f83e5141a2..2f7e6c3ec0 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/no_profile_at_all/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/no_profile_at_all/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1/pom.xml index d1a5e98835..9838e5dad2 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2/pom.xml index 9203bb7bf3..3564f5d39e 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2_3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2_3/pom.xml index 60fad61897..79f4cee355 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2_3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2_3/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1/pom.xml index 0040ca1f8e..537ddfed63 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1_2_3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1_2_3/pom.xml index 663bf7963f..d16bfd8e4f 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1_2_3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1_2_3/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/packagewide/ProfileOnPackageIT/profile_1_2_3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/packagewide/ProfileOnPackageIT/profile_1_2_3/pom.xml index c921bcd531..4b4452390b 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/packagewide/ProfileOnPackageIT/profile_1_2_3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/packagewide/ProfileOnPackageIT/profile_1_2_3/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT/property_skiptests/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT/property_skiptests/pom.xml index 5abe03cb11..d7744a5297 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT/property_skiptests/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT/property_skiptests/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesIT/property_skiptests/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesIT/property_skiptests/pom.xml index cbdd7d189b..b9e359a22a 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesIT/property_skiptests/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesIT/property_skiptests/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnClassIT/property_skiptests/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnClassIT/property_skiptests/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnClassIT/property_skiptests/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnClassIT/property_skiptests/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT/Level1/property_skiptests/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT/Level1/property_skiptests/pom.xml index 5d64da80a5..42a5ecfdc6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT/Level1/property_skiptests/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT/Level1/property_skiptests/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/NestedIT/repository_in_enclosing_class_directory/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/NestedIT/repository_in_enclosing_class_directory/pom.xml index 47c4cfad35..4641a0f41a 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/NestedIT/repository_in_enclosing_class_directory/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/NestedIT/repository_in_enclosing_class_directory/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/repository_in_class_directory/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/repository_in_class_directory/pom.xml index 47c4cfad35..4641a0f41a 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/repository_in_class_directory/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/repository_in_class_directory/pom.xml @@ -29,7 +29,8 @@ com.soebes.smpp smpp - 6.0.4 + 7.0.0 + com.soebes.katas diff --git a/pom.xml b/pom.xml index a64e7631b8..ec48eb1b81 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.soebes.smpp smpp - 6.0.6 + 7.0.0