From 8a665d85c9ea91f024e9a378779aad107550b832 Mon Sep 17 00:00:00 2001 From: Shwetank Dave Date: Mon, 8 May 2017 15:36:26 -0400 Subject: Initial OpenEcomp A&AI Rest Client commit. Change-Id: Ic6949778061bdf141431c4b14ea2417da6aa1e57 Signed-off-by: Shwetank Dave --- version.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 version.properties (limited to 'version.properties') diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..2ccc7c2 --- /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=0 +minor=9 +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 \ No newline at end of file -- cgit 1.2.3-korg