Extract Adventure Version into a variable, add reminder to update the linked JD on the homepage (#5422)

This commit is contained in:
Aurora 2021-04-26 23:11:38 +02:00 committed by GitHub
parent 809466f2e7
commit b8020379c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 16 deletions

View file

@ -6,10 +6,10 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml
index 75b2830340051deb0fa39149e80872d2b88ed6f0..c3d65e441f5c26b6c6b10f4924504d8f3837e674 100644
index 363c66f7ec247820bd8db7b05f861ed40c48f384..88d42ef3b615eb93738faaf453db9e3b5dabc2c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,6 +143,17 @@
@@ -144,6 +144,17 @@
<version>9.1</version>
<scope>test</scope>
</dependency>