mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -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
|
||||
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
|
||||
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>
|
||||
<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