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.