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

khmarbaise pushed a commit to branch MCHANGES-390
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 7e2d1cb3dac94cebdcfcadb508ca9790448e63ff
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Sun Jul 8 21:58:33 2018 +0200

    [MCHANGES-390] - TLS v1.2. configuration for maven-invoker-plugin in JDK 7
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 04363d4..def955b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,6 +521,10 @@ under the License.
                   <goal>clean</goal>
                   <goal>site</goal>
                 </goals>
+                <properties>
+                  <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting 
with Central -->
+                  <https.protocols>${https.protocols}</https.protocols>
+                </properties>
               </configuration>
             </plugin>
           </plugins>

Reply via email to