diff options
author | liamfallon <liam.fallon@est.tech> | 2022-07-11 14:36:18 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-07-11 14:36:18 +0100 |
commit | d469a598ddfe45715f1fcd2648d5d98fe5486c3e (patch) | |
tree | 87335a08abcfb5e331ae35d77cd37f0498fe71b8 | |
parent | 36dc881e3511787d1211bc60c433f4c29ac89648 (diff) |
update policy models references
updated policy models references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4233
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I7efe49ea8e2f175a74548575a33f96a30c07da87
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.2</version> + <version>3.3.3-SNAPSHOT</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.8.2</policy.common.version> - <policy.models.version>2.4.4</policy.models.version> + <policy.common.version>1.8.3-SNAPSHOT</policy.common.version> + <policy.models.version>2.4.6-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |