diff --git a/contrib/region_storage_update_20110325.sql b/contrib/region_manual_update_20110325.sql
similarity index 95%
rename from contrib/region_storage_update_20110325.sql
rename to contrib/region_manual_update_20110325.sql
index bca8beca..765fe82b 100644
--- a/contrib/region_storage_update_20110325.sql
+++ b/contrib/region_manual_update_20110325.sql
@@ -1,3 +1,11 @@
+--
+-- This file only needs to be run if you are using a very old version
+-- of the region database (before 2011/03/25).
+--
+-- Otherwise, WG knows how to update your tables automatically, as well
+-- as set them up initially.
+--
+
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL';
diff --git a/pom.xml b/pom.xml
index 0d8ef41e..207904bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
com.sk89q
worldguard
- 5.9.1-SNAPSHOT
+ 6.0.0-SNAPSHOT
jar
@@ -78,6 +78,16 @@
5.5.8
compile
jar
+
+
+ com.zachsthings.libcomponents
+ libcomponents-bukkit
+
+
+ org.bukkit
+ bukkit
+
+