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 d534048d7..1e05b5430 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 aa00c7dd2..f1c28c979 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 f0c965beb..0b3033000 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 76f9efc0f..67e32093d 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 e4af908cc..cb2f20f55 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 b8c6767f2..3e43d8567 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 fda6fc132..fb19c6493 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 d0a89a58a..fe455ea85 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 cec79a8fe..108e7fd0e 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 b4e48d0d8..3ce662dcd 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 f840f5b11..ce9a725df 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 17045ad8b..6e2635681 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 9d586f92c..58cdcfa2e 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 be9db88e7..d4e9a3cf6 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 b1022871c..13a427cc3 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 661c22386..5166e938f 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 3b4709c3f..9f5c504c5 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 7fa0fb1e3..dc8c64fa8 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 7697ee8b6..8b387ff05 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 949fd6606..fb3b5b789 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 898d1e52b..d49f5750c 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 d6c2e8153..a062248dc 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 3eadc99ae..f75f6c699 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 37096d914..17da493b1 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 c0a6b4e56..06c877691 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 d28eb95d2..b1d4676bf 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 b9315dc0a..f0380681a 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 b9189769a..9dbba63fe 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 beac42f1b..394aedd08 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 612b146fc..6cefec46e 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 6c4a20e54..a55ee7d69 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 bea9c6062..8c94e7930 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 2eb7aee50..f75c9a6c6 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 6d4784a43..abad1c09c 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 0859b5cc2..9c06486ed 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 9f87f3f7a..980586e57 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 ce812f43b..635cef252 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 94ebbe725..c9457870a 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 9ae3ed5dd..8be61418a 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 1ec33b1f8..e4a431dd3 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 95e7e94ea..8cb16f83a 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 ae24c5e96..637470d5e 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 b875f7343..730633abf 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 86a05c24c..e55aed2c9 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 bd65d366b..5fb2b9bb2 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 dd0952b16..8da653413 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 9274a9217..b2f1a27e9 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 af4e2e9b4..ad6db5ccf 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 258ca1405..56b089b48 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 7be002d60..6555102a9 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 08bc5059d..dda5d384f 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 a8b80d9ac..7adde903f 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 c144a8727..a611957aa 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 31dfc17c3..64d4913b8 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 477d1cd36..005c1f4c9 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 9cd201bbc..7e878c90f 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 1cb62527a..04fb99f37 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 5b160e403..7e6958cc3 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 ff315e90d..9700a48f9 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 24041c817..764a76de6 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 064058e89..cc87b857a 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 fb76b5dd7..eb4372b65 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 b7a8100e1..ea9989510 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 4d0365e8c..22e1760fd 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 08a9f813f..b7664b004 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 20c0201d2..368efe015 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 29c302015..04f9848ff 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 84f0eccf1..d043b5833 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 6e1985d2b..64150b166 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 4a68c80f2..fbc729a0e 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 6224834e8..5d16eb32e 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 69deea55d..0f9bdfedd 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 01ea10083..77977a3df 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 e473c750a..d3b528f4c 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 2ae0a69f7..ed087a9cc 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 6d71a9cbf..04ab84efe 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 29fd970ce..8a66442ab 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 f11c755a5..36bfcb36f 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 a26335ff0..7edb0f00e 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 d0e6be532..096f518cb 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 0b4f89ee8..99a15fccf 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 76670ebf8..d4c5e3a65 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 a055c35d0..b37a7b47e 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 24ecf4d82..d2d888cb2 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 75dc03f6a..09b5a7fd6 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 a9f0ea5c7..9fa663fca 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 3dc47ed02..c5709f1f0 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 d9cc16ee5..8ead3137c 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 ae262cd70..7416b66e9 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 f2766d587..914efa513 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 31b9e2584..8ac446bc9 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 de6d01cbb..611578bf7 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 cbb14ed99..533eac58f 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 08635a0b8..eaf26f131 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 1897356b4..27ceefaf6 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 f95ac1c28..51ae87379 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 b876ea759..e42f58982 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 330d55f98..c4a8ea7d0 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 fcf88ae67..a2e512217 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 8c4c48b24..eb9899f10 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 59159fc60..69e348733 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 d4a71ff8f..d4cfaa6e0 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 2fa53f972..cb1b20edd 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 024c7394d..afa343148 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 4aa42ad2a..ae96d2b62 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 68b240c69..16bc3c653 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 77bf0fa31..40bf72e84 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 88fe6d465..d89e4d5fb 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 7a8edf230..d63e17341 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 0771e2dcc..a7e1edc0a 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 a23c45d9b..92982ebca 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 3a0f39d88..3e4fac615 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 45826aa5f..7babe86a4 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 5e33cc7de..8580d5eaf 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 5f339151c..5b43b2dfa 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 e837dc5bb..45ab1211c 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 418922cd5..a10700898 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 dac1d5985..e02d3dd40 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 86010278a..0d1d78278 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}