diff --git a/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/pom.xml b/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/pom.xml index d534048d71..1e05b54304 100644 --- a/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/pom.xml +++ b/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 YOUR VERSION 2.1.6.RELEASE 1.18.20 @@ -89,6 +90,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/pom.xml b/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/pom.xml index aa00c7dd27..f1c28c9799 100644 --- a/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/pom.xml +++ b/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 YOUR VERSION 1.18.20 @@ -66,6 +67,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/pom.xml b/test/plugin/pom.xml index f0c965beb4..0b3033000e 100644 --- a/test/plugin/pom.xml +++ b/test/plugin/pom.xml @@ -109,12 +109,11 @@ - org.apache.maven.plugins maven-compiler-plugin ${maven-compiler-plugin.version} ${maven.compiler.source} - ${maven.compiler.source} + ${maven.compiler.target} ${project.build.sourceEncoding} @@ -131,9 +130,9 @@ ${project.build.sourceDirectory} ${project.build.testSourceDirectory} -scenarios/dbcp-2.x-scenario -scenarios/druid-1.x-scenario -scenarios/druid-1.x + scenarios/dbcp-2.x-scenario + scenarios/druid-1.x-scenario + scenarios/druid-1.x **/*.properties, diff --git a/test/plugin/scenarios/activemq-scenario/pom.xml b/test/plugin/scenarios/activemq-scenario/pom.xml index 76f9efc0f4..67e32093d5 100644 --- a/test/plugin/scenarios/activemq-scenario/pom.xml +++ b/test/plugin/scenarios/activemq-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 5.14.5 @@ -89,6 +90,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/apm-toolkit-trace-scenario/pom.xml b/test/plugin/scenarios/apm-toolkit-trace-scenario/pom.xml index e4af908cc2..cb2f20f558 100644 --- a/test/plugin/scenarios/apm-toolkit-trace-scenario/pom.xml +++ b/test/plugin/scenarios/apm-toolkit-trace-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE apm-toolkit-trace @@ -83,6 +84,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/armeria-0.96minus-scenario/pom.xml b/test/plugin/scenarios/armeria-0.96minus-scenario/pom.xml index b8c6767f2e..3e43d85674 100644 --- a/test/plugin/scenarios/armeria-0.96minus-scenario/pom.xml +++ b/test/plugin/scenarios/armeria-0.96minus-scenario/pom.xml @@ -27,6 +27,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE armeria @@ -66,7 +67,7 @@ maven-compiler-plugin - 3.8.1 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/armeria-0.96plus-scenario/pom.xml b/test/plugin/scenarios/armeria-0.96plus-scenario/pom.xml index fda6fc1325..fb19c6493c 100644 --- a/test/plugin/scenarios/armeria-0.96plus-scenario/pom.xml +++ b/test/plugin/scenarios/armeria-0.96plus-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE armeria @@ -67,7 +68,7 @@ maven-compiler-plugin - 3.8.1 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/asynchttpclient-scenario/pom.xml b/test/plugin/scenarios/asynchttpclient-scenario/pom.xml index d0a89a58a3..fe455ea857 100644 --- a/test/plugin/scenarios/asynchttpclient-scenario/pom.xml +++ b/test/plugin/scenarios/asynchttpclient-scenario/pom.xml @@ -31,6 +31,7 @@ UTF-8 UTF-8 1.8 + 3.8.1 2.10.0 1.5.9.RELEASE 1.18.20 @@ -88,9 +89,8 @@ asynchttpclient-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/avro-scenario/avro-client/pom.xml b/test/plugin/scenarios/avro-scenario/avro-client/pom.xml index cec79a8fe4..108e7fd0ee 100644 --- a/test/plugin/scenarios/avro-scenario/avro-client/pom.xml +++ b/test/plugin/scenarios/avro-scenario/avro-client/pom.xml @@ -101,6 +101,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/avro-scenario/pom.xml b/test/plugin/scenarios/avro-scenario/pom.xml index b4e48d0d85..3ce662dcd4 100644 --- a/test/plugin/scenarios/avro-scenario/pom.xml +++ b/test/plugin/scenarios/avro-scenario/pom.xml @@ -38,6 +38,7 @@ UTF-8 1.8 + 3.8.1 1.7.6 ${test.framework.version} @@ -59,6 +60,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/baidu-brpc-scenario/pom.xml b/test/plugin/scenarios/baidu-brpc-scenario/pom.xml index f840f5b11c..ce9a725df4 100644 --- a/test/plugin/scenarios/baidu-brpc-scenario/pom.xml +++ b/test/plugin/scenarios/baidu-brpc-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 2.5.3 @@ -79,6 +80,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/canal-scenario/pom.xml b/test/plugin/scenarios/canal-scenario/pom.xml index 17045ad8b1..6e2635681d 100644 --- a/test/plugin/scenarios/canal-scenario/pom.xml +++ b/test/plugin/scenarios/canal-scenario/pom.xml @@ -31,6 +31,7 @@ UTF-8 1.1.2 1.8 + 3.8.1 2.6.2 4.3.8.RELEASE @@ -128,6 +129,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/cassandra-java-driver-3.x-scenario/pom.xml b/test/plugin/scenarios/cassandra-java-driver-3.x-scenario/pom.xml index 9d586f92c3..58cdcfa2e9 100644 --- a/test/plugin/scenarios/cassandra-java-driver-3.x-scenario/pom.xml +++ b/test/plugin/scenarios/cassandra-java-driver-3.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 3.7.2 @@ -111,6 +112,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/clickhouse-0.3.x-scenario/pom.xml b/test/plugin/scenarios/clickhouse-0.3.x-scenario/pom.xml index be9db88e7e..d4e9a3cf6f 100644 --- a/test/plugin/scenarios/clickhouse-0.3.x-scenario/pom.xml +++ b/test/plugin/scenarios/clickhouse-0.3.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 0.3.1-patch 2.5.1 @@ -88,6 +89,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/correlation-autotag-scenario/pom.xml b/test/plugin/scenarios/correlation-autotag-scenario/pom.xml index b1022871c2..13a427cc3e 100644 --- a/test/plugin/scenarios/correlation-autotag-scenario/pom.xml +++ b/test/plugin/scenarios/correlation-autotag-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 1.6.2 1.6.0 @@ -111,6 +112,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/customize-scenario/pom.xml b/test/plugin/scenarios/customize-scenario/pom.xml index 661c223866..5166e938f3 100644 --- a/test/plugin/scenarios/customize-scenario/pom.xml +++ b/test/plugin/scenarios/customize-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE customize-scenario @@ -72,6 +73,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/cxf-scenario/pom.xml b/test/plugin/scenarios/cxf-scenario/pom.xml index 3b4709c3f1..9f5c504c5d 100644 --- a/test/plugin/scenarios/cxf-scenario/pom.xml +++ b/test/plugin/scenarios/cxf-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 3.1.9 ${test.framework.version} @@ -96,6 +97,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/dbcp-2.x-scenario/pom.xml b/test/plugin/scenarios/dbcp-2.x-scenario/pom.xml index 7fa0fb1e33..dc8c64fa89 100755 --- a/test/plugin/scenarios/dbcp-2.x-scenario/pom.xml +++ b/test/plugin/scenarios/dbcp-2.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.7.0 ${test.framework.version} @@ -97,6 +98,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/druid-1.x-scenario/pom.xml b/test/plugin/scenarios/druid-1.x-scenario/pom.xml index 7697ee8b66..8b387ff059 100644 --- a/test/plugin/scenarios/druid-1.x-scenario/pom.xml +++ b/test/plugin/scenarios/druid-1.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 1.1.22 ${test.framework.version} @@ -97,6 +98,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/dubbo-2.5.x-scenario/pom.xml b/test/plugin/scenarios/dubbo-2.5.x-scenario/pom.xml index 949fd6606b..fb3b5b7897 100644 --- a/test/plugin/scenarios/dubbo-2.5.x-scenario/pom.xml +++ b/test/plugin/scenarios/dubbo-2.5.x-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE dubbo @@ -79,6 +80,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/dubbo-2.7.x-scenario/pom.xml b/test/plugin/scenarios/dubbo-2.7.x-scenario/pom.xml index 898d1e52bb..d49f5750c5 100644 --- a/test/plugin/scenarios/dubbo-2.7.x-scenario/pom.xml +++ b/test/plugin/scenarios/dubbo-2.7.x-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE dubbo @@ -79,6 +80,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/dubbo-3.x-scenario/pom.xml b/test/plugin/scenarios/dubbo-3.x-scenario/pom.xml index d6c2e81538..a062248dc8 100644 --- a/test/plugin/scenarios/dubbo-3.x-scenario/pom.xml +++ b/test/plugin/scenarios/dubbo-3.x-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE dubbo @@ -85,6 +86,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/ehcache-2.x-scenario/pom.xml b/test/plugin/scenarios/ehcache-2.x-scenario/pom.xml index 3eadc99aeb..f75f6c699f 100644 --- a/test/plugin/scenarios/ehcache-2.x-scenario/pom.xml +++ b/test/plugin/scenarios/ehcache-2.x-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 ehcache @@ -66,6 +67,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/elasticjob-2.x-scenario/pom.xml b/test/plugin/scenarios/elasticjob-2.x-scenario/pom.xml index 37096d9140..17da493b1c 100644 --- a/test/plugin/scenarios/elasticjob-2.x-scenario/pom.xml +++ b/test/plugin/scenarios/elasticjob-2.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.0.3 2.1.6.RELEASE @@ -103,6 +104,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/elasticjob-3.x-scenario/pom.xml b/test/plugin/scenarios/elasticjob-3.x-scenario/pom.xml index c0a6b4e568..06c8776911 100644 --- a/test/plugin/scenarios/elasticjob-3.x-scenario/pom.xml +++ b/test/plugin/scenarios/elasticjob-3.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 3.0.0 ${test.framework.version} @@ -108,6 +109,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/elasticsearch-5.x-scenario/pom.xml b/test/plugin/scenarios/elasticsearch-5.x-scenario/pom.xml index d28eb95d2c..b1d4676bfc 100644 --- a/test/plugin/scenarios/elasticsearch-5.x-scenario/pom.xml +++ b/test/plugin/scenarios/elasticsearch-5.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 5.4.0 ${test.framework.version} @@ -85,9 +86,8 @@ elasticsearch-5.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/elasticsearch-7.x-scenario/pom.xml b/test/plugin/scenarios/elasticsearch-7.x-scenario/pom.xml index b9315dc0a7..f0380681a5 100644 --- a/test/plugin/scenarios/elasticsearch-7.x-scenario/pom.xml +++ b/test/plugin/scenarios/elasticsearch-7.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 7.3.0 @@ -129,6 +130,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/exception-checker-spring-scenario/pom.xml b/test/plugin/scenarios/exception-checker-spring-scenario/pom.xml index b9189769ad..9dbba63fef 100644 --- a/test/plugin/scenarios/exception-checker-spring-scenario/pom.xml +++ b/test/plugin/scenarios/exception-checker-spring-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 YOUR VERSION 2.1.6.RELEASE 1.18.20 @@ -89,6 +90,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/exception-checker-tomcat-scenario/pom.xml b/test/plugin/scenarios/exception-checker-tomcat-scenario/pom.xml index beac42f1b7..394aedd08b 100644 --- a/test/plugin/scenarios/exception-checker-tomcat-scenario/pom.xml +++ b/test/plugin/scenarios/exception-checker-tomcat-scenario/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 1.18.20 4.3.0.RELEASE @@ -86,6 +87,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/fastjson-scenario/pom.xml b/test/plugin/scenarios/fastjson-scenario/pom.xml index 612b146fca..6cefec46e7 100644 --- a/test/plugin/scenarios/fastjson-scenario/pom.xml +++ b/test/plugin/scenarios/fastjson-scenario/pom.xml @@ -29,6 +29,8 @@ UTF-8 + 1.8 + 3.8.1 2.1.6.RELEASE 1.2.62 ${test.framework.version} @@ -90,6 +92,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/feign-scenario/pom.xml b/test/plugin/scenarios/feign-scenario/pom.xml index 6c4a20e54c..a55ee7d698 100644 --- a/test/plugin/scenarios/feign-scenario/pom.xml +++ b/test/plugin/scenarios/feign-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 9.0.0 2.1.6.RELEASE @@ -111,6 +112,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/finagle-17.10.x-scenario/pom.xml b/test/plugin/scenarios/finagle-17.10.x-scenario/pom.xml index bea9c60626..8c94e79302 100644 --- a/test/plugin/scenarios/finagle-17.10.x-scenario/pom.xml +++ b/test/plugin/scenarios/finagle-17.10.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 17.10.0 2.1.6.RELEASE 1.18.20 @@ -113,6 +114,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/finagle-6.44.x-scenario/pom.xml b/test/plugin/scenarios/finagle-6.44.x-scenario/pom.xml index 2eb7aee507..f75c9a6c6c 100644 --- a/test/plugin/scenarios/finagle-6.44.x-scenario/pom.xml +++ b/test/plugin/scenarios/finagle-6.44.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 6.41.0 2.1.6.RELEASE 1.18.20 @@ -113,6 +114,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/gateway-2.0.x-scenario/pom.xml b/test/plugin/scenarios/gateway-2.0.x-scenario/pom.xml index 6d4784a43c..abad1c09c2 100644 --- a/test/plugin/scenarios/gateway-2.0.x-scenario/pom.xml +++ b/test/plugin/scenarios/gateway-2.0.x-scenario/pom.xml @@ -35,6 +35,8 @@ UTF-8 + 1.8 + 3.8.1 2.0.2.RELEASE ${test.framework.version} @@ -43,12 +45,11 @@ gateway-2.0.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/test/plugin/scenarios/gateway-2.1.x-scenario/pom.xml b/test/plugin/scenarios/gateway-2.1.x-scenario/pom.xml index 0859b5cc29..9c06486edf 100644 --- a/test/plugin/scenarios/gateway-2.1.x-scenario/pom.xml +++ b/test/plugin/scenarios/gateway-2.1.x-scenario/pom.xml @@ -35,6 +35,8 @@ UTF-8 + 1.8 + 3.8.1 2.1.2.RELEASE ${test.framework.version} @@ -43,12 +45,11 @@ gateway-2.1.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/test/plugin/scenarios/gateway-3.x-scenario/pom.xml b/test/plugin/scenarios/gateway-3.x-scenario/pom.xml index 9f87f3f7a9..980586e578 100644 --- a/test/plugin/scenarios/gateway-3.x-scenario/pom.xml +++ b/test/plugin/scenarios/gateway-3.x-scenario/pom.xml @@ -35,6 +35,8 @@ UTF-8 + 1.8 + 3.8.1 3.0.0 ${test.framework.version} @@ -43,12 +45,11 @@ gateway-3.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/test/plugin/scenarios/graphql-12.x-15.x-scenario/pom.xml b/test/plugin/scenarios/graphql-12.x-15.x-scenario/pom.xml index ce812f43bd..635cef2523 100644 --- a/test/plugin/scenarios/graphql-12.x-15.x-scenario/pom.xml +++ b/test/plugin/scenarios/graphql-12.x-15.x-scenario/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE 12.0 1.18.20 @@ -85,6 +86,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/graphql-16plus-scenario/pom.xml b/test/plugin/scenarios/graphql-16plus-scenario/pom.xml index 94ebbe7250..c9457870a8 100644 --- a/test/plugin/scenarios/graphql-16plus-scenario/pom.xml +++ b/test/plugin/scenarios/graphql-16plus-scenario/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE 16.0 1.18.20 @@ -85,6 +86,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/graphql-8.x-scenario/pom.xml b/test/plugin/scenarios/graphql-8.x-scenario/pom.xml index 9ae3ed5ddc..8be61418a0 100644 --- a/test/plugin/scenarios/graphql-8.x-scenario/pom.xml +++ b/test/plugin/scenarios/graphql-8.x-scenario/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE 8.0 1.18.20 @@ -85,6 +86,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/graphql-9.x-scenario/pom.xml b/test/plugin/scenarios/graphql-9.x-scenario/pom.xml index 1ec33b1f89..e4a431dd3c 100644 --- a/test/plugin/scenarios/graphql-9.x-scenario/pom.xml +++ b/test/plugin/scenarios/graphql-9.x-scenario/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE 9.0 1.18.20 @@ -85,6 +86,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/grpc-scenario/pom.xml b/test/plugin/scenarios/grpc-scenario/pom.xml index 95e7e94ea4..8cb16f83a8 100644 --- a/test/plugin/scenarios/grpc-scenario/pom.xml +++ b/test/plugin/scenarios/grpc-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 1.6.2 1.6.0 @@ -105,6 +106,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/gson-scenario/pom.xml b/test/plugin/scenarios/gson-scenario/pom.xml index ae24c5e963..637470d5e3 100644 --- a/test/plugin/scenarios/gson-scenario/pom.xml +++ b/test/plugin/scenarios/gson-scenario/pom.xml @@ -29,6 +29,8 @@ UTF-8 + 1.8 + 3.8.1 2.1.6.RELEASE 2.8.5 ${test.framework.version} @@ -90,6 +92,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/guava-cache-scenario/pom.xml b/test/plugin/scenarios/guava-cache-scenario/pom.xml index b875f73431..730633abf4 100644 --- a/test/plugin/scenarios/guava-cache-scenario/pom.xml +++ b/test/plugin/scenarios/guava-cache-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 guava @@ -66,6 +67,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/guava-eventbus-scenario/pom.xml b/test/plugin/scenarios/guava-eventbus-scenario/pom.xml index 86a05c24c3..e55aed2c98 100644 --- a/test/plugin/scenarios/guava-eventbus-scenario/pom.xml +++ b/test/plugin/scenarios/guava-eventbus-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 guava 19.0 2.5.1 @@ -77,6 +78,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/h2-scenario/pom.xml b/test/plugin/scenarios/h2-scenario/pom.xml index bd65d366b6..5fb2b9bb26 100644 --- a/test/plugin/scenarios/h2-scenario/pom.xml +++ b/test/plugin/scenarios/h2-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 1.4.177 2.5.6 1.18.20 @@ -95,6 +96,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/hbase-scenario/pom.xml b/test/plugin/scenarios/hbase-scenario/pom.xml index dd0952b16d..8da6534131 100644 --- a/test/plugin/scenarios/hbase-scenario/pom.xml +++ b/test/plugin/scenarios/hbase-scenario/pom.xml @@ -33,6 +33,7 @@ 4.3.8.RELEASE 1.5.2.RELEASE 1.8 + 3.8.1 skywalking-hbase-scenario @@ -108,6 +109,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/hikaricp-scenario/pom.xml b/test/plugin/scenarios/hikaricp-scenario/pom.xml index 9274a9217e..b2f1a27e9c 100644 --- a/test/plugin/scenarios/hikaricp-scenario/pom.xml +++ b/test/plugin/scenarios/hikaricp-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 3.2.0 ${test.framework.version} @@ -97,6 +98,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/httpasyncclient-scenario/pom.xml b/test/plugin/scenarios/httpasyncclient-scenario/pom.xml index af4e2e9b42..ad6db5ccf7 100644 --- a/test/plugin/scenarios/httpasyncclient-scenario/pom.xml +++ b/test/plugin/scenarios/httpasyncclient-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 UTF-8 1.8 + 3.8.1 4.1.2 ${test.framework.version} 1.5.9.RELEASE @@ -82,9 +83,8 @@ httpasyncclient-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/httpclient-3.x-scenario/pom.xml b/test/plugin/scenarios/httpclient-3.x-scenario/pom.xml index 258ca1405c..56b089b488 100644 --- a/test/plugin/scenarios/httpclient-3.x-scenario/pom.xml +++ b/test/plugin/scenarios/httpclient-3.x-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 httpclient 3.1 @@ -65,6 +66,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/httpclient-4.3.x-scenario/pom.xml b/test/plugin/scenarios/httpclient-4.3.x-scenario/pom.xml index 7be002d608..6555102a90 100644 --- a/test/plugin/scenarios/httpclient-4.3.x-scenario/pom.xml +++ b/test/plugin/scenarios/httpclient-4.3.x-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 Httpclient 4.3 @@ -65,6 +66,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/httpclient-5.x-scenario/pom.xml b/test/plugin/scenarios/httpclient-5.x-scenario/pom.xml index 08bc5059db..dda5d384f2 100644 --- a/test/plugin/scenarios/httpclient-5.x-scenario/pom.xml +++ b/test/plugin/scenarios/httpclient-5.x-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 UTF-8 1.8 + 3.8.1 5.0 ${test.framework.version} 1.5.9.RELEASE @@ -87,9 +88,8 @@ httpclient-5.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/hystrix-scenario/pom.xml b/test/plugin/scenarios/hystrix-scenario/pom.xml index a8b80d9ac0..7adde903f5 100644 --- a/test/plugin/scenarios/hystrix-scenario/pom.xml +++ b/test/plugin/scenarios/hystrix-scenario/pom.xml @@ -29,6 +29,8 @@ UTF-8 + 1.8 + 3.8.1 1.4.20 2.1.6.RELEASE @@ -92,6 +94,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/influxdb-scenario/pom.xml b/test/plugin/scenarios/influxdb-scenario/pom.xml index c144a8727d..a611957aa1 100644 --- a/test/plugin/scenarios/influxdb-scenario/pom.xml +++ b/test/plugin/scenarios/influxdb-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE 2.17 @@ -83,6 +84,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/jackson-scenario/pom.xml b/test/plugin/scenarios/jackson-scenario/pom.xml index 31dfc17c34..64d4913b88 100644 --- a/test/plugin/scenarios/jackson-scenario/pom.xml +++ b/test/plugin/scenarios/jackson-scenario/pom.xml @@ -29,6 +29,8 @@ UTF-8 + 1.8 + 3.8.1 2.1.6.RELEASE 2.9.9 ${test.framework.version} @@ -101,6 +103,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/jdk-http-scenario/pom.xml b/test/plugin/scenarios/jdk-http-scenario/pom.xml index 477d1cd364..005c1f4c99 100644 --- a/test/plugin/scenarios/jdk-http-scenario/pom.xml +++ b/test/plugin/scenarios/jdk-http-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE @@ -81,6 +82,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/jdk-threading-scenario/pom.xml b/test/plugin/scenarios/jdk-threading-scenario/pom.xml index 9cd201bbc2..7e878c90f2 100644 --- a/test/plugin/scenarios/jdk-threading-scenario/pom.xml +++ b/test/plugin/scenarios/jdk-threading-scenario/pom.xml @@ -27,6 +27,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE @@ -57,7 +58,7 @@ maven-compiler-plugin - 3.8.1 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/jdk-threadpool-scenario/pom.xml b/test/plugin/scenarios/jdk-threadpool-scenario/pom.xml index 1cb62527af..04fb99f379 100644 --- a/test/plugin/scenarios/jdk-threadpool-scenario/pom.xml +++ b/test/plugin/scenarios/jdk-threadpool-scenario/pom.xml @@ -27,6 +27,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE @@ -57,7 +58,7 @@ maven-compiler-plugin - 3.8.1 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/jdk17-with-gson-scenario/pom.xml b/test/plugin/scenarios/jdk17-with-gson-scenario/pom.xml index 5b160e4037..7e6958cc3c 100644 --- a/test/plugin/scenarios/jdk17-with-gson-scenario/pom.xml +++ b/test/plugin/scenarios/jdk17-with-gson-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 17 + 3.8.1 2.5.6 2.8.5 ${test.framework.version} @@ -119,6 +120,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/jetty-scenario/pom.xml b/test/plugin/scenarios/jetty-scenario/pom.xml index ff315e90d4..9700a48f95 100644 --- a/test/plugin/scenarios/jetty-scenario/pom.xml +++ b/test/plugin/scenarios/jetty-scenario/pom.xml @@ -35,6 +35,8 @@ UTF-8 + 1.8 + 3.8.1 9.0.0.v20130308 @@ -48,12 +50,11 @@ jetty-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/test/plugin/scenarios/jsonrpc4j-1.x-scenario/pom.xml b/test/plugin/scenarios/jsonrpc4j-1.x-scenario/pom.xml index 24041c8176..764a76de6b 100644 --- a/test/plugin/scenarios/jsonrpc4j-1.x-scenario/pom.xml +++ b/test/plugin/scenarios/jsonrpc4j-1.x-scenario/pom.xml @@ -32,6 +32,7 @@ 8 UTF-8 1.8 + 3.8.1 2.1.6.RELEASE 1.5.3 @@ -78,6 +79,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/kafka-scenario/pom.xml b/test/plugin/scenarios/kafka-scenario/pom.xml index 064058e89e..cc87b857ad 100644 --- a/test/plugin/scenarios/kafka-scenario/pom.xml +++ b/test/plugin/scenarios/kafka-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 1.0.0 spring @@ -105,6 +106,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/kylin-jdbc-2.6.x-3.x-4.x-scenario/pom.xml b/test/plugin/scenarios/kylin-jdbc-2.6.x-3.x-4.x-scenario/pom.xml index fb76b5dd7b..eb4372b65d 100644 --- a/test/plugin/scenarios/kylin-jdbc-2.6.x-3.x-4.x-scenario/pom.xml +++ b/test/plugin/scenarios/kylin-jdbc-2.6.x-3.x-4.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.6.3 ${test.framework.version} 2.1.6.RELEASE @@ -91,6 +92,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/lettuce-scenario/pom.xml b/test/plugin/scenarios/lettuce-scenario/pom.xml index b7a8100e18..ea99895108 100644 --- a/test/plugin/scenarios/lettuce-scenario/pom.xml +++ b/test/plugin/scenarios/lettuce-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 5.1.3.RELEASE ${test.framework.version} 2.6.2 @@ -104,6 +105,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/mariadb-scenario/pom.xml b/test/plugin/scenarios/mariadb-scenario/pom.xml index 4d0365e8c9..22e1760fd2 100644 --- a/test/plugin/scenarios/mariadb-scenario/pom.xml +++ b/test/plugin/scenarios/mariadb-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.6.0 ${test.framework.version} @@ -91,6 +92,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/mongodb-3.x-scenario/pom.xml b/test/plugin/scenarios/mongodb-3.x-scenario/pom.xml index 08a9f813fd..b7664b0046 100644 --- a/test/plugin/scenarios/mongodb-3.x-scenario/pom.xml +++ b/test/plugin/scenarios/mongodb-3.x-scenario/pom.xml @@ -31,6 +31,7 @@ UTF-8 1.8 + 3.8.1 3.4.0 @@ -100,13 +101,13 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} ${project.build.sourceEncoding} - org.apache.maven.plugins maven-assembly-plugin diff --git a/test/plugin/scenarios/mongodb-4.x-scenario/pom.xml b/test/plugin/scenarios/mongodb-4.x-scenario/pom.xml index 20c0201d2b..368efe015e 100644 --- a/test/plugin/scenarios/mongodb-4.x-scenario/pom.xml +++ b/test/plugin/scenarios/mongodb-4.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 4.0.0 2.1.6.RELEASE 1.18.20 @@ -116,6 +117,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/mssql-jdbc-scenario/pom.xml b/test/plugin/scenarios/mssql-jdbc-scenario/pom.xml index 29c3020159..04f9848ff7 100644 --- a/test/plugin/scenarios/mssql-jdbc-scenario/pom.xml +++ b/test/plugin/scenarios/mssql-jdbc-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 7.0.0.jre8 ${test.framework.version} @@ -92,6 +93,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/mssql-jtds-scenario/pom.xml b/test/plugin/scenarios/mssql-jtds-scenario/pom.xml index 84f0eccf18..d043b58338 100644 --- a/test/plugin/scenarios/mssql-jtds-scenario/pom.xml +++ b/test/plugin/scenarios/mssql-jtds-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 1.3.1 ${test.framework.version} @@ -91,6 +92,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/mybatis-3.x-scenario/pom.xml b/test/plugin/scenarios/mybatis-3.x-scenario/pom.xml index 6e1985d2b7..64150b1664 100644 --- a/test/plugin/scenarios/mybatis-3.x-scenario/pom.xml +++ b/test/plugin/scenarios/mybatis-3.x-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 3.4.6 ${test.framework.version} 2.1.6.RELEASE @@ -86,6 +87,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/mysql-scenario/pom.xml b/test/plugin/scenarios/mysql-scenario/pom.xml index 4a68c80f22..fbc729a0e6 100644 --- a/test/plugin/scenarios/mysql-scenario/pom.xml +++ b/test/plugin/scenarios/mysql-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 5.1.5 ${test.framework.version} @@ -91,6 +92,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/neo4j-4.x-scenario/pom.xml b/test/plugin/scenarios/neo4j-4.x-scenario/pom.xml index 6224834e80..5d16eb32ec 100644 --- a/test/plugin/scenarios/neo4j-4.x-scenario/pom.xml +++ b/test/plugin/scenarios/neo4j-4.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 4.0.0 2.5.1 @@ -94,6 +95,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/netty-socketio-scenario/pom.xml b/test/plugin/scenarios/netty-socketio-scenario/pom.xml index 69deea55d9..0f9bdfedda 100644 --- a/test/plugin/scenarios/netty-socketio-scenario/pom.xml +++ b/test/plugin/scenarios/netty-socketio-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 netty-socketio @@ -71,6 +72,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/okhttp-scenario/pom.xml b/test/plugin/scenarios/okhttp-scenario/pom.xml index 01ea10083b..77977a3df5 100644 --- a/test/plugin/scenarios/okhttp-scenario/pom.xml +++ b/test/plugin/scenarios/okhttp-scenario/pom.xml @@ -29,6 +29,8 @@ UTF-8 + 1.8 + 3.8.1 3.0.0 ${test.framework.version} @@ -86,12 +88,11 @@ okhttp-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/test/plugin/scenarios/okhttp2-scenario/pom.xml b/test/plugin/scenarios/okhttp2-scenario/pom.xml index e473c750a0..d3b528f4cb 100644 --- a/test/plugin/scenarios/okhttp2-scenario/pom.xml +++ b/test/plugin/scenarios/okhttp2-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.7.5 2.1.6.RELEASE 1.18.20 @@ -95,6 +96,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/oracle-scenario/pom.xml b/test/plugin/scenarios/oracle-scenario/pom.xml index 2ae0a69f74..ed087a9cca 100644 --- a/test/plugin/scenarios/oracle-scenario/pom.xml +++ b/test/plugin/scenarios/oracle-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 10.2.0.4.0 @@ -89,6 +90,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/play-scenario/pom.xml b/test/plugin/scenarios/play-scenario/pom.xml index 6d71a9cbfc..04ab84efeb 100644 --- a/test/plugin/scenarios/play-scenario/pom.xml +++ b/test/plugin/scenarios/play-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.12.9 2.8.0 ${test.framework.version} @@ -108,9 +109,9 @@ - maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/postgresql-above9.4.1207-scenario/pom.xml b/test/plugin/scenarios/postgresql-above9.4.1207-scenario/pom.xml index 29fd970cef..8a66442ab2 100644 --- a/test/plugin/scenarios/postgresql-above9.4.1207-scenario/pom.xml +++ b/test/plugin/scenarios/postgresql-above9.4.1207-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 9.4-1206-jdbc42 ${test.framework.version} @@ -77,9 +78,8 @@ postgresql-above9.4.1207-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/postgresql-scenario/pom.xml b/test/plugin/scenarios/postgresql-scenario/pom.xml index f11c755a5d..36bfcb36f2 100644 --- a/test/plugin/scenarios/postgresql-scenario/pom.xml +++ b/test/plugin/scenarios/postgresql-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 9.4-1200-jdbc41 ${test.framework.version} @@ -77,9 +78,8 @@ postgresql-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/pulsar-scenario/pom.xml b/test/plugin/scenarios/pulsar-scenario/pom.xml index a26335ff07..7edb0f00e9 100644 --- a/test/plugin/scenarios/pulsar-scenario/pom.xml +++ b/test/plugin/scenarios/pulsar-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.4.0 spring @@ -99,6 +100,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/quartz-scheduler-2.x-scenario/pom.xml b/test/plugin/scenarios/quartz-scheduler-2.x-scenario/pom.xml index d0e6be532a..096f518cbc 100644 --- a/test/plugin/scenarios/quartz-scheduler-2.x-scenario/pom.xml +++ b/test/plugin/scenarios/quartz-scheduler-2.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.0.0 2.1.6.RELEASE 1.18.20 @@ -101,6 +102,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/quasar-scenario/pom.xml b/test/plugin/scenarios/quasar-scenario/pom.xml index 0b4f89ee8b..99a15fccf0 100644 --- a/test/plugin/scenarios/quasar-scenario/pom.xml +++ b/test/plugin/scenarios/quasar-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 0.7.9 ${test.framework.version} @@ -99,6 +100,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/rabbitmq-scenario/pom.xml b/test/plugin/scenarios/rabbitmq-scenario/pom.xml index 76670ebf86..d4c5e3a658 100644 --- a/test/plugin/scenarios/rabbitmq-scenario/pom.xml +++ b/test/plugin/scenarios/rabbitmq-scenario/pom.xml @@ -29,6 +29,8 @@ UTF-8 + 1.8 + 3.8.1 5.4.0 ${test.framework.version} @@ -88,12 +90,11 @@ - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/test/plugin/scenarios/redisson-scenario/pom.xml b/test/plugin/scenarios/redisson-scenario/pom.xml index a055c35d0d..b37a7b47ec 100644 --- a/test/plugin/scenarios/redisson-scenario/pom.xml +++ b/test/plugin/scenarios/redisson-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 1.5.2.RELEASE 3.11.5 ${test.framework.version} @@ -65,6 +66,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/resttemplate-4.x-scenario/pom.xml b/test/plugin/scenarios/resttemplate-4.x-scenario/pom.xml index 24ecf4d827..d2d888cb26 100644 --- a/test/plugin/scenarios/resttemplate-4.x-scenario/pom.xml +++ b/test/plugin/scenarios/resttemplate-4.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 UTF-8 1.8 + 3.8.1 4.3.0.RELEASE ${test.framework.version} 2.8.1 @@ -65,9 +66,8 @@ resttemplate-4.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/retransform-class-scenario/pom.xml b/test/plugin/scenarios/retransform-class-scenario/pom.xml index 75dc03f6aa..09b5a7fd6a 100644 --- a/test/plugin/scenarios/retransform-class-scenario/pom.xml +++ b/test/plugin/scenarios/retransform-class-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE 1.18.20 @@ -97,6 +98,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/retransform-class-tomcat-scenario/pom.xml b/test/plugin/scenarios/retransform-class-tomcat-scenario/pom.xml index a9f0ea5c7e..9fa663fca9 100644 --- a/test/plugin/scenarios/retransform-class-tomcat-scenario/pom.xml +++ b/test/plugin/scenarios/retransform-class-tomcat-scenario/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 1.18.20 4.3.0.RELEASE @@ -104,6 +105,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/sentinel-scenario/pom.xml b/test/plugin/scenarios/sentinel-scenario/pom.xml index 3dc47ed027..c5709f1f0a 100644 --- a/test/plugin/scenarios/sentinel-scenario/pom.xml +++ b/test/plugin/scenarios/sentinel-scenario/pom.xml @@ -29,6 +29,8 @@ UTF-8 + 1.8 + 3.8.1 1.7.2 2.1.18.RELEASE @@ -92,6 +94,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} 1.8 1.8 diff --git a/test/plugin/scenarios/servicecomb-1.x-scenario/pom.xml b/test/plugin/scenarios/servicecomb-1.x-scenario/pom.xml index d9cc16ee5b..8ead3137cc 100644 --- a/test/plugin/scenarios/servicecomb-1.x-scenario/pom.xml +++ b/test/plugin/scenarios/servicecomb-1.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 1.3.0 2.1.6.RELEASE @@ -119,6 +120,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/shardingsphere-3.x-scenario/pom.xml b/test/plugin/scenarios/shardingsphere-3.x-scenario/pom.xml index ae262cd704..7416b66e98 100644 --- a/test/plugin/scenarios/shardingsphere-3.x-scenario/pom.xml +++ b/test/plugin/scenarios/shardingsphere-3.x-scenario/pom.xml @@ -28,6 +28,8 @@ UTF-8 + 1.8 + 3.8.1 3.0.0 2.6.2 4.3.8.RELEASE @@ -91,12 +93,11 @@ shardingsphere-3.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/test/plugin/scenarios/shardingsphere-4.x-scenario/pom.xml b/test/plugin/scenarios/shardingsphere-4.x-scenario/pom.xml index f2766d587c..914efa5131 100644 --- a/test/plugin/scenarios/shardingsphere-4.x-scenario/pom.xml +++ b/test/plugin/scenarios/shardingsphere-4.x-scenario/pom.xml @@ -28,6 +28,8 @@ skywalking-shardingsphere-4.x-scenario UTF-8 + 1.8 + 3.8.1 4.1.0 @@ -92,12 +94,11 @@ shardingsphere-4.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/test/plugin/scenarios/shenyu-2.4.x-scenario/pom.xml b/test/plugin/scenarios/shenyu-2.4.x-scenario/pom.xml index 31b9e25849..8ac446bc99 100644 --- a/test/plugin/scenarios/shenyu-2.4.x-scenario/pom.xml +++ b/test/plugin/scenarios/shenyu-2.4.x-scenario/pom.xml @@ -38,6 +38,7 @@ UTF-8 1.8 + 3.8.1 2.4.2 2.2.2.RELEASE 2.4.2 @@ -76,9 +77,8 @@ shenyu-2.4.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/sofarpc-scenario/pom.xml b/test/plugin/scenarios/sofarpc-scenario/pom.xml index de6d01cbb8..611578bf76 100644 --- a/test/plugin/scenarios/sofarpc-scenario/pom.xml +++ b/test/plugin/scenarios/sofarpc-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE sofarpc @@ -79,6 +80,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/solrj-7.x-scenario/pom.xml b/test/plugin/scenarios/solrj-7.x-scenario/pom.xml index cbb14ed992..533eac58f6 100644 --- a/test/plugin/scenarios/solrj-7.x-scenario/pom.xml +++ b/test/plugin/scenarios/solrj-7.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 7.7.1 ${test.framework.version} @@ -61,9 +62,8 @@ solrj-7.x-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-3.0.x-scenario/pom.xml b/test/plugin/scenarios/spring-3.0.x-scenario/pom.xml index 08635a0b87..eaf26f1315 100644 --- a/test/plugin/scenarios/spring-3.0.x-scenario/pom.xml +++ b/test/plugin/scenarios/spring-3.0.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 3.0.0.RELEASE spring @@ -75,6 +76,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-3.1.x-scenario/pom.xml b/test/plugin/scenarios/spring-3.1.x-scenario/pom.xml index 1897356b45..27ceefaf6d 100644 --- a/test/plugin/scenarios/spring-3.1.x-scenario/pom.xml +++ b/test/plugin/scenarios/spring-3.1.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 3.1.0.RELEASE spring @@ -103,6 +104,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-4.1.x-scenario/pom.xml b/test/plugin/scenarios/spring-4.1.x-scenario/pom.xml index f95ac1c28a..51ae873795 100644 --- a/test/plugin/scenarios/spring-4.1.x-scenario/pom.xml +++ b/test/plugin/scenarios/spring-4.1.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 4.1.0.RELEASE spring @@ -92,6 +93,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-4.3.x-scenario/pom.xml b/test/plugin/scenarios/spring-4.3.x-scenario/pom.xml index b876ea7590..e42f589827 100644 --- a/test/plugin/scenarios/spring-4.3.x-scenario/pom.xml +++ b/test/plugin/scenarios/spring-4.3.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 4.3.0.RELEASE spring @@ -99,6 +100,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-async-scenario/pom.xml b/test/plugin/scenarios/spring-async-scenario/pom.xml index 330d55f98d..c4a8ea7d02 100644 --- a/test/plugin/scenarios/spring-async-scenario/pom.xml +++ b/test/plugin/scenarios/spring-async-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 4.3.5.RELEASE spring-async @@ -75,6 +76,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-cloud-feign-1.2.x-scenario/pom.xml b/test/plugin/scenarios/spring-cloud-feign-1.2.x-scenario/pom.xml index fcf88ae675..a2e512217d 100644 --- a/test/plugin/scenarios/spring-cloud-feign-1.2.x-scenario/pom.xml +++ b/test/plugin/scenarios/spring-cloud-feign-1.2.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 1.3.0.RELEASE 1.5.0.RELEASE @@ -100,6 +101,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-cloud-feign-2.x-scenario/pom.xml b/test/plugin/scenarios/spring-cloud-feign-2.x-scenario/pom.xml index 8c4c48b245..eb9899f101 100644 --- a/test/plugin/scenarios/spring-cloud-feign-2.x-scenario/pom.xml +++ b/test/plugin/scenarios/spring-cloud-feign-2.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 2.1.2.RELEASE @@ -97,6 +98,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-kafka-1.3.x-scenario/pom.xml b/test/plugin/scenarios/spring-kafka-1.3.x-scenario/pom.xml index 59159fc605..69e3487337 100644 --- a/test/plugin/scenarios/spring-kafka-1.3.x-scenario/pom.xml +++ b/test/plugin/scenarios/spring-kafka-1.3.x-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 1.3.11.RELEASE 2.6.2 1.5.22.RELEASE @@ -94,6 +95,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-kafka-2.2.x-scenario/pom.xml b/test/plugin/scenarios/spring-kafka-2.2.x-scenario/pom.xml index d4a71ff8ff..d4cfaa6e04 100644 --- a/test/plugin/scenarios/spring-kafka-2.2.x-scenario/pom.xml +++ b/test/plugin/scenarios/spring-kafka-2.2.x-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 2.2.9.RELEASE 2.6.2 2.1.9.RELEASE @@ -94,6 +95,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-kafka-2.3.x-scenario/pom.xml b/test/plugin/scenarios/spring-kafka-2.3.x-scenario/pom.xml index 2fa53f9724..cb1b20edd5 100644 --- a/test/plugin/scenarios/spring-kafka-2.3.x-scenario/pom.xml +++ b/test/plugin/scenarios/spring-kafka-2.3.x-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 2.3.3.RELEASE 2.6.2 2.3.2.RELEASE @@ -89,6 +90,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/spring-scheduled-scenario/pom.xml b/test/plugin/scenarios/spring-scheduled-scenario/pom.xml index 024c7394d8..afa3431481 100644 --- a/test/plugin/scenarios/spring-scheduled-scenario/pom.xml +++ b/test/plugin/scenarios/spring-scheduled-scenario/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 1.18.20 3.1.0.RELEASE @@ -95,13 +96,13 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} ${project.build.sourceEncoding} - org.apache.tomcat.maven tomcat7-maven-plugin diff --git a/test/plugin/scenarios/spring-tx-scenario/pom.xml b/test/plugin/scenarios/spring-tx-scenario/pom.xml index 4aa42ad2a1..ae96d2b620 100644 --- a/test/plugin/scenarios/spring-tx-scenario/pom.xml +++ b/test/plugin/scenarios/spring-tx-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 2.0.0.RELEASE ${test.framework.version} @@ -69,6 +70,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/struts2.3-scenario/pom.xml b/test/plugin/scenarios/struts2.3-scenario/pom.xml index 68b240c69b..16bc3c653f 100644 --- a/test/plugin/scenarios/struts2.3-scenario/pom.xml +++ b/test/plugin/scenarios/struts2.3-scenario/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 2.3.4 1.18.20 @@ -77,6 +78,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/struts2.5-scenario/pom.xml b/test/plugin/scenarios/struts2.5-scenario/pom.xml index 77bf0fa313..40bf72e840 100644 --- a/test/plugin/scenarios/struts2.5-scenario/pom.xml +++ b/test/plugin/scenarios/struts2.5-scenario/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8 + 3.8.1 2.5.1 1.18.20 @@ -76,6 +77,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/thrift-scenario/pom.xml b/test/plugin/scenarios/thrift-scenario/pom.xml index 88fe6d4659..d89e4d5fb7 100644 --- a/test/plugin/scenarios/thrift-scenario/pom.xml +++ b/test/plugin/scenarios/thrift-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 0.12.0 2.1.6.RELEASE 1.18.20 @@ -68,6 +69,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/thrift-scenario/thrift-client/pom.xml b/test/plugin/scenarios/thrift-scenario/thrift-client/pom.xml index 7a8edf2303..d63e173413 100644 --- a/test/plugin/scenarios/thrift-scenario/thrift-client/pom.xml +++ b/test/plugin/scenarios/thrift-scenario/thrift-client/pom.xml @@ -81,6 +81,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/thrift-scenario/thrift-common/pom.xml b/test/plugin/scenarios/thrift-scenario/thrift-common/pom.xml index 0771e2dccc..a7e1edc0a9 100644 --- a/test/plugin/scenarios/thrift-scenario/thrift-common/pom.xml +++ b/test/plugin/scenarios/thrift-scenario/thrift-common/pom.xml @@ -45,6 +45,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/tomcat-thread-pool-scenario/pom.xml b/test/plugin/scenarios/tomcat-thread-pool-scenario/pom.xml index a23c45d9be..92982ebca4 100644 --- a/test/plugin/scenarios/tomcat-thread-pool-scenario/pom.xml +++ b/test/plugin/scenarios/tomcat-thread-pool-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 8.5.75 2.1.6.RELEASE 1.18.20 @@ -104,6 +105,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/undertow-scenario/pom.xml b/test/plugin/scenarios/undertow-scenario/pom.xml index 3a0f39d883..3e4fac615b 100644 --- a/test/plugin/scenarios/undertow-scenario/pom.xml +++ b/test/plugin/scenarios/undertow-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 org.apache.skywalking.amp.testcase.undertow.Application undertow @@ -75,6 +76,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml index 45826aa5ff..7babe86a4e 100644 --- a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml +++ b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml @@ -29,6 +29,7 @@ UTF-8 1.8 + 3.8.1 2.1.6.RELEASE 2.1.6.RELEASE @@ -90,6 +91,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/vertx-core-4.x-scenario/pom.xml b/test/plugin/scenarios/vertx-core-4.x-scenario/pom.xml index 5e33cc7deb..8580d5eafc 100644 --- a/test/plugin/scenarios/vertx-core-4.x-scenario/pom.xml +++ b/test/plugin/scenarios/vertx-core-4.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 4.2.5 2.1.6.RELEASE 2.9.4 @@ -77,6 +78,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/vertx-eventbus-3.x-scenario/pom.xml b/test/plugin/scenarios/vertx-eventbus-3.x-scenario/pom.xml index 5f339151cb..5b43b2dfac 100644 --- a/test/plugin/scenarios/vertx-eventbus-3.x-scenario/pom.xml +++ b/test/plugin/scenarios/vertx-eventbus-3.x-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 3.9.0 2.1.6.RELEASE @@ -71,6 +72,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/vertx-web-3.54minus-scenario/pom.xml b/test/plugin/scenarios/vertx-web-3.54minus-scenario/pom.xml index e837dc5bb9..45ab1211c1 100644 --- a/test/plugin/scenarios/vertx-web-3.54minus-scenario/pom.xml +++ b/test/plugin/scenarios/vertx-web-3.54minus-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 3.5.4 2.1.6.RELEASE @@ -61,6 +62,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/vertx-web-3.6plus-scenario/pom.xml b/test/plugin/scenarios/vertx-web-3.6plus-scenario/pom.xml index 418922cd5a..a107008986 100644 --- a/test/plugin/scenarios/vertx-web-3.6plus-scenario/pom.xml +++ b/test/plugin/scenarios/vertx-web-3.6plus-scenario/pom.xml @@ -30,6 +30,7 @@ UTF-8 1.8 + 3.8.1 3.9.1 2.1.6.RELEASE @@ -66,6 +67,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version} diff --git a/test/plugin/scenarios/webflux-scenario/pom.xml b/test/plugin/scenarios/webflux-scenario/pom.xml index dac1d59855..e02d3dd403 100644 --- a/test/plugin/scenarios/webflux-scenario/pom.xml +++ b/test/plugin/scenarios/webflux-scenario/pom.xml @@ -35,6 +35,8 @@ UTF-8 + 1.8 + 3.8.1 2.1.1.RELEASE ${test.framework.version} @@ -43,12 +45,11 @@ webflux-scenario - org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/test/plugin/scenarios/zookeeper-scenario/pom.xml b/test/plugin/scenarios/zookeeper-scenario/pom.xml index 86010278ab..0d1d782784 100644 --- a/test/plugin/scenarios/zookeeper-scenario/pom.xml +++ b/test/plugin/scenarios/zookeeper-scenario/pom.xml @@ -28,6 +28,7 @@ UTF-8 1.8 + 3.8.1 3.4.13 ${test.framework.version} 2.6.2 @@ -108,6 +109,7 @@ maven-compiler-plugin + ${maven-compiler-plugin.version} ${compiler.version} ${compiler.version}