diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-25 09:45:37 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-25 09:45:37 +0100 |
commit | 10968498c2865d1d119678d853c45cc231a24121 (patch) | |
tree | 1678b9a43c4ec31ca7bc95ba493feff3240efa0d | |
parent | 926cab5f4804e132c17e1274119838e5c95561f2 (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-4970
Change-Id: I5e4823912c53c842a7d6fcc19c21df2ecf9f17fa
Signed-off-by: saul.gill <saul.gill@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 cb2fd514..6423564e 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.2-SNAPSHOT</version.parent.resources> + <version.parent.resources>4.1.2</version.parent.resources> <version.parent.checkstyle>4.1.2-SNAPSHOT</version.parent.checkstyle> <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile> <!-- Default Sonar configuration --> |