Skip to content

Commit

Permalink
Update to 2.5.3 for BukkitDev release
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerkok committed Feb 10, 2014
1 parent cd94534 commit 201010b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaultTasks 'build', 'shadowJar', 'install'

allprojects
{
version = "2.5.3-SNAPSHOT"
version = "2.5.3"
group = "com.khorn.terraincontrol"

// Give this a value in a child project to change the name in your IDE
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- Basic Info -->
<groupId>com.khorn.terraincontrol</groupId>
<artifactId>terraincontrol-common</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
<name>TerrainControl:Common</name>
<description>${project.name} contains the common elements of the TerrainControl Module Group</description>

Expand Down
4 changes: 2 additions & 2 deletions platforms/bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<!-- We need the parent project -->
<parent>
<groupId>com.khorn.terraincontrol</groupId>
<artifactId>terraincontrol</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion platforms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.khorn.terraincontrol</groupId>
<artifactId>terraincontrol</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Basic Info -->
<groupId>com.khorn.terraincontrol</groupId>
<artifactId>terraincontrol</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
<name>TerrainControl</name>
<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>

Expand Down

0 comments on commit 201010b

Please sign in to comment.