diff options
author | HOCKLA <ah999m@att.com> | 2020-01-10 15:44:01 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2020-01-10 15:44:16 -0600 |
commit | cd581961a71e2723e66d77adce8a74819a2b15b1 (patch) | |
tree | c1c5d96a532960c3deb4da0ddc85d1a49d70200f | |
parent | 3a3978306cdb514e40200811d7ab2d88a6920d24 (diff) |
Point to policy/models release version
Issue-ID: POLICY-1592
Change-Id: Ia402dc123ddaf746f5680eecc3d302e868b4cc26
Signed-off-by: HOCKLA <ah999m@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy SDC Service Distribution ================================================================================ - Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018, 2020 AT&T Intellectual Property. All rights reserved. Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -50,7 +50,7 @@ <policy.common.version>1.6.1</policy.common.version> <policy.engine.version>1.6.0-SNAPSHOT</policy.engine.version> <policy.apex-pdp.version>2.3.0-SNAPSHOT</policy.apex-pdp.version> - <policy.models.version>2.2.0-SNAPSHOT</policy.models.version> + <policy.models.version>2.2.0</policy.models.version> </properties> <modules> |