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-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 24086e7 use https://repository.a.o/ for Apache SNAPSHOT plugins in
run-its
24086e7 is described below
commit 24086e7418ca1f3cc2b9328ef0bb1017949e3936
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Feb 11 08:38:30 2020 +0100
use https://repository.a.o/ for Apache SNAPSHOT plugins in run-its
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d205a94..b37bf64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@ under the License.
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
- <url>http://repository.apache.org/snapshots</url>
+ <url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>