From 3dd37c127a15e723e025a05d63537dd8d2e7829d Mon Sep 17 00:00:00 2001 From: ShammiL Date: Thu, 15 Aug 2024 10:53:11 +0530 Subject: [PATCH] Revert "change 6 update surefire version for all modules" This reverts commit e174ae8414ab57c28c4834bb77131c4301467616. --- integration/mediation-tests/tests-http/pom.xml | 2 +- integration/mediation-tests/tests-mediator-1/pom.xml | 2 +- integration/mediation-tests/tests-mediator-2/pom.xml | 2 +- integration/mediation-tests/tests-other/pom.xml | 2 +- .../artifacts/ESB/connector/custom-connector-hello/pom.xml | 2 +- integration/mediation-tests/tests-patches-with-smb2/pom.xml | 2 +- integration/mediation-tests/tests-patches/pom.xml | 2 +- .../mediation-tests/tests-platform/tests-coordination/pom.xml | 2 +- .../mediation-tests/tests-platform/tests-transaction/pom.xml | 2 +- .../mediation-tests/tests-platform/tests-userstore/pom.xml | 2 +- .../mediation-tests/tests-platform/tests-wso2mb/pom.xml | 2 +- integration/mediation-tests/tests-sample/pom.xml | 2 +- integration/mediation-tests/tests-service/pom.xml | 4 ++-- integration/mediation-tests/tests-transport/pom.xml | 2 +- product-scenarios/pom.xml | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/integration/mediation-tests/tests-http/pom.xml b/integration/mediation-tests/tests-http/pom.xml index 488a488d02..a03c022beb 100644 --- a/integration/mediation-tests/tests-http/pom.xml +++ b/integration/mediation-tests/tests-http/pom.xml @@ -51,7 +51,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false diff --git a/integration/mediation-tests/tests-mediator-1/pom.xml b/integration/mediation-tests/tests-mediator-1/pom.xml index 9475ac4233..fd34905c3c 100644 --- a/integration/mediation-tests/tests-mediator-1/pom.xml +++ b/integration/mediation-tests/tests-mediator-1/pom.xml @@ -51,7 +51,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false diff --git a/integration/mediation-tests/tests-mediator-2/pom.xml b/integration/mediation-tests/tests-mediator-2/pom.xml index 217ab42070..7120a87a1a 100644 --- a/integration/mediation-tests/tests-mediator-2/pom.xml +++ b/integration/mediation-tests/tests-mediator-2/pom.xml @@ -34,7 +34,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false diff --git a/integration/mediation-tests/tests-other/pom.xml b/integration/mediation-tests/tests-other/pom.xml index e9f643babe..3a1c166521 100644 --- a/integration/mediation-tests/tests-other/pom.xml +++ b/integration/mediation-tests/tests-other/pom.xml @@ -33,7 +33,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false diff --git a/integration/mediation-tests/tests-other/src/test/resources/artifacts/ESB/connector/custom-connector-hello/pom.xml b/integration/mediation-tests/tests-other/src/test/resources/artifacts/ESB/connector/custom-connector-hello/pom.xml index 973b5713e9..0b74eb0269 100644 --- a/integration/mediation-tests/tests-other/src/test/resources/artifacts/ESB/connector/custom-connector-hello/pom.xml +++ b/integration/mediation-tests/tests-other/src/test/resources/artifacts/ESB/connector/custom-connector-hello/pom.xml @@ -159,7 +159,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false -Xms512m -Xmx1024m diff --git a/integration/mediation-tests/tests-patches-with-smb2/pom.xml b/integration/mediation-tests/tests-patches-with-smb2/pom.xml index d6bf61bc25..3aeda1d734 100644 --- a/integration/mediation-tests/tests-patches-with-smb2/pom.xml +++ b/integration/mediation-tests/tests-patches-with-smb2/pom.xml @@ -34,7 +34,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false diff --git a/integration/mediation-tests/tests-patches/pom.xml b/integration/mediation-tests/tests-patches/pom.xml index cc5ccc97eb..5393749554 100644 --- a/integration/mediation-tests/tests-patches/pom.xml +++ b/integration/mediation-tests/tests-patches/pom.xml @@ -34,7 +34,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false diff --git a/integration/mediation-tests/tests-platform/tests-coordination/pom.xml b/integration/mediation-tests/tests-platform/tests-coordination/pom.xml index 17304919e1..1edb345ac6 100644 --- a/integration/mediation-tests/tests-platform/tests-coordination/pom.xml +++ b/integration/mediation-tests/tests-platform/tests-coordination/pom.xml @@ -51,7 +51,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false -Xms512m -Xmx1024m diff --git a/integration/mediation-tests/tests-platform/tests-transaction/pom.xml b/integration/mediation-tests/tests-platform/tests-transaction/pom.xml index dfe3e76fed..1beeadb05a 100644 --- a/integration/mediation-tests/tests-platform/tests-transaction/pom.xml +++ b/integration/mediation-tests/tests-platform/tests-transaction/pom.xml @@ -51,7 +51,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false -Xms512m -Xmx1024m diff --git a/integration/mediation-tests/tests-platform/tests-userstore/pom.xml b/integration/mediation-tests/tests-platform/tests-userstore/pom.xml index b2436c58e7..a2b3a66a3e 100644 --- a/integration/mediation-tests/tests-platform/tests-userstore/pom.xml +++ b/integration/mediation-tests/tests-platform/tests-userstore/pom.xml @@ -51,7 +51,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false -Xms512m -Xmx1024m diff --git a/integration/mediation-tests/tests-platform/tests-wso2mb/pom.xml b/integration/mediation-tests/tests-platform/tests-wso2mb/pom.xml index 187c8cc5b4..bc3447f681 100644 --- a/integration/mediation-tests/tests-platform/tests-wso2mb/pom.xml +++ b/integration/mediation-tests/tests-platform/tests-wso2mb/pom.xml @@ -34,7 +34,7 @@ maven-surefire-plugin - 2.22.2 + 2.12.4 false