You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/19 10:42:13 UTC

[maven-release] 01/01: Added configuration for JDK 7 https TLSv1.2.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch FIX_IT
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 5b08bdac74135ebb651393534bc884f333038521
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Aug 19 12:41:56 2018 +0200

    Added configuration for JDK 7 https TLSv1.2.
---
 maven-release-plugin/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/maven-release-plugin/pom.xml b/maven-release-plugin/pom.xml
index 091699c..31c1d39 100644
--- a/maven-release-plugin/pom.xml
+++ b/maven-release-plugin/pom.xml
@@ -175,6 +175,8 @@
             <maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
             <maven.compiler.target>${maven.compiler.target}</maven.compiler.target>
             <dryRun>true</dryRun>
+            <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
+            <https.protocols>${https.protocols}</https.protocols>
           </properties>
         </configuration>
       </plugin>