uppercases in URL are not supported.

This commit is contained in:
Nick Minkler (Sleaker) 2020-08-02 14:22:48 -07:00
parent ac7a0029b6
commit 8c201fae74
2 changed files with 8 additions and 2 deletions

View File

@ -11,10 +11,16 @@
<profile> <profile>
<id>github</id> <id>github</id>
<repositories> <repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository> <repository>
<id>github</id> <id>github</id>
<name>GitHub Maven Packages</name> <name>GitHub Maven Packages</name>
<url>https://maven.pkg.github.com/MilkBowl/github-release/</url> <url>https://maven.pkg.github.com/milkbowl/github-releases</url>
</repository> </repository>
</repositories> </repositories>
</profile> </profile>

View File

@ -50,7 +50,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<repository> <repository>
<id>github</id> <id>github</id>
<name>GitHub Packages</name> <name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Milkbowl/github-release/</url> <url>https://maven.pkg.github.com/milkbowl/github-releases</url>
</repository> </repository>
</distributionManagement> </distributionManagement>