Skip to content

Commit c24df8e

Browse files
committed
use timestamped version for spigot
1 parent 5bc8fb5 commit c24df8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bukkit-minelib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.spigotmc</groupId>
2929
<artifactId>spigot-api</artifactId>
30-
<version>1.16.5-R0.1-SNAPSHOT</version>
30+
<version>1.16.5-R0.1-20210611.041013-99</version>
3131
<scope>provided</scope>
3232
</dependency>
3333
<dependency>

bukkit-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.spigotmc</groupId>
2525
<artifactId>spigot-api</artifactId>
26-
<version>1.16.5-R0.1-SNAPSHOT</version>
26+
<version>1.16.5-R0.1-20210611.041013-99</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>

bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.spigotmc</groupId>
2525
<artifactId>spigot-api</artifactId>
26-
<version>1.16.5-R0.1-SNAPSHOT</version>
26+
<version>1.16.5-R0.1-20210611.041013-99</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>

0 commit comments

Comments
 (0)