diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-26 15:37:23 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-26 15:37:23 +0200 |
commit | 9533be89035b3ef7e53276461efc333d92428e42 (patch) | |
tree | 42853d88730a1a473d65310aec50a3e9402c44e8 /infra/data-api/pom.xml | |
parent | 2ed839f11683e23f15438a278d4afdad8c076a96 (diff) |
Honeycomb 1.18.10 releasev1.18.10
Change-Id: Ie0940b9b761e747b07901c8ebe62a4be3840dee2
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'infra/data-api/pom.xml')
-rw-r--r-- | infra/data-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/data-api/pom.xml b/infra/data-api/pom.xml index e74ed8371..702351503 100644 --- a/infra/data-api/pom.xml +++ b/infra/data-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>data-api</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10</version> <packaging>bundle</packaging> <dependencies> |