This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch maven-3.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.8.x by this push:
new 8f58b85 [MNG-7064] Use HTTPS for schema location in global
settings.xml
8f58b85 is described below
commit 8f58b85eaf724a98d1332cfbb3e0a3de58c9587b
Author: Michael Osipov <[email protected]>
AuthorDate: Mon Jan 4 20:07:46 2021 +0100
[MNG-7064] Use HTTPS for schema location in global settings.xml
---
apache-maven/src/conf/settings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-maven/src/conf/settings.xml
b/apache-maven/src/conf/settings.xml
index 99d8b1a..9a80350 100644
--- a/apache-maven/src/conf/settings.xml
+++ b/apache-maven/src/conf/settings.xml
@@ -45,7 +45,7 @@ under the License.
|-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0
http://maven.apache.org/xsd/settings-1.2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0
https://maven.apache.org/xsd/settings-1.2.0.xsd">
<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|