Setup Maven Central with LTS

This commit is contained in:
Dan Alima 2023-12-30 17:26:34 +02:00
parent f9d48b39d3
commit 0a9ea623aa

View file

@ -279,7 +279,7 @@
<repository>
<id>central</id>
<name>Maven Repository Switchboard</name>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@ -290,7 +290,7 @@
<pluginRepository>
<id>central</id>
<name>Maven Plugin Repository</name>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>