diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-15 16:20:02 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-15 16:20:02 +0000 |
commit | 83b0fdb95e5481c53352be72ac8b6b0ba75002d3 (patch) | |
tree | 46822ea3fed4461efc0a8f14d85af37ea1109c36 /pom.xml | |
parent | dd3478d48d76cb25c8752eb887a0cebd4206c9f0 (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-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I60842086de072c55410ffe9636a76df2059c52bc
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.7.0-SNAPSHOT</version> + <version>3.7.0</version> <relativePath /> </parent> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>2.9.0-SNAPSHOT</policy.apex-pdp.version> - <policy.common.version>1.12.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.8.0-SNAPSHOT</policy.models.version> + <policy.apex-pdp.version>2.9.0</policy.apex-pdp.version> + <policy.common.version>1.12.0</policy.common.version> + <policy.models.version>2.8.0</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> |