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:24:59 UTC

[maven] branch master updated: [MNG-7065] Ugrade global settings.xml to 1.1.0

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 a2d29b2  [MNG-7065] Ugrade global settings.xml to 1.1.0
a2d29b2 is described below

commit a2d29b221dada5a8a0bf88949f039a33cc11b60d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jan 4 20:24:32 2021 +0100

    [MNG-7065] Ugrade global settings.xml to 1.1.0
---
 apache-maven/src/assembly/maven/conf/settings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-maven/src/assembly/maven/conf/settings.xml b/apache-maven/src/assembly/maven/conf/settings.xml
index 02586de..b5a5a03 100644
--- a/apache-maven/src/assembly/maven/conf/settings.xml
+++ b/apache-maven/src/assembly/maven/conf/settings.xml
@@ -43,9 +43,9 @@ under the License.
  | values (values used when the setting is not specified) are provided.
  |
  |-->
-<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
+<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
+          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 https://maven.apache.org/xsd/settings-1.1.0.xsd">
   <!-- localRepository
    | The path to the local repository maven will use to store artifacts.
    |