diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-18 10:46:10 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-18 10:46:10 +0000 |
commit | 6427527d5ceee9a781fd3e89384cc1010fc4e16f (patch) | |
tree | 32c496c578d7a717f70b747faf8ced02ed9bd19f | |
parent | 68ce57524d8ba2bf8b1a051af25ef2c78f1ec691 (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-5166
Change-Id: I8c9179abd829cbf2138f54524d8b40c96bd7e817
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
-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 ba5c4f80..55dffd2a 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.1-SNAPSHOT</version.parent.resources> + <version.parent.resources>5.0.1</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 --> |