summaryrefslogtreecommitdiffstats
path: root/common/api-parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/api-parent/pom.xml')
-rw-r--r--common/api-parent/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml
index ec7f78dcb..329f4decd 100644
--- a/common/api-parent/pom.xml
+++ b/common/api-parent/pom.xml
@@ -88,7 +88,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>