summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/api-parent/pom.xml3
-rw-r--r--common/impl-parent/pom.xml3
2 files changed, 4 insertions, 2 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>
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>