diff --git a/item-nbt-api/pom.xml b/item-nbt-api/pom.xml
index 1be2ba0eb..4c3191f2b 100644
--- a/item-nbt-api/pom.xml
+++ b/item-nbt-api/pom.xml
@@ -5,7 +5,7 @@
de.tr7zw
item-nbt-parent
- 2.12.2-SNAPSHOT
+ 2.12.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 c89219203..57b45fb61 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
@@ -36,7 +36,7 @@ public enum MinecraftVersion {
private static Logger logger = Logger.getLogger("NBTAPI");
// NBT-API Version
- protected static final String VERSION = "2.12.2-SNAPSHOT";
+ protected static final String VERSION = "2.12.2";
private final int versionId;
private final boolean mojangMapping;
diff --git a/item-nbt-plugin/pom.xml b/item-nbt-plugin/pom.xml
index ef0ca3c3e..4d7f6028c 100644
--- a/item-nbt-plugin/pom.xml
+++ b/item-nbt-plugin/pom.xml
@@ -4,7 +4,7 @@
de.tr7zw
item-nbt-parent
- 2.12.2-SNAPSHOT
+ 2.12.2
item-nbt-api-plugin
jar
@@ -12,19 +12,19 @@
de.tr7zw
item-nbt-api
- 2.12.2-SNAPSHOT
+ 2.12.2
compile
de.tr7zw
nbt-injector
- 2.12.2-SNAPSHOT
+ 2.12.2
compile
de.tr7zw
nbt-data-api
- 2.12.2-SNAPSHOT
+ 2.12.2
compile
diff --git a/mappings-parser/pom.xml b/mappings-parser/pom.xml
index ad72eed68..2cc4e507e 100644
--- a/mappings-parser/pom.xml
+++ b/mappings-parser/pom.xml
@@ -4,7 +4,7 @@
de.tr7zw
item-nbt-parent
- 2.12.2-SNAPSHOT
+ 2.12.2
mappings-parser
jar
@@ -12,7 +12,7 @@
de.tr7zw
item-nbt-api
- 2.12.2-SNAPSHOT
+ 2.12.2
compile
diff --git a/nbt-data-api/pom.xml b/nbt-data-api/pom.xml
index b5a856c3f..356fa4755 100644
--- a/nbt-data-api/pom.xml
+++ b/nbt-data-api/pom.xml
@@ -5,7 +5,7 @@
de.tr7zw
item-nbt-parent
- 2.12.2-SNAPSHOT
+ 2.12.2
nbt-data-api
@@ -14,7 +14,7 @@
de.tr7zw
item-nbt-api
- 2.12.2-SNAPSHOT
+ 2.12.2
compile
diff --git a/nbt-injector/pom.xml b/nbt-injector/pom.xml
index 82ee36f80..23f155c7b 100644
--- a/nbt-injector/pom.xml
+++ b/nbt-injector/pom.xml
@@ -4,7 +4,7 @@
de.tr7zw
item-nbt-parent
- 2.12.2-SNAPSHOT
+ 2.12.2
nbt-injector
jar
@@ -12,7 +12,7 @@
de.tr7zw
item-nbt-api
- 2.12.2-SNAPSHOT
+ 2.12.2
compile
diff --git a/pom.xml b/pom.xml
index 36477f102..a252208df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
de.tr7zw
item-nbt-parent
- 2.12.2-SNAPSHOT
+ 2.12.2
pom
2015
diff --git a/spigot.bb b/spigot.bb
index d6f4cd55e..6e37e45a7 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.2-SNAPSHOT
+ 2.12.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.12.2-SNAPSHOT
+ 2.12.2
...