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 /infra/it/test-model/pom.xml | |
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 'infra/it/test-model/pom.xml')
-rw-r--r-- | infra/it/test-model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/it/test-model/pom.xml b/infra/it/test-model/pom.xml index 846f609a4..985028227 100644 --- a/infra/it/test-model/pom.xml +++ b/infra/it/test-model/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> <relativePath>../../../common/api-parent</relativePath> </parent> @@ -25,7 +25,7 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>honeycomb-test-model</artifactId> <name>${project.artifactId}</name> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |