From 2d20fd11f73a49c905d0b2c73ffab0f86977db2e Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 24 Jun 2013 20:24:05 -0500 Subject: [PATCH] Update dev version format --- pom.xml | 4 ++-- src/main/resources/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index eafe0dc7..c0656404 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,9 @@ dynmap ${maven.build.timestamp} - yyyy-MM-dd HH:mm + yyyyMMddHHmm UTF-8 - Dev(${timestamp}) + Dev${timestamp} http://github.com/webbukkit/dynmap/ diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f6c18a48..7d49b1ca 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ main: org.dynmap.bukkit.DynmapPlugin version: "${project.version}-${BUILD_NUMBER}" authors: [mikeprimm] website: "http://www.minecraftforum.net/topic/1543523-dynmap-dynamic-web-based-maps-for-minecraft/" -softdepend: [ Permissions, PermissionEx, bPermissions, PermissionsBukkit ] +softdepend: [ Permissions, PermissionEx, bPermissions, PermissionsBukkit, GroupManager ] commands: dynmap: description: Controls Dynmap.