From db0dd57adad9150da39ab5acfc111b85b078f10e Mon Sep 17 00:00:00 2001 From: Magnus Ulf Date: Wed, 16 Dec 2020 19:20:51 +0100 Subject: [PATCH] Update pom --- .gitignore | 1 + pom.xml | 34 +++++++++++++++++++++++----------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index abec899..50fe720 100644 --- a/.gitignore +++ b/.gitignore @@ -90,6 +90,7 @@ local.properties # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: +.idea/* .idea/workspace.xml .idea/tasks.xml .idea/dictionaries diff --git a/pom.xml b/pom.xml index 128063d..7d3227b 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,8 @@ 4.5.3 - 1.15.1-R0.1-SNAPSHOT - 1.15.1-R0.1-SNAPSHOT + 1.16.4-R0.1-SNAPSHOT + 1.16.4-R0.1-SNAPSHOT 1.5.6 @@ -62,7 +62,7 @@ 7.0.1 - 7.0.2 + 7.0.4 4.3.0 @@ -71,10 +71,10 @@ 1.9 - 2.14.0 + 2.20.2 - 3.0-SNAPSHOT + 3.1-beta5 @@ -113,7 +113,7 @@ sk89q-repo - http://maven.sk89q.com/repo/ + https://maven.enginehub.org/repo/ @@ -325,7 +325,7 @@ com.sk89q.worldguard - worldguard-legacy + worldguard-bukkit ${massiveWorldGuardVersion} provided @@ -362,8 +362,8 @@ us.dynmap @@ -387,8 +387,8 @@ mineverse.Aust1n46.chat @@ -597,6 +597,18 @@ ${project.version} provided + + com.massivecraft.massivebasic + MassiveBasic + ${project.version} + provided + + + com.massivecraft.massiveperms + MassivePerms + ${project.version} + provided +