diff options
author | liamfallon <liam.fallon@est.tech> | 2021-11-25 11:41:21 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-11-25 15:48:47 +0000 |
commit | be1be2ef0b11b3a006bdc1977363cb4df3e1d4ae (patch) | |
tree | 13f6adcbffd4c3a2c34fbe00c9109ef2c596d7b3 /pom.xml | |
parent | b93f16723309cdc47f5de6b2840bc410657d41e7 (diff) |
Update parent and common references
*** Release Phase 7: This commit is generated by a PF release script ***
This is the seventh release phase, it updates parent, common and models
references in policy/distribution.
Issue-ID: POLICY-3827
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ie4d0f27f6021622def7b72719508cc557c4c7624
Signed-off-by: liamfallon <liam.fallon@est.tech>
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.0-SNAPSHOT</version> + <version>3.5.0</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.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.10.0</policy.common.version> + <policy.models.version>2.6.0</policy.models.version> </properties> <modules> |