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/test-utils | |
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/test-utils')
-rw-r--r-- | infra/test-utils/pom.xml | 2 | ||||
-rw-r--r-- | infra/test-utils/test-api/pom.xml | 2 | ||||
-rw-r--r-- | infra/test-utils/test-tools/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/infra/test-utils/pom.xml b/infra/test-utils/pom.xml index eb021f5dc..36af217b9 100644 --- a/infra/test-utils/pom.xml +++ b/infra/test-utils/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/infra/test-utils/test-api/pom.xml b/infra/test-utils/test-api/pom.xml index e3a2cd759..30e96fe6a 100644 --- a/infra/test-utils/test-api/pom.xml +++ b/infra/test-utils/test-api/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>api-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> <relativePath>../../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/infra/test-utils/test-tools/pom.xml b/infra/test-utils/test-tools/pom.xml index 44b775178..df01b7ab3 100644 --- a/infra/test-utils/test-tools/pom.xml +++ b/infra/test-utils/test-tools/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |