summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Srnicek <jan.srnicek@pantheon.tech>2017-11-21 10:01:51 +0100
committerJan Srnicek <jan.srnicek@pantheon.tech>2017-11-21 09:04:26 +0000
commita16cc2fdf8f5bf73397a8f31a6c108699f0709e1 (patch)
tree27523723a8ec501da1fcc3a92e136ca02b2eced6
parentf491b8b15cb634eac60378b0504a715c0ad8ccda (diff)
Fixating version of common scripts
If something tries to use impl-parent, and its uses diferent versioning, project.version would be override in this case with that project version Change-Id: I5e2490a437712e36a11eb83550b2b05cd49477a3 Signed-off-by: Jan Srnicek <jan.srnicek@pantheon.tech>
-rw-r--r--common/impl-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml
index 47dd9e7c9..c35235372 100644
--- a/common/impl-parent/pom.xml
+++ b/common/impl-parent/pom.xml
@@ -117,7 +117,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>${project.version}</version>
+ <version>1.18.01-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>