diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-22 05:54:38 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-11-22 05:54:38 +0000 |
commit | eedd2fc5da061afc003c4415d9b590545aba8100 (patch) | |
tree | b649b0948d6dfb1650c0d98922e145e7f3c6ccca /pom.xml | |
parent | b023eb22c6607b82d2cb96b74abf3af177f02e5e (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-4461
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I21536942b675a0d0ff96ff6fd07413a9dedfcc63
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.6.2-SNAPSHOT</version> + <version>3.6.1</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.11.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.7.2-SNAPSHOT</policy.models.version> + <policy.common.version>1.11.1</policy.common.version> + <policy.models.version>2.7.2</policy.models.version> </properties> <modules> |