diff options
author | HOCKLA <ah999m@att.com> | 2020-01-10 15:09:21 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2020-01-10 15:09:36 -0600 |
commit | ac087ee497e2e9f10e1de20290bf39b5e5303782 (patch) | |
tree | 724781a05902e5ae383078baac35316926ff7767 /pom.xml | |
parent | 88325eeb2a4df44f33ea2f526bd51fd8f16091b3 (diff) |
Point to policy/models release version
Issue-ID: POLICY-1592
Change-Id: Ie53416e58b439f4dfec17eb260ece3326eaf53d3
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -45,7 +45,7 @@ <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> <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> |