diff --git a/engine-tests/src/main/resources/module.txt b/engine-tests/src/main/resources/module.txt index fdb7bdabe76..86b91699d0a 100644 --- a/engine-tests/src/main/resources/module.txt +++ b/engine-tests/src/main/resources/module.txt @@ -1,6 +1,6 @@ { "id" : "unittest", - "version" : "3.0.0-SNAPSHOT", + "version" : "3.0.0", "displayName" : "Terasology Engine Test", "description" : "Engine unit test content" } diff --git a/engine/src/main/resources/engine-module.txt b/engine/src/main/resources/engine-module.txt index 0739761fa8b..6822e66a9f0 100644 --- a/engine/src/main/resources/engine-module.txt +++ b/engine/src/main/resources/engine-module.txt @@ -1,6 +1,6 @@ { "id" : "engine", - "version" : "3.0.0-SNAPSHOT", + "version" : "3.0.0", "displayName" : "Terasology Engine", "description" : "Core engine content" } diff --git a/modules/BiomesAPI/module.txt b/modules/BiomesAPI/module.txt index ab220736084..a1b5ad209d1 100644 --- a/modules/BiomesAPI/module.txt +++ b/modules/BiomesAPI/module.txt @@ -1,6 +1,6 @@ { "id" : "BiomesAPI", - "version" : "3.0.0-SNAPSHOT", + "version" : "3.0.0", "author" : "", "displayName" : "BiomesAPI", "description" : "Provides API for working with biomes - thematical sections of world. Previously part of engine.", diff --git a/modules/BuilderSampleGameplay/module.txt b/modules/BuilderSampleGameplay/module.txt index 47e07fba449..ac02a8863bb 100644 --- a/modules/BuilderSampleGameplay/module.txt +++ b/modules/BuilderSampleGameplay/module.txt @@ -1,6 +1,6 @@ { "id" : "BuilderSampleGameplay", - "version" : "3.0.0-SNAPSHOT", + "version" : "3.0.0", "author" : "Community", "displayName" : "Builder Sample Gameplay", "description" : "The last block you pick up is what you place. Extreme minimalistic gameplay setting to showcase engine running nearly solo (no inventory, health, etc). More for testing than playing", diff --git a/modules/Core/module.txt b/modules/Core/module.txt index 9a0421c997b..5dc903d0b39 100644 --- a/modules/Core/module.txt +++ b/modules/Core/module.txt @@ -1,6 +1,6 @@ { "id" : "Core", - "version" : "3.0.0-SNAPSHOT", + "version" : "3.0.0", "displayName" : "Core Content", "description" : "This module adds a set of base content for Terasology", "dependencies" : [ diff --git a/modules/CoreSampleGameplay/module.txt b/modules/CoreSampleGameplay/module.txt index 81dda861adf..2e9ccd773f0 100644 --- a/modules/CoreSampleGameplay/module.txt +++ b/modules/CoreSampleGameplay/module.txt @@ -1,6 +1,6 @@ { "id" : "CoreSampleGameplay", - "version" : "3.0.0-SNAPSHOT", + "version" : "3.0.0", "displayName" : "Core Gameplay", "description" : "Minimal gameplay template. Little content but a few starting items.", "dependencies" : [