mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-12 08:41:00 -05:00
Update URLs.
This commit is contained in:
parent
26e6ae38a5
commit
a2e4898749
2 changed files with 6 additions and 5 deletions
|
@ -7,7 +7,8 @@ See examples/org/spacehq/packetlib/test
|
|||
## Building the Source
|
||||
PacketLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
|
||||
|
||||
Builds can be downloaded **[here](http://build.spacehq.org/job/PacketLib)**.
|
||||
Builds can be downloaded **[here](https://build.spacehq.org/job/PacketLib)**.
|
||||
Javadocs can be found **[here](https://build.spacehq.org/job/PacketLib/javadoc)**.
|
||||
|
||||
## License
|
||||
PacketLib is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**.
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -41,23 +41,23 @@
|
|||
<repository>
|
||||
<id>spacehq</id>
|
||||
<name>spacehq-releases</name>
|
||||
<url>http://repo.spacehq.org/content/repositories/releases/</url>
|
||||
<url>https://repo.spacehq.org/content/repositories/releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>spacehq</id>
|
||||
<name>spacehq-snapshots</name>
|
||||
<url>http://repo.spacehq.org/content/repositories/snapshots/</url>
|
||||
<url>https://repo.spacehq.org/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spacehq-releases</id>
|
||||
<url>http://repo.spacehq.org/content/repositories/releases/</url>
|
||||
<url>https://repo.spacehq.org/content/repositories/releases/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spacehq-snapshots</id>
|
||||
<url>http://repo.spacehq.org/content/repositories/snapshots/</url>
|
||||
<url>https://repo.spacehq.org/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
Loading…
Reference in a new issue