diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 16:49:47 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 16:56:09 -0400 |
commit | 188914566f6d3a167f3d11c31f8151bd00789e27 (patch) | |
tree | 80284fe427d35d1caa1377322d2ca83fc0f71aab | |
parent | a72a789844f8b76f5ea877d473c28e16ffb6f623 (diff) |
Point to parent, common, models
Parent released, common and models have fixes.
Issue-ID: POLICY-2486
Change-Id: I9e34b45f23411a4660f015ee6099ad4158eb1c57
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | config/pe/brmsgw.conf | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index dc7860b0..5c760849 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -62,6 +62,6 @@ BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= #Dependency.json file version -BRMS_DEPENDENCY_VERSION=1.6.1-SNAPSHOT -BRMS_MODELS_DEPENDENCY_VERSION=2.2.3-SNAPSHOT +BRMS_DEPENDENCY_VERSION=1.6.4-SNAPSHOT +BRMS_MODELS_DEPENDENCY_VERSION=2.2.4-SNAPSHOT @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.1.2-SNAPSHOT</version> + <version>3.1.2</version> <relativePath /> </parent> |