diff --git a/pom.xml b/pom.xml index 4eeb7f6a2..e462537d1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ resources - true + false ${basedir}/src/main/resources/xpbar/ xpbar*.png @@ -31,7 +31,7 @@ resources - true + false ${basedir}/src/main/resources/healthbar/ health*.png @@ -39,7 +39,7 @@ resources - true + false ${basedir}/src/main/resources/skillicon/ *.png @@ -47,7 +47,7 @@ resources - true + false ${basedir}/src/main/resources/sound/ *.wav diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 6a1d55177..1d59845f9 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: mcMMO main: com.gmail.nossr50.mcMMO -version: 2.0-dev +version: ${project.version}-b${BUILD_NUMBER} softdepend: [Spout] authors: - TheYeti