diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-31 07:46:30 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-31 07:46:30 +0100 |
commit | d11d6993a9ed30551a7deb72a5e838eb0cc79fd2 (patch) | |
tree | 2dc584fbf4a53c0812b7ab453c2ad89a869ba5a0 /infra/data-impl | |
parent | 2e4e9e29a4577e88f542103c026b1fef55c9cafc (diff) |
Honeycomb 1.18.01 release
Change-Id: Ia137c504e192418dbc3b501fc9dcece1798bd622
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/data-impl')
-rw-r--r-- | infra/data-impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index 3e7709853..6cb4e8a07 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -28,7 +28,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>data-impl</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01</version> <packaging>bundle</packaging> <dependencies> |