Skip to content

Commit

Permalink
Use static commit of MCProtocolLib (GeyserMC#734)
Browse files Browse the repository at this point in the history
This prevents changes upstream from immediately affecting Geyser workflow. This also removes the CodeMC repository in favor of Jitpack (which can use the commit hash as a version).
  • Loading branch information
Camotoy authored Jun 4, 2020
1 parent 5fca5d5 commit 69a4cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>1.15.2-1-SNAPSHOT</version>
<version>4c315aa206</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,8 @@

<repositories>
<repository>
<id>CodeMC-repo</id>
<url>https://repo.codemc.org/repository/maven-public</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>nukkitx-release-repo</id>
Expand Down

0 comments on commit 69a4cd3

Please sign in to comment.