diff options
author | Jan Srnicek <jan.srnicek@pantheon.tech> | 2017-11-21 10:01:51 +0100 |
---|---|---|
committer | Jan Srnicek <jan.srnicek@pantheon.tech> | 2017-11-21 09:04:26 +0000 |
commit | a16cc2fdf8f5bf73397a8f31a6c108699f0709e1 (patch) | |
tree | 27523723a8ec501da1fcc3a92e136ca02b2eced6 /common | |
parent | f491b8b15cb634eac60378b0504a715c0ad8ccda (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>
Diffstat (limited to 'common')
-rw-r--r-- | common/impl-parent/pom.xml | 2 |
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> |