diff options
author | 2019-04-18 08:52:56 +0200 | |
---|---|---|
committer | 2019-04-18 08:52:56 +0200 | |
commit | b52cda3fac85067b7eb5e3595dc477d75861f584 (patch) | |
tree | 3e01aad589fe22b3ed1653e62d68fb7e19786578 /infra/it/management | |
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/it/management')
-rw-r--r-- | infra/it/management/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/it/management/pom.xml b/infra/it/management/pom.xml index 61ade2d13..7190482d2 100644 --- a/infra/it/management/pom.xml +++ b/infra/it/management/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> @@ -32,7 +32,7 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>management</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> <dependency> |