diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-12-07 08:56:02 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-12-07 10:01:10 +0100 |
commit | 8be1783be737e79fbcb7e4377b920959cf1f7198 (patch) | |
tree | 5f183e23e7943eb88e824d705174f1c9dac9b02d /infra/data-api/pom.xml | |
parent | c70fcc07dd643654f8c436c5ea4ff8d81bf51603 (diff) |
Set honeycomb version to 17.01 to allign with vpp release
Change-Id: I47f37a60f276928672fc2bd53e948641d9278014
Signed-off-by: Marek Gradzki <mgradzki@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 eb615a8d1..c3d6f45b5 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.16.12-SNAPSHOT</version> + <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |