From 88b380312718b0fe94a2e019571f0629e137cade Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Tue, 19 Dec 2023 17:35:30 +0100 Subject: [PATCH] WIP3: Fixed #399 - Upgrade all plugins used in IT to most recent versions --- .../com/soebes/itf/examples/mps/xyz/pom.xml | 25 +---- .../com/soebes/itf/examples/mps/xyzp3/pom.xml | 25 +---- .../profile_1_2_3/pom.xml | 25 +---- .../ProfileIT/no_profile_at_all/pom.xml | 14 +-- .../profiles/ProfileIT/profile_1/pom.xml | 25 +---- .../profiles/ProfileIT/profile_1_2/pom.xml | 24 +--- .../profiles/ProfileIT/profile_1_2_3/pom.xml | 12 +- .../ProfileIT/unknown_profile/pom.xml | 24 +--- .../ProfileOnClassIT/profile_1/pom.xml | 24 +--- .../ProfileOnClassIT/profile_1_2_3/pom.xml | 12 +- .../ProfileOnPackageIT/profile_1_2_3/pom.xml | 106 +----------------- 11 files changed, 58 insertions(+), 258 deletions(-) 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 63eca402d1..d1751bc41d 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,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.4.0 - - - - - + 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 1cb20a3400..38230b0efa 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,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.4.0 - - - - - + 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 86ef4c3f78..1319c9eca1 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,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -94,19 +92,6 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - profile-1 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 aa28ead0c3..4b9481c9f6 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,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Code-Kata Fractions kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -95,7 +93,7 @@ - + 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 c962e0dfc0..1319c9eca1 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,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -94,19 +92,6 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - profile-1 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 47c174911d..1f6c22e34e 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,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1 and 2 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -95,18 +93,6 @@ - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - profile-1 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 86ef4c3f78..215c2f60ba 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,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/unknown_profile/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/unknown_profile/pom.xml index 221bae729b..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/unknown_profile/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/unknown_profile/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Code-Kata Fractions kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -94,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - 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 86ef4c3f78..1f6c22e34e 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,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -95,18 +93,6 @@ - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - profile-1 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 86ef4c3f78..215c2f60ba 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,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian 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 e6d63aad09..d1751bc41d 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,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 defined on package level kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -94,98 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - - - - profile-1 - - - - com.soebes.maven.plugins - echo-maven-plugin - - - echo-in-profile-1 - validate - - echo - - - WARNING - - Message for Profile 1 - - - - - - - - - - profile-2 - - - - com.soebes.maven.plugins - echo-maven-plugin - - - echo-in-profile-2 - validate - - echo - - - WARNING - - Message for Profile 2 - - - - - - - - - - profile-3 - - - - com.soebes.maven.plugins - echo-maven-plugin - - - echo-in-profile-3 - validate - - echo - - - WARNING - - Message for Profile 3 - - - - - - - - - -