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:12 UTC

[maven-release] branch FIX_IT created (now 5b08bda)

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

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


      at 5b08bda  Added configuration for JDK 7 https TLSv1.2.

This branch includes the following new commits:

     new 5b08bda  Added configuration for JDK 7 https TLSv1.2.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by kh...@apache.org.
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>