From a46ddbc1fc4b7edee6480f9c9d7efcc2b7181893 Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Tue, 25 Jun 2019 22:36:24 +0200 Subject: [PATCH] Centralize latest Spigot version for better maintainability --- api/pom.xml | 2 +- bukkit_blockdata/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index ed9b8d96..4e258f5d 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -13,7 +13,7 @@ org.spigotmc spigot-api - 1.14.2-R0.1-SNAPSHOT + ${spigotVersion.latest} provided diff --git a/bukkit_blockdata/pom.xml b/bukkit_blockdata/pom.xml index 711f3376..4ef19813 100644 --- a/bukkit_blockdata/pom.xml +++ b/bukkit_blockdata/pom.xml @@ -19,7 +19,7 @@ org.spigotmc spigot-api - 1.14.2-R0.1-SNAPSHOT + ${spigotVersion.latest} provided diff --git a/core/pom.xml b/core/pom.xml index aea42fc2..1070f0dc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -43,7 +43,7 @@ org.spigotmc spigot-api - 1.14.2-R0.1-SNAPSHOT + ${spigotVersion.latest} provided diff --git a/pom.xml b/pom.xml index 67931130..96b5f52c 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,7 @@ UTF-8 1.8 1.8 + 1.14.3-R0.1-SNAPSHOT