From 7f6c97fde9cf2d444169c26041280ee20df50259 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 29 Jan 2022 14:24:20 +0100 Subject: [PATCH] sd --- pom.xml | 11 ++++++++++- src/main/resources/plugin.yml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 319601b..6782505 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 giants giants - 1.0-b1 + 21.1.0 1.8 @@ -24,4 +24,13 @@ provided + + + + + src/main/resources + true + + + \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 17b5e6b..17e9e49 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: Giants -version: 1.0 +version: ${project.version} api-version: 1.18 main: pl.minecon724.giants.Main author: Minecon724 \ No newline at end of file