Skip to content

Commit 001b593

Browse files
committed
gradle.properties: ready for 3.3.0-alpha3 build
1 parent 0425c61 commit 001b593

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
jmeVersion = 3.3.0
33
# Version used for application and settings folder, no spaces!
44
jmeMainVersion = 3.3
5-
# Version addition pre-alpha-svn, Stable, Beta
6-
jmeVersionTag = SNAPSHOT
5+
# Version addition: SNAPSHOT, alpha, beta, stable
6+
jmeVersionTag = alpha3
77
# Increment this each time jmeVersionTag changes but jmeVersion stays the same
8-
jmeVersionTagID = 2
8+
jmeVersionTagID = 3
99

1010
# specify if JavaDoc should be built
1111
buildJavaDoc = true
@@ -25,7 +25,7 @@ bulletZipFile = bullet3.zip
2525

2626
# POM settings
2727
POM_NAME=jMonkeyEngine
28-
POM_DESCRIPTION=jMonkeyEngine is a 3D game engine for adventurous Java developers
28+
POM_DESCRIPTION=jMonkeyEngine is a 3-D game engine for adventurous Java developers
2929
POM_URL=http://jmonkeyengine.org
3030
POM_SCM_URL=https://github.com/jMonkeyEngine/jmonkeyengine
3131
POM_SCM_CONNECTION=scm:git:git://github.com/jMonkeyEngine/jmonkeyengine.git

0 commit comments

Comments
 (0)