From 3464574b74dc168e55b7a1409b06005da87467cf Mon Sep 17 00:00:00 2001 From: Brianna Date: Mon, 16 Mar 2020 15:32:18 -0400 Subject: [PATCH 1/3] Added Public repo --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index fbaecfb..63ea5d0 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,10 @@ private https://repo.songoda.com/artifactory/private/ + + public + http://repo.songoda.com/artifactory/public/ + spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/ From ef31edb1ee6591b43e17c31f313aaa286efa2a61 Mon Sep 17 00:00:00 2001 From: Brianna Date: Thu, 11 Jun 2020 11:32:19 -0500 Subject: [PATCH 2/3] Wrong plugin ID. --- .../Plugin/src/com/songoda/ultimatetimber/UltimateTimber.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltimateTimber/Plugin/src/com/songoda/ultimatetimber/UltimateTimber.java b/UltimateTimber/Plugin/src/com/songoda/ultimatetimber/UltimateTimber.java index fb2ca99..268ce7d 100644 --- a/UltimateTimber/Plugin/src/com/songoda/ultimatetimber/UltimateTimber.java +++ b/UltimateTimber/Plugin/src/com/songoda/ultimatetimber/UltimateTimber.java @@ -57,7 +57,7 @@ public class UltimateTimber extends SongodaPlugin { @Override public void onPluginEnable() { // Run Songoda Updater - SongodaCore.registerPlugin(this, 44, CompatibleMaterial.IRON_AXE); + SongodaCore.registerPlugin(this, 18, CompatibleMaterial.IRON_AXE); // Register managers this.managers = new HashSet<>(); From 5e1a913ac47e68f2bfd577432a198c50c8c5172f Mon Sep 17 00:00:00 2001 From: Brianna Date: Thu, 11 Jun 2020 11:40:44 -0500 Subject: [PATCH 3/3] version 2.0.7 --- UltimateTimber-Adapter/Current/pom.xml | 2 +- UltimateTimber-Adapter/Legacy/pom.xml | 2 +- UltimateTimber-Hook/CoreProtect/pom.xml | 2 +- UltimateTimber-Hook/Jobs/pom.xml | 2 +- UltimateTimber-Hook/McMMO/pom.xml | 2 +- UltimateTimber-Hook/McMMOClassic12/pom.xml | 2 +- UltimateTimber-Hook/McMMOClassic13/pom.xml | 2 +- UltimateTimber-Hook/McMMOClassic8/pom.xml | 2 +- UltimateTimber/Core/pom.xml | 2 +- UltimateTimber/Plugin/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/UltimateTimber-Adapter/Current/pom.xml b/UltimateTimber-Adapter/Current/pom.xml index b508c04..19db6f4 100644 --- a/UltimateTimber-Adapter/Current/pom.xml +++ b/UltimateTimber-Adapter/Current/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/UltimateTimber-Adapter/Legacy/pom.xml b/UltimateTimber-Adapter/Legacy/pom.xml index fc07002..b8f4132 100644 --- a/UltimateTimber-Adapter/Legacy/pom.xml +++ b/UltimateTimber-Adapter/Legacy/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/UltimateTimber-Hook/CoreProtect/pom.xml b/UltimateTimber-Hook/CoreProtect/pom.xml index e49fe2f..603e137 100644 --- a/UltimateTimber-Hook/CoreProtect/pom.xml +++ b/UltimateTimber-Hook/CoreProtect/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/UltimateTimber-Hook/Jobs/pom.xml b/UltimateTimber-Hook/Jobs/pom.xml index c445f9a..ed95b7e 100644 --- a/UltimateTimber-Hook/Jobs/pom.xml +++ b/UltimateTimber-Hook/Jobs/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/UltimateTimber-Hook/McMMO/pom.xml b/UltimateTimber-Hook/McMMO/pom.xml index 84439fa..9d85375 100644 --- a/UltimateTimber-Hook/McMMO/pom.xml +++ b/UltimateTimber-Hook/McMMO/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/UltimateTimber-Hook/McMMOClassic12/pom.xml b/UltimateTimber-Hook/McMMOClassic12/pom.xml index b85e355..f5d847c 100644 --- a/UltimateTimber-Hook/McMMOClassic12/pom.xml +++ b/UltimateTimber-Hook/McMMOClassic12/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/UltimateTimber-Hook/McMMOClassic13/pom.xml b/UltimateTimber-Hook/McMMOClassic13/pom.xml index cc41373..321e2a4 100644 --- a/UltimateTimber-Hook/McMMOClassic13/pom.xml +++ b/UltimateTimber-Hook/McMMOClassic13/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/UltimateTimber-Hook/McMMOClassic8/pom.xml b/UltimateTimber-Hook/McMMOClassic8/pom.xml index 0590fdc..cf67d8d 100644 --- a/UltimateTimber-Hook/McMMOClassic8/pom.xml +++ b/UltimateTimber-Hook/McMMOClassic8/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/UltimateTimber/Core/pom.xml b/UltimateTimber/Core/pom.xml index 71e7e47..018c25c 100644 --- a/UltimateTimber/Core/pom.xml +++ b/UltimateTimber/Core/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/UltimateTimber/Plugin/pom.xml b/UltimateTimber/Plugin/pom.xml index 0a89c84..4f47a39 100644 --- a/UltimateTimber/Plugin/pom.xml +++ b/UltimateTimber/Plugin/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 ../../ diff --git a/pom.xml b/pom.xml index 63ea5d0..e55de15 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ com.songoda UltimateTimber - 2.0.6 + 2.0.7 4.0.0 pom