From 02b700b07f7a754ad2cf55444d636ce3b172f390 Mon Sep 17 00:00:00 2001 From: Haarolean Date: Wed, 15 Nov 2017 21:20:47 +0300 Subject: [PATCH] Made maven update plugin version in plugin.yml --- pom.xml | 14 ++++++++++++++ src/main/resources/plugin.yml | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0128e88..6600a75 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,18 @@ + + + . + true + ${basedir}/src/main/resources + + plugin.yml + config.yml + + + + maven-assembly-plugin @@ -84,6 +96,8 @@ + ${project.name}-${project.version} + false jar-with-dependencies diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index b6cc7f1..981c1d3 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: SSHD -version: "1.2" -author: Ryan Michela +version: ${project.version} +author: Ryan Michela, Haarolean, toxuin main: com.ryanmichela.sshd.SshdPlugin \ No newline at end of file