diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-19 09:38:00 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-19 09:38:00 +0000 |
commit | 84bb4292e06730bc9d0d860833ffc99a195e6e3c (patch) | |
tree | 47fa34cfb1114e9c7e88f89223fe68c13e8e6b4e /pom.xml | |
parent | f2dbc9877de258fb4d2e6abdbb00f3a594e1fdfc (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-4932
Change-Id: I4ecc8adbdd3cf05f886ed6e48801790abd3f7d55
Signed-off-by: waynedunican <wayne.dunican@est.tech>
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>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath /> </parent> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>3.1.1-SNAPSHOT</policy.apex-pdp.version> - <policy.common.version>2.1.1-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.1-SNAPSHOT</policy.models.version> + <policy.apex-pdp.version>3.1.1</policy.apex-pdp.version> + <policy.common.version>2.1.1</policy.common.version> + <policy.models.version>3.1.1</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> |