diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-14 16:19:12 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-14 17:30:19 +0100 |
commit | 9b0b4439ee780ba62bd738787bfcea0edb4a50d5 (patch) | |
tree | fd2604b992bd6199f210d1519cf48253c8b72a3e | |
parent | 03847a74f098310a6c9be989acaa120e761e19a8 (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-5001
Change-Id: Iee19d5538a524fcabf5ff3e172951d402bbc86cc
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 7f5b1932..5dda58fe 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>4.1.3-SNAPSHOT</version.parent.resources> + <version.parent.resources>4.1.3</version.parent.resources> <version.parent.checkstyle>4.1.3-SNAPSHOT</version.parent.checkstyle> <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile> <!-- Default Sonar configuration --> |