From 6f25881edaf2cc102f06272da910d8d751abb13a Mon Sep 17 00:00:00 2001 From: tr7zw Date: Thu, 16 Mar 2023 19:15:55 +0100 Subject: [PATCH] Add 1.19.4 as supported version. 2.11.2 --- item-nbt-api/pom.xml | 2 +- .../de/tr7zw/changeme/nbtapi/utils/MinecraftVersion.java | 4 ++-- item-nbt-plugin/pom.xml | 8 ++++---- mappings-parser/pom.xml | 4 ++-- nbt-data-api/pom.xml | 4 ++-- nbt-injector/pom.xml | 4 ++-- pom.xml | 2 +- spigot.bb | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/item-nbt-api/pom.xml b/item-nbt-api/pom.xml index a8b7d5683..eb7a8584c 100644 --- a/item-nbt-api/pom.xml +++ b/item-nbt-api/pom.xml @@ -5,7 +5,7 @@ de.tr7zw item-nbt-parent - 2.11.2-SNAPSHOT + 2.11.2 item-nbt-api diff --git a/item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/utils/MinecraftVersion.java b/item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/utils/MinecraftVersion.java index 9c7d91a9d..b407bc64c 100644 --- a/item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/utils/MinecraftVersion.java +++ b/item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/utils/MinecraftVersion.java @@ -19,7 +19,7 @@ public enum MinecraftVersion { MC1_7_R4(174), MC1_8_R3(183), MC1_9_R1(191), MC1_9_R2(192), MC1_10_R1(1101), MC1_11_R1(1111), MC1_12_R1(1121), MC1_13_R1(1131), MC1_13_R2(1132), MC1_14_R1(1141), MC1_15_R1(1151), MC1_16_R1(1161), MC1_16_R2(1162), MC1_16_R3(1163), MC1_17_R1(1171), MC1_18_R1(1181, true), MC1_18_R2(1182, true), MC1_19_R1(1191, true), - MC1_19_R2(1192, true); + MC1_19_R2(1192, true), MC1_19_R3(1193, true); private static MinecraftVersion version; private static Boolean hasGsonSupport; @@ -33,7 +33,7 @@ public enum MinecraftVersion { private static Logger logger = Logger.getLogger("NBTAPI"); // NBT-API Version - protected static final String VERSION = "2.11.2-SNAPSHOT"; + protected static final String VERSION = "2.11.2"; private final int versionId; private final boolean mojangMapping; diff --git a/item-nbt-plugin/pom.xml b/item-nbt-plugin/pom.xml index 47b6020fb..226b2e53b 100644 --- a/item-nbt-plugin/pom.xml +++ b/item-nbt-plugin/pom.xml @@ -4,7 +4,7 @@ de.tr7zw item-nbt-parent - 2.11.2-SNAPSHOT + 2.11.2 item-nbt-api-plugin jar @@ -12,19 +12,19 @@ de.tr7zw item-nbt-api - 2.11.2-SNAPSHOT + 2.11.2 compile de.tr7zw nbt-injector - 2.11.2-SNAPSHOT + 2.11.2 compile de.tr7zw nbt-data-api - 2.11.2-SNAPSHOT + 2.11.2 compile diff --git a/mappings-parser/pom.xml b/mappings-parser/pom.xml index c7f78aed6..840d94478 100644 --- a/mappings-parser/pom.xml +++ b/mappings-parser/pom.xml @@ -4,7 +4,7 @@ de.tr7zw item-nbt-parent - 2.11.2-SNAPSHOT + 2.11.2 mappings-parser jar @@ -12,7 +12,7 @@ de.tr7zw item-nbt-api - 2.11.2-SNAPSHOT + 2.11.2 compile diff --git a/nbt-data-api/pom.xml b/nbt-data-api/pom.xml index 0aec249d2..40d9d1003 100644 --- a/nbt-data-api/pom.xml +++ b/nbt-data-api/pom.xml @@ -5,7 +5,7 @@ de.tr7zw item-nbt-parent - 2.11.2-SNAPSHOT + 2.11.2 nbt-data-api @@ -14,7 +14,7 @@ de.tr7zw item-nbt-api - 2.11.2-SNAPSHOT + 2.11.2 compile diff --git a/nbt-injector/pom.xml b/nbt-injector/pom.xml index 0255377f9..f6407ddde 100644 --- a/nbt-injector/pom.xml +++ b/nbt-injector/pom.xml @@ -4,7 +4,7 @@ de.tr7zw item-nbt-parent - 2.11.2-SNAPSHOT + 2.11.2 nbt-injector jar @@ -12,7 +12,7 @@ de.tr7zw item-nbt-api - 2.11.2-SNAPSHOT + 2.11.2 compile diff --git a/pom.xml b/pom.xml index 0c31c28fb..4ad49d99f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 de.tr7zw item-nbt-parent - 2.11.2-SNAPSHOT + 2.11.2 pom 2015 diff --git a/spigot.bb b/spigot.bb index 33d238e36..5bd27af80 100644 --- a/spigot.bb +++ b/spigot.bb @@ -112,7 +112,7 @@ Just use the Plugin as Maven dependency and remember to add "NBTAPI" as dependen de.tr7zw item-nbt-api-plugin - 2.11.2-SNAPSHOT + 2.11.2 [/CODE] [/SPOILER] @@ -122,7 +122,7 @@ Using this method the API gets copied into your plugin. Server owners don't have de.tr7zw item-nbt-api - 2.11.2-SNAPSHOT + 2.11.2 ...