From f46618c619d37505d1507954ad8b4fff2f745232 Mon Sep 17 00:00:00 2001 From: asofold Date: Wed, 17 Jul 2013 12:17:33 +0200 Subject: [PATCH] Prefix series with s in order to not ever confuse with SNAPSHOT/RC. --- NCPPlugin/src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NCPPlugin/src/main/resources/plugin.yml b/NCPPlugin/src/main/resources/plugin.yml index 5150b1c0..dfaf2c3e 100644 --- a/NCPPlugin/src/main/resources/plugin.yml +++ b/NCPPlugin/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: ${project.name} -version: ${project.version}-${BUILD_SERIES}-b${BUILD_NUMBER} +version: ${project.version}-s${BUILD_SERIES}-b${BUILD_NUMBER} description: ${project.description} author: NeatMonster