diff options
author | waynedunican <wayne.dunican@est.tech> | 2021-03-10 11:52:41 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2021-03-10 12:37:59 +0000 |
commit | d354eacf316c48dc2a46c1a6123a9842852d53f1 (patch) | |
tree | 0c38ff6587974c2deb986e72c406288bc9d9049b | |
parent | 662dd890d69d0ee7a460437d277b9d424c348b47 (diff) |
Point to policy-models 2.4.1
Issue-ID: POLICY-3127
Change-Id: I97af3ae7c118cb5ec316a4b8bbb4c0bfff328f06
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ ONAP Policy PAP ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2019, 2021 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -42,7 +42,7 @@ <properties> <policy.common.version>1.8.0</policy.common.version> - <policy.models.version>2.4.1-SNAPSHOT</policy.models.version> + <policy.models.version>2.4.1</policy.models.version> </properties> <modules> |