diff options
author | Tej, Tarun <tt3868@att.com> | 2017-10-02 09:05:03 -0400 |
---|---|---|
committer | Tej, Tarun <tt3868@att.com> | 2017-10-02 09:07:21 -0400 |
commit | b1bc68242593db61e74ecfd79a1d98fd9a20984a (patch) | |
tree | ad1836089b052b3791eb1a3ef029aa48dceeee3d /config | |
parent | 2d8b2ae94cd6fd5f1da54480e5a4e2cadbc369f9 (diff) |
Fixing the BRMSGW version
Fixing the BRMSGW dependencies version to 1.1.0 instaed of SNAPSHOT version.
Issue-Id: POLICY-276
Change-Id: I6ef6a8e8e0347a8b5dbbdea807186bae165d95e2
Signed-off-by: Tej, Tarun <tt3868@att.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/pe/brmsgw.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index 3e40edba..a84128ed 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -49,5 +49,5 @@ BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= #Dependency.json file version -BRMS_DEPENDENCY_VERSION=1.1.0-SNAPSHOT +BRMS_DEPENDENCY_VERSION=1.1.0 |