From b31e12fcd72519cc667e81084853a9d27289e12b Mon Sep 17 00:00:00 2001 From: talasila Date: Wed, 22 Mar 2017 10:26:45 -0400 Subject: version file added Change-Id: Idff779b9fe3de013ec3d67e7b685b2c71c476e8e Signed-off-by: talasila --- .gitignore | 1 + .gitreview | 3 +- .idea/workspace.xml | 845 ---------------------------------------------------- version.properties | 13 + 4 files changed, 16 insertions(+), 846 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/workspace.xml create mode 100644 version.properties diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..eb3edf4f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/workspace.xml \ No newline at end of file diff --git a/.gitreview b/.gitreview index 8a5478ca..2b9cbdcb 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,5 @@ [gerrit] host=gerrit.openecomp.org port=29418 -project=ecompsdkos.git \ No newline at end of file +project=ecompsdkos.git +defaultbranch=release-1.0.0 \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index c62f291e..00000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,845 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1486485514698 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/version.properties b/version.properties new file mode 100644 index 00000000..51287873 --- /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=1 +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 -- cgit 1.2.3-korg