diff options
author | jan.srnicek <jan.srnicek@pantheon.tech> | 2017-11-27 09:01:56 +0100 |
---|---|---|
committer | jan.srnicek <jan.srnicek@pantheon.tech> | 2017-11-27 09:01:56 +0100 |
commit | 22250d38fb0050e356c800ff0efe6f87cd9438ee (patch) | |
tree | 01851a8275cab83829bbbe2ae7c6e553725d53b5 | |
parent | 48ebfa4f88938f1efbedf484fa02341ae64947d3 (diff) |
Fixating of asciidoc-scripts
Same situation as honeycomb-common-scripts, this allows using different
versioning when using honeycomb artifacts
Change-Id: If78a2d542e8611b44260671fc27be285eed55317
Signed-off-by: jan.srnicek <jan.srnicek@pantheon.tech>
-rw-r--r-- | common/honeycomb-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index cc67e37ce..7a84e7579 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -537,7 +537,7 @@ <dependency> <groupId>io.fd.honeycomb.doc</groupId> <artifactId>asciidoc-scripts</artifactId> - <version>${project.version}</version> + <version>1.18.01-SNAPSHOT</version> </dependency> </dependencies> </plugin> |