浏览代码

build: use SNAPSHOT as default tag

Maven publishing treats the "SNAPSHOT" tag in a special way, marking that build as a snapshot type build.
Kirill Vainer 10 年之前
父节点
当前提交
f944d7c22b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gradle.properties

+ 1 - 1
gradle.properties

@@ -3,7 +3,7 @@ jmeVersion = 3.1.0
 # Version used for application and settings folder, no spaces!
 # Version used for application and settings folder, no spaces!
 jmeMainVersion = 3.1
 jmeMainVersion = 3.1
 # Version addition pre-alpha-svn, Stable, Beta
 # Version addition pre-alpha-svn, Stable, Beta
-jmeVersionTag = snapshot-github
+jmeVersionTag = SNAPSHOT
 
 
 # specify if JavaDoc should be built
 # specify if JavaDoc should be built
 buildJavaDoc = true
 buildJavaDoc = true