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