diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-17 17:26:33 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-23 11:03:06 -0500 |
commit | 4a56debaac0d6d7a073ae24f1d8099879f121ba1 (patch) | |
tree | a70f55a0b5ec6165f850a4cd543132377c637e4a /version.properties | |
parent | 696f72a8565963703f3d539d6367a31fd449d514 (diff) |
Create application skeleton
This skeleton is used to start validating cps temporal jenkins jobs.
Issue-ID: CPS-190
Change-Id: Iccbd4f58eaf2bd3ffaf668f4471b94581425c484
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..d38d843 --- /dev/null +++ b/version.properties @@ -0,0 +1,12 @@ +# 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 this + +major=0 +minor=0 +patch=1 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |