diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-02-23 09:13:05 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-02-23 09:19:20 -0600 |
commit | 699fcb020563b961b1cd58ecbe5d1c496351a839 (patch) | |
tree | 20a61cc9601ffae2077248e425d37d71c53ee16c /pom.xml | |
parent | 58266a1beabbeb46186cc44e3625d35183727506 (diff) |
versions: 1.8.0 common, 2.4.0 models, 3.3.0 parent
Issue-ID: POLICY-3088
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I79a68a7e81040545bfdc1c4f738b85876a042da9
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'pom.xml')
-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.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.8.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.4.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.8.0</policy.common.version> + <policy.models.version>2.4.0</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |