diff options
author | saul.gill <saul.gill@est.tech> | 2024-05-16 15:24:40 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-05-23 15:02:50 +0100 |
commit | ef03262c93d2a3df1a04e71f38379daf0a77bdfd (patch) | |
tree | d8d1dff60aabaaa7d34d875afc4369bc8d3e4376 /integration | |
parent | 74dcc79962386fb916864d0c66d8b4c374ae7b38 (diff) |
Allow checkstyle to avoid auto snapshot update
Issue-ID: POLICY-5003
Change-Id: I545c297d9c9a523d336494555d14bbd1454f7a20
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index d86de59a..12656e2c 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -39,6 +39,7 @@ <java.version>17</java.version> <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version --> <version.parent.resources>5.0.0-SNAPSHOT</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 --> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> @@ -1487,7 +1488,7 @@ <dependency> <groupId>org.onap.policy.parent</groupId> <artifactId>checkstyle</artifactId> - <version>[4.1.2,)</version> + <version>${version.parent.checkstyle}</version> <scope>compile</scope> </dependency> </dependencies> |