diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-26 15:54:07 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-26 15:54:07 +0200 |
commit | 8f677a4f39fd967900d0080d2c267ba112edc378 (patch) | |
tree | 03e0693dfa55945b0c84caa9a9815814cc8f2569 /common/honeycomb-parent | |
parent | 9533be89035b3ef7e53276461efc333d92428e42 (diff) |
Set Honeycomb version to 1.18.10.1-SNAPSHOTstable/1810
Change-Id: I22b9589cbacb3b4d4f38f145362537f0c1dbd5db
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'common/honeycomb-parent')
-rw-r--r-- | common/honeycomb-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index a9ad5094e..536247639 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -21,7 +21,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> <packaging>pom</packaging> <prerequisites> <maven>3.1.1</maven> @@ -295,7 +295,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> <!-- Hardcoded version to prevent archetype generated projects to use their own project version --> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -543,7 +543,7 @@ <dependency> <groupId>io.fd.honeycomb.doc</groupId> <artifactId>asciidoc-scripts</artifactId> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> </dependency> </dependencies> </plugin> |