diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-26 09:25:06 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-26 09:25:06 +0100 |
commit | d444fcf13e7b796676120a92650e95064f288fad (patch) | |
tree | 60bf395754bf789da1dedd953cdf42560b8a786d /pom.xml | |
parent | 691631b842b18c04ed3ff230e15594b138d7b329 (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-4970
Change-Id: Ia3e27864ab242a6fadb6fcb70c261f696d4a91d5
Signed-off-by: saul.gill <saul.gill@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.2-SNAPSHOT</version> + <version>4.1.2</version> <relativePath /> </parent> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>3.1.2-SNAPSHOT</policy.apex-pdp.version> - <policy.common.version>2.1.2-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.2-SNAPSHOT</policy.models.version> + <policy.apex-pdp.version>3.1.2</policy.apex-pdp.version> + <policy.common.version>2.1.2</policy.common.version> + <policy.models.version>3.1.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> |