diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2024-06-20 11:03:47 +0800 |
---|---|---|
committer | kaixiliu <liukaixi@chinamobile.com> | 2024-06-20 11:04:05 +0800 |
commit | e17713f89b0818b8f34ad324f6b318e22b6a3642 (patch) | |
tree | 96380004d203126e28eb4c9127531e2a4d58e517 /version.properties | |
parent | a20e3aee6d851990472c36006512be5036021242 (diff) |
modify pom.xml
Issue-ID: USECASEUI-838
Change-Id: Ifedd555bb1de729e1fc1e87286abe0e4ab7c3362
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..9767cca --- /dev/null +++ b/version.properties @@ -0,0 +1,13 @@ +# Versioning variables +# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) +# because they are used in Jenkins, whose plug-in doesn't support + +major=14 +minor=0 +patch=0 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |