From 7abf31ea821a0bbddb836adb1a63d0fec2ceee4f Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Mon, 25 Apr 2022 18:41:24 +0200 Subject: Initial commit --- pom.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100755 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..a68fafe --- /dev/null +++ b/pom.xml @@ -0,0 +1,60 @@ + + 4.0.0 + com.encrox + instancedregions + 0.0.1-SNAPSHOT + InstancedRegions + + + bukkit-repo + http://repo.bukkit.org/content/groups/public/ + + + + + org.bukkit + craftbukkit + LATEST + provided + + + com.sk89q + worledit + 6.1 + provided + + + com.sk89q + worldguard + 6.1 + provided + + + com.comphenix + protocollib + 4.2.0 + provided + + + + + + src/main/resources + + plugin.yml + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.0 + + 1.8 + 1.8 + + + + + \ No newline at end of file -- cgit v1.2.1