Skip to content

Commit 201010b

Browse files
committed
Update to 2.5.3 for BukkitDev release
1 parent cd94534 commit 201010b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaultTasks 'build', 'shadowJar', 'install'
55

66
allprojects
77
{
8-
version = "2.5.3-SNAPSHOT"
8+
version = "2.5.3"
99
group = "com.khorn.terraincontrol"
1010

1111
// Give this a value in a child project to change the name in your IDE

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Basic Info -->
1414
<groupId>com.khorn.terraincontrol</groupId>
1515
<artifactId>terraincontrol-common</artifactId>
16-
<version>2.5.3-SNAPSHOT</version>
16+
<version>2.5.3</version>
1717
<name>TerrainControl:Common</name>
1818
<description>${project.name} contains the common elements of the TerrainControl Module Group</description>
1919

platforms/bukkit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1111
<modelVersion>4.0.0</modelVersion>
1212

13-
<!-- POM for Forge version of Terrain Control -->
13+
<!-- POM for Bukkit version of Terrain Control -->
1414

1515
<!-- We need the parent project -->
1616
<parent>
1717
<groupId>com.khorn.terraincontrol</groupId>
1818
<artifactId>terraincontrol</artifactId>
19-
<version>2.5.3-SNAPSHOT</version>
19+
<version>2.5.3</version>
2020
<relativePath>../../</relativePath>
2121
</parent>
2222

platforms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.khorn.terraincontrol</groupId>
1717
<artifactId>terraincontrol</artifactId>
18-
<version>2.5.3-SNAPSHOT</version>
18+
<version>2.5.3</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Basic Info -->
1515
<groupId>com.khorn.terraincontrol</groupId>
1616
<artifactId>terraincontrol</artifactId>
17-
<version>2.5.3-SNAPSHOT</version>
17+
<version>2.5.3</version>
1818
<name>TerrainControl</name>
1919
<description>${project.name} is an advanced world generator. Through various configuration files it gives the user control over almost every aspect of Minecraft terrain generation, with no knowledge of Java required. It can be used on Bukkit or Forge servers and on singleplayer with Forge. </description>
2020

0 commit comments

Comments
 (0)