From 956ef15a1d90c8c8a8e83c0fbc3b9278200d6dc0 Mon Sep 17 00:00:00 2001 From: tr7zw Date: Thu, 13 Jun 2024 21:15:01 +0200 Subject: [PATCH] Bump version --- item-nbt-api/pom.xml | 2 +- .../java/de/tr7zw/changeme/nbtapi/utils/MinecraftVersion.java | 2 +- item-nbt-plugin/pom.xml | 4 ++-- 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, 13 insertions(+), 13 deletions(-) diff --git a/item-nbt-api/pom.xml b/item-nbt-api/pom.xml index 66f8ca4de..1c34d6fd3 100644 --- a/item-nbt-api/pom.xml +++ b/item-nbt-api/pom.xml @@ -5,7 +5,7 @@ de.tr7zw item-nbt-parent - 2.12.5-SNAPSHOT + 2.13.0 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 3aaea1e4d..01501b9e7 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 @@ -39,7 +39,7 @@ public enum MinecraftVersion { private static Logger logger = Logger.getLogger("NBTAPI"); // NBT-API Version - protected static final String VERSION = "2.12.5-SNAPSHOT"; + protected static final String VERSION = "2.13.0"; private final int versionId; private final boolean mojangMapping; diff --git a/item-nbt-plugin/pom.xml b/item-nbt-plugin/pom.xml index ea0788c2e..5991463bd 100644 --- a/item-nbt-plugin/pom.xml +++ b/item-nbt-plugin/pom.xml @@ -4,7 +4,7 @@ de.tr7zw item-nbt-parent - 2.12.5-SNAPSHOT + 2.13.0 item-nbt-api-plugin jar @@ -12,7 +12,7 @@ de.tr7zw item-nbt-api - 2.12.5-SNAPSHOT + 2.13.0 compile diff --git a/mappings-parser/pom.xml b/mappings-parser/pom.xml index 9f62c48f4..dcb3c4c95 100644 --- a/mappings-parser/pom.xml +++ b/mappings-parser/pom.xml @@ -4,7 +4,7 @@ de.tr7zw item-nbt-parent - 2.12.5-SNAPSHOT + 2.13.0 mappings-parser jar @@ -12,7 +12,7 @@ de.tr7zw item-nbt-api - 2.12.5-SNAPSHOT + 2.13.0 compile diff --git a/nbt-data-api/pom.xml b/nbt-data-api/pom.xml index bafe61880..893a011e6 100644 --- a/nbt-data-api/pom.xml +++ b/nbt-data-api/pom.xml @@ -5,7 +5,7 @@ de.tr7zw item-nbt-parent - 2.12.5-SNAPSHOT + 2.13.0 nbt-data-api @@ -14,7 +14,7 @@ de.tr7zw item-nbt-api - 2.12.5-SNAPSHOT + 2.13.0 compile diff --git a/nbt-injector/pom.xml b/nbt-injector/pom.xml index 24888f906..10b287448 100644 --- a/nbt-injector/pom.xml +++ b/nbt-injector/pom.xml @@ -4,7 +4,7 @@ de.tr7zw item-nbt-parent - 2.12.5-SNAPSHOT + 2.13.0 nbt-injector jar @@ -12,7 +12,7 @@ de.tr7zw item-nbt-api - 2.12.5-SNAPSHOT + 2.13.0 compile diff --git a/pom.xml b/pom.xml index 2ef1260c1..5b90eb193 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 de.tr7zw item-nbt-parent - 2.12.5-SNAPSHOT + 2.13.0 pom 2015 diff --git a/spigot.bb b/spigot.bb index fbd3b4589..2d3161c0f 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.12.5-SNAPSHOT + 2.13.0 [/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.12.5-SNAPSHOT + 2.13.0 ...