diff options
author | 2019-06-04 14:05:53 +0530 | |
---|---|---|
committer | 2019-06-07 15:44:15 +0000 | |
commit | 4d34be7b35016ff0368286003e1dffd441e88e8f (patch) | |
tree | 689e3ef48eb524513a76fdb795087a128fcd30ef /version.properties | |
parent | 2a7f837ecf218af72cf815af6c1e23bff667f4a1 (diff) |
Modified ValetApi pom.xml
Modified ValetApi pom.xml
Issue-ID: OPTFRA-516
Change-Id: I813f6ba69223707edb3997aa5fce04fd54bc9efb
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..4209004 --- /dev/null +++ b/version.properties @@ -0,0 +1,28 @@ +# +# ------------------------------------------------------------------------- +# Copyright (c) 2015-2017 AT&T Intellectual Property +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ------------------------------------------------------------------------- +# + +major=1.0.0 +minor=1.0.0 +patch=1.0.0 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |