mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-28 13:05:14 +01:00
Update to https
Update the link to the build server to use https Update pcgf repository to use https
This commit is contained in:
parent
3abe14158b
commit
58b4bb3eb0
8
pom.xml
8
pom.xml
@ -16,7 +16,7 @@
|
||||
</issueManagement>
|
||||
<ciManagement>
|
||||
<system>jenkins</system>
|
||||
<url>http://ci.pcgamingfreaks.at/job/Minepacks/</url>
|
||||
<url>https://ci.pcgamingfreaks.at/job/Minepacks/</url>
|
||||
</ciManagement>
|
||||
|
||||
<name>Minepacks</name>
|
||||
@ -39,7 +39,7 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>pcgf-repo</id>
|
||||
<url>http://repo.pcgamingfreaks.at/repository/everything/</url>
|
||||
<url>https://repo.pcgamingfreaks.at/repository/everything/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spigot-nexus</id>
|
||||
@ -88,11 +88,11 @@
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>releases</id>
|
||||
<url>http://repo.pcgamingfreaks.at/repository/releases/</url>
|
||||
<url>https://repo.pcgamingfreaks.at/repository/releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<url>http://repo.pcgamingfreaks.at/repository/snapshots/</url>
|
||||
<url>https://repo.pcgamingfreaks.at/repository/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user