diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-12 18:41:50 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-12 18:41:50 +0100 |
commit | 41c6076652fe06dc677bd260c33358cd458fe81d (patch) | |
tree | 8328ee959f8e7c6000352e837dfb6413a1a7ee15 /pom.xml | |
parent | f93a6c0ab006258628fc2da69dcfe65010baf848 (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: Iad3b16598014463b331c891c599f1a4c380bb757
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.2-SNAPSHOT</version> + <version>3.5.2</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.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.2-SNAPSHOT</policy.models.version> + <policy.common.version>1.10.2</policy.common.version> + <policy.models.version>2.6.2</policy.models.version> </properties> <modules> |