diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-27 20:55:43 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-27 20:55:43 +0100 |
commit | 5c06de067f299fa1367257c8d9036013ae768b36 (patch) | |
tree | cf975cb4e22a35a84443e5c18cafd801c016dfd9 /pom.xml | |
parent | 45b444a488323b37b442348063f8c5ac8493ce9c (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic7cea2a8d8483fda8cb88fceae5cb9cb719b78c1
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.5.3-SNAPSHOT</version> + <version>3.5.3</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.10.3-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.3-SNAPSHOT</policy.models.version> + <policy.common.version>1.10.3</policy.common.version> + <policy.models.version>2.6.3</policy.models.version> </properties> <modules> |