From: Bansal, Nitin (nb121v) Date: Thu, 11 May 2017 15:07:44 +0000 (-0400) Subject: updating version and adding version.props X-Git-Tag: v1.1.0~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Frouter-core.git;a=commitdiff_plain;h=6c712d3a59a9c31254cb05d151e3e96cd4e308ad updating version and adding version.props Change-Id: I8e0f0b3576df0795c88973b98233cf9069d5fcf9 Signed-off-by: Bansal, Nitin (nb121v) --- diff --git a/pom.xml b/pom.xml index 985749e..180c5e9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openecomp router-core bundle - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT Core Data Router Components UTF-8 @@ -190,4 +190,4 @@ ${nexusproxy}/content/repositories/snapshots/ - \ No newline at end of file + diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..7f86aa1 --- /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=1 +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