gradle.properties: ready for 3.3.0-alpha3 build

fix-openal-soft-deadlink v3.3.0-alpha3
Stephen Gold 5 years ago
parent 0425c61dd4
commit 001b59344d
  1. 8
      gradle.properties

@ -2,10 +2,10 @@
jmeVersion = 3.3.0 jmeVersion = 3.3.0
# Version used for application and settings folder, no spaces! # Version used for application and settings folder, no spaces!
jmeMainVersion = 3.3 jmeMainVersion = 3.3
# Version addition pre-alpha-svn, Stable, Beta # Version addition: SNAPSHOT, alpha, beta, stable
jmeVersionTag = SNAPSHOT jmeVersionTag = alpha3
# Increment this each time jmeVersionTag changes but jmeVersion stays the same # Increment this each time jmeVersionTag changes but jmeVersion stays the same
jmeVersionTagID = 2 jmeVersionTagID = 3
# specify if JavaDoc should be built # specify if JavaDoc should be built
buildJavaDoc = true buildJavaDoc = true
@ -25,7 +25,7 @@ bulletZipFile = bullet3.zip
# POM settings # POM settings
POM_NAME=jMonkeyEngine 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_URL=http://jmonkeyengine.org
POM_SCM_URL=https://github.com/jMonkeyEngine/jmonkeyengine POM_SCM_URL=https://github.com/jMonkeyEngine/jmonkeyengine
POM_SCM_CONNECTION=scm:git:git://github.com/jMonkeyEngine/jmonkeyengine.git POM_SCM_CONNECTION=scm:git:git://github.com/jMonkeyEngine/jmonkeyengine.git

Loading…
Cancel
Save