From 001b59344dc814c6cdb594665a873f81ea199851 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Fri, 20 Sep 2019 18:03:34 -0700 Subject: [PATCH] gradle.properties: ready for 3.3.0-alpha3 build --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 38b86a10f..35fbe008c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,10 +2,10 @@ jmeVersion = 3.3.0 # Version used for application and settings folder, no spaces! jmeMainVersion = 3.3 -# Version addition pre-alpha-svn, Stable, Beta -jmeVersionTag = SNAPSHOT +# Version addition: SNAPSHOT, alpha, beta, stable +jmeVersionTag = alpha3 # Increment this each time jmeVersionTag changes but jmeVersion stays the same -jmeVersionTagID = 2 +jmeVersionTagID = 3 # specify if JavaDoc should be built buildJavaDoc = true @@ -25,7 +25,7 @@ bulletZipFile = bullet3.zip # POM settings POM_NAME=jMonkeyEngine -POM_DESCRIPTION=jMonkeyEngine is a 3D game engine for adventurous Java developers +POM_DESCRIPTION=jMonkeyEngine is a 3-D game engine for adventurous Java developers POM_URL=http://jmonkeyengine.org POM_SCM_URL=https://github.com/jMonkeyEngine/jmonkeyengine POM_SCM_CONNECTION=scm:git:git://github.com/jMonkeyEngine/jmonkeyengine.git