This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new 700eed3 [SUREFIRE-1683] Buildfix: TLS 1.2 passed to maven-invoker-plugin via system property 700eed3 is described below commit 700eed33d97d31450157abfb980bcdea37d3c3bd Author: tibordigana <tibordig...@apache.org> AuthorDate: Fri Jul 26 15:29:30 2019 +0200 [SUREFIRE-1683] Buildfix: TLS 1.2 passed to maven-invoker-plugin via system property --- maven-failsafe-plugin/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index e9412f2..629a8fc 100644 --- a/maven-failsafe-plugin/pom.xml +++ b/maven-failsafe-plugin/pom.xml @@ -290,9 +290,6 @@ </profile> <profile> <id>run-its</id> - <properties> - <https.protocols>TLSv1.2</https.protocols> - </properties> <build> <defaultGoal>verify</defaultGoal> <plugins>