Skip to content

Commit

Permalink
Add 1.19.4 as supported version. 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Mar 16, 2023
1 parent bd69504 commit 6f25881
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion item-nbt-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-parent</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
</parent>

<artifactId>item-nbt-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
8 changes: 4 additions & 4 deletions item-nbt-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
<parent>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-parent</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
</parent>
<artifactId>item-nbt-api-plugin</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>nbt-injector</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>nbt-data-api</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions mappings-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-parent</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
</parent>
<artifactId>mappings-parser</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nbt-data-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-parent</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
</parent>

<artifactId>nbt-data-api</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nbt-injector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-parent</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
</parent>
<artifactId>nbt-injector</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-parent</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
<packaging>pom</packaging>
<inceptionYear>2015</inceptionYear>
<organization>
Expand Down
4 changes: 2 additions & 2 deletions spigot.bb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Just use the Plugin as Maven dependency and remember to add "NBTAPI" as dependen
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api-plugin</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
</dependency>
[/CODE]
[/SPOILER]
Expand All @@ -122,7 +122,7 @@ Using this method the API gets copied into your plugin. Server owners don't have
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.11.2-SNAPSHOT</version>
<version>2.11.2</version>
</dependency>
...
<plugins>
Expand Down

0 comments on commit 6f25881

Please sign in to comment.