Adventure 4.7.0

This commit is contained in:
Riley Park 2021-03-08 16:44:40 -08:00
parent e65bd35a12
commit 27a8d99ec4
No known key found for this signature in database
GPG key ID: D831AF236C834E45
2 changed files with 57 additions and 9 deletions

View file

@ -7,7 +7,7 @@ Co-authored-by: zml <zml@stellardrift.ca>
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
diff --git a/pom.xml b/pom.xml
index 58fc279186e01a4703102227f387e96272fcf0a7..6397486ac7027a679d70d388066e4dac55936f5c 100644
index 58fc279186e01a4703102227f387e96272fcf0a7..06f294ca94709b39f9f1e56fe32b44524b651c13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,39 @@
@ -20,7 +20,7 @@ index 58fc279186e01a4703102227f387e96272fcf0a7..6397486ac7027a679d70d388066e4dac
+ <dependency>
+ <groupId>net.kyori</groupId>
+ <artifactId>adventure-bom</artifactId>
+ <version>4.6.0</version> <!-- keep this version in synch with javadoc section below! -->
+ <version>4.7.0</version> <!-- keep this version in synch with javadoc section below! -->
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
@ -55,10 +55,10 @@ index 58fc279186e01a4703102227f387e96272fcf0a7..6397486ac7027a679d70d388066e4dac
<link>https://javadoc.io/doc/org.jetbrains/annotations-java5/20.1.0/</link>
<link>https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.4/</link>
+ <!-- Paper start -->
+ <link>https://jd.adventure.kyori.net/api/4.6.0/</link>
+ <link>https://jd.adventure.kyori.net/text-serializer-gson/4.6.0/</link>
+ <link>https://jd.adventure.kyori.net/text-serializer-legacy/4.6.0/</link>
+ <link>https://jd.adventure.kyori.net/text-serializer-plain/4.6.0/</link>
+ <link>https://jd.adventure.kyori.net/api/4.7.0/</link>
+ <link>https://jd.adventure.kyori.net/text-serializer-gson/4.7.0/</link>
+ <link>https://jd.adventure.kyori.net/text-serializer-legacy/4.7.0/</link>
+ <link>https://jd.adventure.kyori.net/text-serializer-plain/4.7.0/</link>
+ <!-- Paper end -->
</links>
</configuration>