diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-11 14:50:03 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-11 15:43:51 +0100 |
commit | a43661791af16de4c390b3742d3319f8d86699fe (patch) | |
tree | 001eb2747f75055ed4c814ea6df7b1e7ad57b6e5 /integration | |
parent | 11fadc0b343792387e5e85a785122af9a019857c (diff) |
update parent references in policy/parent pom
updated the parent references in the policy/parent pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5072
Change-Id: I68490117cfee6257260fc17ea2421ef021234014
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 7e3c879b..2d9732ec 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -38,7 +38,7 @@ <properties> <java.version>17</java.version> <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version --> - <version.parent.resources>5.0.0-SNAPSHOT</version.parent.resources> + <version.parent.resources>5.0.0</version.parent.resources> <version.parent.checkstyle>[4.1.2,)</version.parent.checkstyle> <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile> <!-- Default Sonar configuration --> |