File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
src/main/java/de/tr7zw/changeme/nbtapi/utils Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments