aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-03-05 16:01:42 -0500
committerJim Hahn <jrh3@att.com>2021-03-05 16:02:39 -0500
commit662dd890d69d0ee7a460437d277b9d424c348b47 (patch)
tree931a1248bd5fdb5662a245c56daf6ed74fb0c79f
parentd2e58b7da06df5fe76cfbe7574ad2d58952a2a74 (diff)
Use models 2.4.1-SNAPSHOT in PAP
Done to resolve EntityNotFoundException in windriver lab and in junit tests. Issue-ID: POLICY-3125 Change-Id: I5dbdf732154ee725ae9555722cde5d1f2008223c Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index eb4e9ae8..646347bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP Policy PAP
================================================================================
- Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
Copyright (C) 2019 Nordix Foundation.
Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
================================================================================
@@ -42,7 +42,7 @@
<properties>
<policy.common.version>1.8.0</policy.common.version>
- <policy.models.version>2.4.0</policy.models.version>
+ <policy.models.version>2.4.1-SNAPSHOT</policy.models.version>
</properties>
<modules>