mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-12-01 13:33:24 +01:00
Use https for pcgf maven repo
This commit is contained in:
parent
41b26121c0
commit
83965a9c8a
6
pom.xml
6
pom.xml
@ -44,7 +44,7 @@
|
||||
</repository>
|
||||
<repository>
|
||||
<id>pcgf-repo</id>
|
||||
<url>http://repo.pcgamingfreaks.at/repository/everything/</url>
|
||||
<url>https://repo.pcgamingfreaks.at/repository/maven-everything/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
@ -152,11 +152,11 @@
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>releases</id>
|
||||
<url>http://repo.pcgamingfreaks.at/repository/maven-releases/</url>
|
||||
<url>https://repo.pcgamingfreaks.at/repository/maven-releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<url>http://repo.pcgamingfreaks.at/repository/maven-snapshots/</url>
|
||||
<url>https://repo.pcgamingfreaks.at/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user