aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-05-15 11:38:19 +0100
committerwaynedunican <wayne.dunican@est.tech>2024-05-15 11:38:25 +0100
commite02d27f830abc7ed1d131057da714bbeafa7f61d (patch)
tree39986d1965f6ad799602e9c8a4eb5d2fc1188a49 /integration
parent9b0b4439ee780ba62bd738787bfcea0edb4a50d5 (diff)
update parent references in policy/parent pom
Phase 1.5 - update checkstyle version Issue-ID: POLICY-5001 Signed-off-by: waynedunican <wayne.dunican@est.tech> Change-Id: I7f21d8f5abb97f67d8dbd26bba2fd120d9fc8268
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 5dda58fe..4d897b14 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -39,7 +39,6 @@
<java.version>17</java.version>
<!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
<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 -->
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
@@ -1488,7 +1487,7 @@
<dependency>
<groupId>org.onap.policy.parent</groupId>
<artifactId>checkstyle</artifactId>
- <version>${version.parent.checkstyle}</version>
+ <version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>