diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-23 19:43:17 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-23 19:43:28 -0400 |
commit | 77418924c9b7089d284854dd060d4d5057722cb6 (patch) | |
tree | adb8b8c253eeb5e7242ac11cc601b26fe2026160 | |
parent | e2e4f0497a143fa777e5135fca80e9050d65c754 (diff) |
Point to models release
Issue-ID: POLICY-2378
Change-Id: Ib2ca540fd6b77dbf4dec6e36b8fc75fce8a9d44b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | config/pe/brmsgw.conf | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index 3919aa01..2d1595f7 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -63,5 +63,5 @@ BRMS_UEB_API_SECRET= #Dependency.json file version BRMS_DEPENDENCY_VERSION=1.6.0-SNAPSHOT -BRMS_MODELS_DEPENDENCY_VERSION=2.2.1-SNAPSHOT +BRMS_MODELS_DEPENDENCY_VERSION=2.2.1 @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> <relativePath /> </parent> |