diff --git a/Verify/pom.xml b/Verify/pom.xml new file mode 100644 index 0000000..f92934c --- /dev/null +++ b/Verify/pom.xml @@ -0,0 +1,54 @@ + + 4.0.0 + + de.mviper + Verify + 1.0 + jar + + Verify + + + 17 + 1.20.1-R0.1-SNAPSHOT + + + + + org.spigotmc + spigot-api + ${spigot.version} + provided + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + ${java.version} + ${java.version} + UTF-8 + + + + maven-jar-plugin + 3.3.0 + + + + de.mviper.verify.Verify + + + + + + + + \ No newline at end of file