diff options
author | liamfallon <liam.fallon@est.tech> | 2022-02-28 14:48:52 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-02-28 14:48:52 +0000 |
commit | 2e0c13a827a00401dc7675cde5233dd4b6e94494 (patch) | |
tree | c9e47f68002a6465f81d9a9a727479e2e7571730 /pom.xml | |
parent | c4c4730ec97d59b6ac253fcfe9fb1f5c4b1c183d (diff) |
update references in policy/distribution pom
updated references in the policy/distribution pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-3958
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I1af5403d936e4a2aceb9fceb1546112d245c6974
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.4.4-SNAPSHOT</version> + <version>3.4.4</version> <relativePath /> </parent> @@ -45,8 +45,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <policy.common.version>1.9.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.5.2-SNAPSHOT</policy.models.version> + <policy.common.version>1.9.2</policy.common.version> + <policy.models.version>2.5.2</policy.models.version> </properties> <modules> |