Skip to content

Commit

Permalink
Add maven snapshots into bungee, velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Jun 28, 2024
1 parent d9e4f24 commit 67c835d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<artifactId>bungee</artifactId>

<repositories>
<repository>
<id>maven-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
Expand Down
5 changes: 5 additions & 0 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
</properties>

<repositories>
<repository>
<id>maven-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
Expand Down

0 comments on commit 67c835d

Please sign in to comment.