diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-18 08:52:56 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-18 08:52:56 +0200 |
commit | b52cda3fac85067b7eb5e3595dc477d75861f584 (patch) | |
tree | 3e01aad589fe22b3ed1653e62d68fb7e19786578 /infra/test-utils | |
parent | a7a8f9822082e533096e5bdecc531cbaea0f3931 (diff) |
Bump honeycomb version to 1.19.08-SNAPSHOT
Change-Id: I25443928980cbce5b2cdc98f2c6bce7d825bd313
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 549c08adb..ec6c619fd 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.19.04-SNAPSHOT</version> + <version>1.19.08-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 16b45d5e5..37b21d875 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.19.04-SNAPSHOT</version> + <version>1.19.08-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 5a32c1ea8..f8efe3ca7 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.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |