diff --git a/Addons/BuyRentRegion/pom.xml b/Addons/BuyRentRegion/pom.xml index cc470a8e..14c134e0 100644 --- a/Addons/BuyRentRegion/pom.xml +++ b/Addons/BuyRentRegion/pom.xml @@ -1,7 +1,7 @@ @@ -71,7 +71,7 @@ RedProtect is hosted on Maven Central io.github.fabiozumbi12.RedProtect RedProtect-Spigot - 8.1.1 + 8.1.2-SNAPSHOT @@ -85,7 +85,7 @@ RedProtect is hosted on Maven Central io.github.fabiozumbi12.RedProtect RedProtect-Spigot - 8.1.1 + 8.1.2-SNAPSHOT javadoc @@ -99,7 +99,7 @@ repositories { } dependencies { - compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.1"){ exclude(group: "*") } // Core is not needed but allow access to all region methods - compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Spigot:8.1.1"){ exclude(group: "*") } + compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.2-SNAPSHOT"){ exclude(group = "*")} // Core is not needed but allow access to all region methods + compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Spigot:8.1.2-SNAPSHOT"){ exclude(group = "*")} } ``` \ No newline at end of file diff --git a/RedProtect-Core/pom.xml b/RedProtect-Core/pom.xml index aff1481f..e62031fd 100644 --- a/RedProtect-Core/pom.xml +++ b/RedProtect-Core/pom.xml @@ -1,7 +1,7 @@ - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - spigot-plugins - verify - - sign - - - - - org.codehaus.mojo @@ -138,6 +122,22 @@ + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + spigot-plugins + verify + + sign + + + + org.sonatype.plugins @@ -152,7 +152,7 @@ - + org.apache.maven.plugins maven-source-plugin