From 6aba887789b6eeb37ae48e239e5c709f16beb6e9 Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Sat, 23 Oct 2021 01:43:23 +0200 Subject: [PATCH] Fix JavaDocs --- adapter/pom.xml | 4 ++-- addon/pom.xml | 4 ++-- api/pom.xml | 4 ++-- .../java/de/erethon/dungeonsxl/api/world/ResourceWorld.java | 2 +- bukkit_blockdata/pom.xml | 4 ++-- bukkit_magicvalues/pom.xml | 4 ++-- core/pom.xml | 4 ++-- dist/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/adapter/pom.xml b/adapter/pom.xml index bf9ae6e9..30fcedaa 100644 --- a/adapter/pom.xml +++ b/adapter/pom.xml @@ -2,12 +2,12 @@ 4.0.0 de.erethon.dungeonsxl dungeonsxl-adapter - 0.18-SNAPSHOT + 0.18-PRE jar de.erethon.dungeonsxl dungeonsxl-parent - 0.18-SNAPSHOT + 0.18-PRE diff --git a/addon/pom.xml b/addon/pom.xml index ea819ac6..bb9c749d 100644 --- a/addon/pom.xml +++ b/addon/pom.xml @@ -10,7 +10,7 @@ de.erethon.dungeonsxl dungeonsxl-parent - 0.18-SNAPSHOT + 0.18-PRE core @@ -20,7 +20,7 @@ de.erethon.dungeonsxl dungeonsxl-dist - 0.18-SNAPSHOT + 0.18-PRE provided diff --git a/api/pom.xml b/api/pom.xml index fe083399..df2fdadf 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -2,12 +2,12 @@ 4.0.0 de.erethon.dungeonsxl dungeonsxl-api - 0.18-SNAPSHOT + 0.18-PRE jar de.erethon.dungeonsxl dungeonsxl-parent - 0.18-SNAPSHOT + 0.18-PRE diff --git a/api/src/main/java/de/erethon/dungeonsxl/api/world/ResourceWorld.java b/api/src/main/java/de/erethon/dungeonsxl/api/world/ResourceWorld.java index ebbd6213..5aaf6ce9 100644 --- a/api/src/main/java/de/erethon/dungeonsxl/api/world/ResourceWorld.java +++ b/api/src/main/java/de/erethon/dungeonsxl/api/world/ResourceWorld.java @@ -61,7 +61,7 @@ public interface ResourceWorld { *

* Note that these are only the rules that are specific to the map itself. They are not the rules that are actually used in a game instance instantiated * from this resource world as these ones may be supplemented or overriden by other rules taken from the main config, dungeon config or the - * {@link GameRuleContainer#DEFAULT_VALUES}. + * {@link de.erethon.dungeonsxl.api.dungeon.GameRule#DEFAULT_VALUES}. * * @return the {@link de.erethon.dungeonsxl.api.dungeon.GameRule}s of this world */ diff --git a/bukkit_blockdata/pom.xml b/bukkit_blockdata/pom.xml index a28f4996..ce9cdd98 100644 --- a/bukkit_blockdata/pom.xml +++ b/bukkit_blockdata/pom.xml @@ -2,12 +2,12 @@ 4.0.0 de.erethon.dungeonsxl dungeonsxl-bukkit_blockdata - 0.18-SNAPSHOT + 0.18-PRE jar de.erethon.dungeonsxl dungeonsxl-parent - 0.18-SNAPSHOT + 0.18-PRE diff --git a/bukkit_magicvalues/pom.xml b/bukkit_magicvalues/pom.xml index f25ed180..8076bd12 100644 --- a/bukkit_magicvalues/pom.xml +++ b/bukkit_magicvalues/pom.xml @@ -2,12 +2,12 @@ 4.0.0 de.erethon.dungeonsxl dungeonsxl-bukkit_magicvalues - 0.18-SNAPSHOT + 0.18-PRE jar de.erethon.dungeonsxl dungeonsxl-parent - 0.18-SNAPSHOT + 0.18-PRE diff --git a/core/pom.xml b/core/pom.xml index cab828e4..758d4a8f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,12 +2,12 @@ 4.0.0 de.erethon.dungeonsxl dungeonsxl-core - 0.18-SNAPSHOT + 0.18-PRE jar de.erethon.dungeonsxl dungeonsxl-parent - 0.18-SNAPSHOT + 0.18-PRE diff --git a/dist/pom.xml b/dist/pom.xml index e149bc72..98de212f 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -7,7 +7,7 @@ de.erethon.dungeonsxl dungeonsxl-parent - 0.18-SNAPSHOT + 0.18-PRE ${project.artifactId}-${project.version}${buildNo} diff --git a/pom.xml b/pom.xml index b61e84a2..335d9d89 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 de.erethon.dungeonsxl dungeonsxl-parent - 0.18-SNAPSHOT + 0.18-PRE pom DungeonsXL https://dre2n.github.io