This is an automated email from the ASF dual-hosted git repository.
hboutemy 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 9ae008a use https://repository.a.o/ for Apache SNAPSHOT plugins
9ae008a is described below
commit 9ae008a67db18693d7debf99bf3742ab180cc016
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Feb 11 08:35:08 2020 +0100
use https://repository.a.o/ for Apache SNAPSHOT plugins
---
apache-maven/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 53781a2..a73163f 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -203,7 +203,7 @@ under the License.
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
- <url>http://repository.apache.org/snapshots/</url>
+ <url>https://repository.apache.org/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>