summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorThugutla sailakshmi <tsaila10@in.ibm.com>2019-09-10 16:52:32 +0530
committerThugutla Sai Lakshmi <tsaila10@in.ibm.com>2019-09-18 10:29:00 +0000
commit5b6ecf143a3259131876251fecb2ae2a4ceec01a (patch)
tree5c97981b7a643895781c2d6561b2f01b16f99c68 /version.properties
parent7a31a158ed0452a7f9a35f0a89af30acfd134349 (diff)
docker script file for VALET-API module
docker script file for VALET-API module Issue-ID: OPTFRA-578 Change-Id: I824ab0cdc495105651a4145d95e131219e9a595f Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties29
1 files changed, 0 insertions, 29 deletions
diff --git a/version.properties b/version.properties
deleted file mode 100644
index be52259..0000000
--- a/version.properties
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# -------------------------------------------------------------------------
-# Copyright (c) 2019 AT&T Intellectual Property
-# Modifications Copyright (C) 2019 IBM
-#
-# 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