diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-24 09:53:56 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-24 13:32:20 -0500 |
commit | a76ceb4fec109c0dc238fb552f03999829d19540 (patch) | |
tree | ec29b716e415f8aa0df2fcfc8ef8772840b8d5a5 /version.properties | |
parent | 76386c3907404bd68ea0459161a2199ab79a5e28 (diff) |
Fixed project structure errors that broke build
Fixed errors in pom.xml that broke build, mostly having to do with
parent tags (or lack thereof).
Change-Id: I8563bbe14e304cd22562b6ea52cc4df2bca0bff1
Issue-ID: CCSDK-1002
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 000000000..1da7b9a35 --- /dev/null +++ b/version.properties @@ -0,0 +1,15 @@ +########################################################### +# 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 + + +release_name=1 +sprint_number=0 +feature_revision=0 + +base_version=${release_name}.${sprint_number}.${feature_revision} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT + |