mirror of https://github.com/apache/maven.git
use https://repository.a.o/ for Apache SNAPSHOT plugins
This commit is contained in:
parent
d9bf929c74
commit
9ae008a67d
|
@ -203,7 +203,7 @@ under the License.
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>apache.snapshots</id>
|
<id>apache.snapshots</id>
|
||||||
<url>http://repository.apache.org/snapshots/</url>
|
<url>https://repository.apache.org/snapshots/</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
|
|
Loading…
Reference in New Issue