summaryrefslogtreecommitdiffstats
path: root/common/impl-parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/impl-parent/pom.xml')
-rw-r--r--common/impl-parent/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml
index 4cce01f8b..ee5bf7cbd 100644
--- a/common/impl-parent/pom.xml
+++ b/common/impl-parent/pom.xml
@@ -93,7 +93,8 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-checkstyle</artifactId>
- <version>${project.version}</version>
+ <!-- Hardcoded version to prevent archetype generated projects to use their own project version -->
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>