diff --git a/pom.xml b/pom.xml
index 095c64b..fea9f77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,21 +5,51 @@
4.0.0
ru.prisonlife
- PrisonAPI
+ prison-api
0.0.4
+
+ UTF-8
+ 1.8
+ 1.12-R0.1
+
+
spigot-repo
https://hub.spigotmc.org/nexus/content/repositories/snapshots/
+
org.spigotmc
spigot-api
- 1.12-R0.1-SNAPSHOT
+ ${bukkit.version}-SNAPSHOT
provided
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.0
+
+ ${java.version}
+ ${java.version}
+ ${java.encoding}
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.22.0
+
+ -Dfile.encoding=${java.encoding}
+
+
+
+
\ No newline at end of file