From 29a453bbf1ba3fd5dcd51806e4d237eb46819e29 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Wed, 20 Feb 2019 22:42:59 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B8=D0=BD=D1=85=D1=80=D0=BE=D0=BD?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=B2=D0=B5=D1=80=D1=81?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=B2=20pom.xml=20=D0=B8=20plugin.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 4ed69ed72ea43229b3b698817b84f5122d12ee41) --- pom.xml | 9 ++++++++- src/main/resources/plugin.yml | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fea9f77..f3681f5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ ru.prisonlife prison-api - 0.0.4 + 0.1.0.4 UTF-8 @@ -31,6 +31,13 @@ + + + src/main/resources + true + + + org.apache.maven.plugins diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 6cdec58..ac4901f 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: PrisonAPI -version: 0.1.0.4 -authors: [Overlord_S, Prot_CN, Wani4ka] +version: ${project.version} +authors: [Overlord_S, Prot_CN, Wani4ka, DmitriyMX] main: ru.prisonlife.prisonapi.PrisonAPI \ No newline at end of file