diff options
author | 2022-04-12 21:35:22 +0100 | |
---|---|---|
committer | 2022-04-12 21:35:22 +0100 | |
commit | 5060673cffaeb6285aa5c9c185938f19286e36bf (patch) | |
tree | f27ccbf5dff2e4e0e6585ccdf1a7d737d7be6323 /pom.xml | |
parent | ff89b480f3b241b0f5e16fe3a9c79fd9943b126d (diff) |
update references in policy/gui pom
updated references in the policy/gui pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Iefc7babde8593c04f670b5937c37d72562eba38e
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.2-SNAPSHOT</version> + <version>3.5.2</version> <relativePath /> </parent> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>2.7.2-SNAPSHOT</policy.apex-pdp.version> - <policy.common.version>1.10.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.2-SNAPSHOT</policy.models.version> + <policy.apex-pdp.version>2.7.2</policy.apex-pdp.version> + <policy.common.version>1.10.2</policy.common.version> + <policy.models.version>2.6.2</policy.models.version> <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths> </properties> |