aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--integration/pom.xml2
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 -->