You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/01/04 19:09:07 UTC

[maven] branch master updated: [MNG-7064] Use HTTPS for schema location in global settings.xml

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e82d87  [MNG-7064] Use HTTPS for schema location in global settings.xml
6e82d87 is described below

commit 6e82d871e55bf0b452806d9ff55e8f49efcafccb
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jan 4 20:07:46 2021 +0100

    [MNG-7064] Use HTTPS for schema location in global settings.xml
---
 apache-maven/src/assembly/maven/conf/settings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache-maven/src/assembly/maven/conf/settings.xml b/apache-maven/src/assembly/maven/conf/settings.xml
index 76c3cd7..02586de 100644
--- a/apache-maven/src/assembly/maven/conf/settings.xml
+++ b/apache-maven/src/assembly/maven/conf/settings.xml
@@ -45,7 +45,7 @@ under the License.
  |-->
 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
+          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
   <!-- localRepository
    | The path to the local repository maven will use to store artifacts.
    |