|
@@ -29,10 +29,10 @@ if (System.getenv('TRAVIS') != null) {
|
|
|
if (ext.jmeGitTag != "") {
|
|
|
ext.jmeEngineVersion = "3.1.0-" + ext.jmeGitTag + "-SNAPSHOT"
|
|
|
} else {
|
|
|
- ext.jmeEngineVersion = "3.1.0-beta2" // Use Beta 2 instead of 3.1.0-master-SNAPSHOT
|
|
|
+ ext.jmeEngineVersion = "3.1.0-beta3" // Use Beta 2 instead of 3.1.0-master-SNAPSHOT
|
|
|
}
|
|
|
} else {
|
|
|
- ext.jmeEngineVersion = "3.1.0-beta2" // In case you build of the HEAD of 3.1, you need to change that to 3.1.0-SNAPSHOT again
|
|
|
+ ext.jmeEngineVersion = "3.1.0-beta3" // In case you build of the HEAD of 3.1, you need to change that to 3.1.0-SNAPSHOT again
|
|
|
}
|
|
|
|
|
|
configurations {
|