|
@@ -1,14 +1,14 @@
|
|
# Version number: Major.Minor.SubMinor (e.g. 3.3.0)
|
|
# Version number: Major.Minor.SubMinor (e.g. 3.3.0)
|
|
-jmeVersion = 3.3.0
|
|
|
|
|
|
+jmeVersion = 3.4.0
|
|
|
|
|
|
# Leave empty to autogenerate
|
|
# Leave empty to autogenerate
|
|
# (use -PjmeVersionName="myVersion" from commandline to specify a custom version name )
|
|
# (use -PjmeVersionName="myVersion" from commandline to specify a custom version name )
|
|
-jmeVersionName =
|
|
|
|
|
|
+jmeVersionName =
|
|
|
|
|
|
# If true, the version name will contain the commit hash
|
|
# If true, the version name will contain the commit hash
|
|
useCommitHashAsVersionName = false
|
|
useCommitHashAsVersionName = false
|
|
|
|
|
|
-# Set to true if a non-master branch name should be included in the automatically
|
|
|
|
|
|
+# Set to true if a non-master branch name should be included in the automatically
|
|
# generated version.
|
|
# generated version.
|
|
includeBranchInVersion = false
|
|
includeBranchInVersion = false
|
|
|
|
|