Skip to content

Commit 0ec97be

Browse files
committed
chore: update the maven shade plugin
1 parent 435d1dc commit 0ec97be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>org.apache.maven.plugins</groupId>
4141
<artifactId>maven-shade-plugin</artifactId>
42-
<version>3.3.0-SNAPSHOT</version>
42+
<version>3.3.0</version>
4343
<configuration>
4444
<createDependencyReducedPom>false</createDependencyReducedPom>
4545
<artifactSet>
@@ -186,5 +186,9 @@
186186
<id>mojang-authlib</id>
187187
<url>https://libraries.minecraft.net/</url>
188188
</repository>
189+
<repository>
190+
<id>CodeMC</id>
191+
<url>https://repo.codemc.io/repository/maven-public/</url>
192+
</repository>
189193
</repositories>
190194
</project>

0 commit comments

Comments
 (0)