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:05:26 +0000
commitbca9035949e497d8649fffe40556fe2278f4e09f (patch)
treeaf7343baba137eeeb920f77496a1cd2907da12ba
parent45e7a85d96163f688d3cfbfb5eade656370c7c81 (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 239866da5..d35e38bb3 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.17.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>