Skip to content

Commit c0a9197

Browse files
committed
Tag 2.12.4
1 parent e14dd4f commit c0a9197

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

item-nbt-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.tr7zw</groupId>
77
<artifactId>item-nbt-parent</artifactId>
8-
<version>2.12.4-SNAPSHOT</version>
8+
<version>2.12.4</version>
99
</parent>
1010

1111
<artifactId>item-nbt-api</artifactId>

item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/utils/MinecraftVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public enum MinecraftVersion {
3838
private static Logger logger = Logger.getLogger("NBTAPI");
3939

4040
// NBT-API Version
41-
protected static final String VERSION = "2.12.4-SNAPSHOT";
41+
protected static final String VERSION = "2.12.4";
4242

4343
private final int versionId;
4444
private final boolean mojangMapping;

item-nbt-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
<parent>
55
<groupId>de.tr7zw</groupId>
66
<artifactId>item-nbt-parent</artifactId>
7-
<version>2.12.4-SNAPSHOT</version>
7+
<version>2.12.4</version>
88
</parent>
99
<artifactId>item-nbt-api-plugin</artifactId>
1010
<packaging>jar</packaging>
1111
<dependencies>
1212
<dependency>
1313
<groupId>de.tr7zw</groupId>
1414
<artifactId>item-nbt-api</artifactId>
15-
<version>2.12.4-SNAPSHOT</version>
15+
<version>2.12.4</version>
1616
<scope>compile</scope>
1717
</dependency>
1818
<dependency>
1919
<groupId>de.tr7zw</groupId>
2020
<artifactId>nbt-injector</artifactId>
21-
<version>2.12.4-SNAPSHOT</version>
21+
<version>2.12.4</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
<dependency>
2525
<groupId>de.tr7zw</groupId>
2626
<artifactId>nbt-data-api</artifactId>
27-
<version>2.12.4-SNAPSHOT</version>
27+
<version>2.12.4</version>
2828
<scope>compile</scope>
2929
</dependency>
3030
<dependency>

mappings-parser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<groupId>de.tr7zw</groupId>
66
<artifactId>item-nbt-parent</artifactId>
7-
<version>2.12.4-SNAPSHOT</version>
7+
<version>2.12.4</version>
88
</parent>
99
<artifactId>mappings-parser</artifactId>
1010
<packaging>jar</packaging>
1111
<dependencies>
1212
<dependency>
1313
<groupId>de.tr7zw</groupId>
1414
<artifactId>item-nbt-api</artifactId>
15-
<version>2.12.4-SNAPSHOT</version>
15+
<version>2.12.4</version>
1616
<scope>compile</scope>
1717
</dependency>
1818
</dependencies>

nbt-data-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.tr7zw</groupId>
77
<artifactId>item-nbt-parent</artifactId>
8-
<version>2.12.4-SNAPSHOT</version>
8+
<version>2.12.4</version>
99
</parent>
1010

1111
<artifactId>nbt-data-api</artifactId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>de.tr7zw</groupId>
1616
<artifactId>item-nbt-api</artifactId>
17-
<version>2.12.4-SNAPSHOT</version>
17+
<version>2.12.4</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
</dependencies>

nbt-injector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<groupId>de.tr7zw</groupId>
66
<artifactId>item-nbt-parent</artifactId>
7-
<version>2.12.4-SNAPSHOT</version>
7+
<version>2.12.4</version>
88
</parent>
99
<artifactId>nbt-injector</artifactId>
1010
<packaging>jar</packaging>
1111
<dependencies>
1212
<dependency>
1313
<groupId>de.tr7zw</groupId>
1414
<artifactId>item-nbt-api</artifactId>
15-
<version>2.12.4-SNAPSHOT</version>
15+
<version>2.12.4</version>
1616
<scope>compile</scope>
1717
</dependency>
1818
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.tr7zw</groupId>
55
<artifactId>item-nbt-parent</artifactId>
6-
<version>2.12.4-SNAPSHOT</version>
6+
<version>2.12.4</version>
77
<packaging>pom</packaging>
88
<inceptionYear>2015</inceptionYear>
99
<organization>

spigot.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Just use the Plugin as Maven dependency and remember to add "NBTAPI" as dependen
112112
<dependency>
113113
<groupId>de.tr7zw</groupId>
114114
<artifactId>item-nbt-api-plugin</artifactId>
115-
<version>2.12.4-SNAPSHOT</version>
115+
<version>2.12.4</version>
116116
</dependency>
117117
[/CODE]
118118
[/SPOILER]
@@ -122,7 +122,7 @@ Using this method the API gets copied into your plugin. Server owners don't have
122122
<dependency>
123123
<groupId>de.tr7zw</groupId>
124124
<artifactId>item-nbt-api</artifactId>
125-
<version>2.12.4-SNAPSHOT</version>
125+
<version>2.12.4</version>
126126
</dependency>
127127
...
128128
<plugins>

0 commit comments

Comments
 (0)