diff --git a/Bukkit/pom.xml b/Bukkit/pom.xml index 4af66a0..a47c4f4 100644 --- a/Bukkit/pom.xml +++ b/Bukkit/pom.xml @@ -6,7 +6,7 @@ net.tnemc TNML - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 TNML-Bukkit @@ -93,6 +93,12 @@ + + net.tnemc + TNIL-Core + ${tnil.version} + provided + net.tnemc TNIL-Bukkit @@ -108,7 +114,7 @@ net.tnemc TNML-CORE - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile diff --git a/Core/pom.xml b/Core/pom.xml index 91fe0c1..b62cfa0 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -6,7 +6,7 @@ net.tnemc TNML - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 TNML-CORE diff --git a/Examples/pom.xml b/Examples/pom.xml index e4d28d3..3b2016f 100644 --- a/Examples/pom.xml +++ b/Examples/pom.xml @@ -6,7 +6,7 @@ net.tnemc TNML - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 TNML-Example @@ -35,6 +35,12 @@ 1.17-R0.1-SNAPSHOT provided + + net.tnemc + TNIL-Core + ${tnil.version} + provided + net.tnemc TNIL-Bukkit @@ -44,13 +50,13 @@ net.tnemc TNML-CORE - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile net.tnemc TNML-Bukkit - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile diff --git a/Folia/pom.xml b/Folia/pom.xml index 58531b2..01b0194 100644 --- a/Folia/pom.xml +++ b/Folia/pom.xml @@ -6,7 +6,7 @@ net.tnemc TNML - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 TNML-Folia @@ -35,6 +35,12 @@ 1.19.4-R0.1-SNAPSHOT provided + + net.tnemc + TNIL-Core + ${tnil.version} + provided + net.tnemc TNIL-Paper @@ -44,7 +50,7 @@ net.tnemc TNML-Paper - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile diff --git a/Paper/pom.xml b/Paper/pom.xml index 0bb230c..94a3b7f 100644 --- a/Paper/pom.xml +++ b/Paper/pom.xml @@ -6,7 +6,7 @@ net.tnemc TNML - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 TNML-Paper @@ -35,6 +35,12 @@ 1.19-R0.1-SNAPSHOT provided + + net.tnemc + TNIL-Core + ${tnil.version} + provided + net.tnemc TNIL-Paper @@ -44,7 +50,7 @@ net.tnemc TNML-CORE - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile diff --git a/README.md b/README.md index 1094aec..ec8014c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Core Dependency: net.tnemc TNML-CORE - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile ``` @@ -40,7 +40,7 @@ Bukkit Dependency: net.tnemc TNML-Bukkit - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile ``` @@ -50,7 +50,7 @@ Folia Dependency: net.tnemc TNML-Folia - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile ``` @@ -63,7 +63,7 @@ Sponge API Version 7 Dependency: net.tnemc TNML-Sponge-API-7 - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile ``` @@ -74,7 +74,7 @@ Sponge API Version 8+ Dependency: net.tnemc TNML-Sponge-API-8 - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile ``` diff --git a/Sponge7/pom.xml b/Sponge7/pom.xml index ab7833f..012fe76 100644 --- a/Sponge7/pom.xml +++ b/Sponge7/pom.xml @@ -6,7 +6,7 @@ net.tnemc TNML - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 TNML-Sponge-API-7 @@ -40,7 +40,7 @@ net.tnemc TNML-CORE - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile diff --git a/Sponge8/pom.xml b/Sponge8/pom.xml index 8ef385a..abb9123 100644 --- a/Sponge8/pom.xml +++ b/Sponge8/pom.xml @@ -6,7 +6,7 @@ net.tnemc TNML - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 TNML-Sponge-API-8 @@ -37,7 +37,12 @@ jar provided - + + net.tnemc + TNIL-Core + ${tnil.version} + provided + net.tnemc TNIL-Sponge @@ -47,7 +52,7 @@ net.tnemc TNML-CORE - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 compile diff --git a/pom.xml b/pom.xml index a411bed..d16e3ae 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.tnemc TNML - 1.7.0.0-SNAPSHOT-2 + 1.7.0.0-SNAPSHOT-3 pom The New Menu Library @@ -26,7 +26,7 @@ 3.2.0 UTF-8 - 0.1.2.0-SNAPSHOT-6 + 0.1.2.0-SNAPSHOT-7 4.19.0