diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-28 15:02:14 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-11-28 15:02:14 +0000 |
commit | 4fba704ae33b67f54503759128b9df941e8d9ae4 (patch) | |
tree | 4e5f14fd15bad0803afc70472208a4873a2b658c /pom.xml | |
parent | fb973ac1a69144cd5d5c3a8ae030e56fe1e6f79f (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-4465
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I3b2c78081731013f21caa4a9790f5a8a47656274
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.5-SNAPSHOT</version> + <version>3.5.4</version> <relativePath /> </parent> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>2.7.5-SNAPSHOT</policy.apex-pdp.version> - <policy.common.version>1.10.5-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.6-SNAPSHOT</policy.models.version> + <policy.apex-pdp.version>2.7.5</policy.apex-pdp.version> + <policy.common.version>1.10.4</policy.common.version> + <policy.models.version>2.6.5</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> |