diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-30 13:47:31 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-30 13:47:31 +0100 |
commit | c5b3d8663a042dac2e5f9d5a93e3a1375ca1abd2 (patch) | |
tree | ed26d69c7b3745198cf24e1ae0f6cc8c7000a7fc /infra/test-utils | |
parent | 6054569d75a642becd4014baf314b2f17fb511a3 (diff) |
Bump Honeycomb version to 1.17.10v1.17.10
Change-Id: I06ff08cc2f5054bed62b309e09fef00f88b13b94
Signed-off-by: Marek Gradzki <mgradzki@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 c3029a0ad..fbae2b15c 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.17.10-SNAPSHOT</version> + <version>1.17.10</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 44cd51298..6f09f2cea 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.17.10-SNAPSHOT</version> + <version>1.17.10</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 e9f3369bf..d2d5e50df 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.17.10-SNAPSHOT</version> + <version>1.17.10</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |