You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/12/07 10:45:28 UTC

[maven-assembly-plugin] branch master updated: use https.protocol for 1.7 build

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new e9bee66  use https.protocol for 1.7 build
e9bee66 is described below

commit e9bee6683a1cd83d0e884c83319b6b25292326e2
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri Dec 7 20:45:15 2018 +1000

    use https.protocol for 1.7 build
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index efb0b56..a3f4397 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,6 +389,8 @@ under the License.
               <properties>
                 <useJvmChmod>${useJvmChmod}</useJvmChmod>
                 <testVersion>${testVersion}</testVersion>
+                <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
+                <https.protocols>${https.protocols}</https.protocols>
               </properties>
               <showVersion>true</showVersion>
             </configuration>