diff options
author | HOCKLA <ah999m@att.com> | 2020-01-10 15:41:07 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2020-01-10 15:41:22 -0600 |
commit | 2eafca87f9eeb65852303722b9d4b50b891b2468 (patch) | |
tree | 181d241b25dfec1fc69c74eaa266a15f0b889657 | |
parent | f9abcdb123fd3a7489cf2dfa50f6f47c5e436355 (diff) |
Point to policy/models release version
Issue-ID: POLICY-1592
Change-Id: I142fe26d96c75fef86105cf798f67e26a396c110
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 PAP ================================================================================ - Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -47,7 +47,7 @@ <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <policy.common.version>1.6.1</policy.common.version> - <policy.models.version>2.2.0-SNAPSHOT</policy.models.version> + <policy.models.version>2.2.0</policy.models.version> </properties> <modules> |