diff options
author | 2025-01-27 11:18:44 +0000 | |
---|---|---|
committer | 2025-01-27 12:04:10 +0000 | |
commit | 155b0c4b75316a75560f74a2ae645873c967273a (patch) | |
tree | de10a3fea21a1944362e0850ec7b7bc95f6bfff2 | |
parent | a3aa83629fe5540126925ee0fdf662e6ffa226fa (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-5255
Change-Id: I5fdef1ed5d3aff19b52a4fa702ff171e24158fb5
Signed-off-by: waynedunican <wayne.dunican@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 8b1f56ea..cb1a6404 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.2-SNAPSHOT</version.parent.resources> + <version.parent.resources>5.1.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 --> |