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/06/23 09:44:16 UTC

[maven-doap-plugin] branch MDOAP-52 updated: Pickup TLSv1.2 configuration.

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

khmarbaise pushed a commit to branch MDOAP-52
in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git


The following commit(s) were added to refs/heads/MDOAP-52 by this push:
     new 9b5446e  Pickup TLSv1.2 configuration.
9b5446e is described below

commit 9b5446ee113f5aebe1ad2afe2332e3f36a09b651
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 23 11:44:04 2018 +0200

    Pickup TLSv1.2 configuration.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2c7c6d5..b6b32e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,8 @@ under the License.
     <surefire.version>2.21.0</surefire.version>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>    
+    <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
+    <https.protocols>${https.protocols}</https.protocols>
   </properties>
 
   <dependencies>