Skip to content

Commit

Permalink
Change to 2.5.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Aug 14, 2020
1 parent c8110b0 commit 17c6896
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion item-nbt-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>item-nbt-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public enum MinecraftVersion {
public static final Logger logger = Logger.getLogger("NBTAPI");

// NBT-API Version
protected static final String VERSION = "2.5.0-SNAPSHOT";
protected static final String VERSION = "2.5.0";

private final int versionId;

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.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<artifactId>item-nbt-api-plugin</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>nbt-injector</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>nbt-data-api</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</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 @@ -7,7 +7,7 @@
<parent>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>nbt-data-api</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</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.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<artifactId>nbt-injector</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</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.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>pom</packaging>
<modules>
<module>item-nbt-api</module>
Expand Down

0 comments on commit 17c6896

Please sign in to comment.