diff options
author | 2017-04-27 12:01:09 +0200 | |
---|---|---|
committer | 2017-04-27 11:08:57 +0000 | |
commit | 7ff9128452664adb6dfa0501f9208091ed8cbf38 (patch) | |
tree | 6b335ad0af4a67361368154b07b9314d4384991b /infra/data-impl/pom.xml | |
parent | ca63a34cdbeb8816ea89a0b405747ccf0e5fe93d (diff) |
Bump versions for honeycomb to 1.17.04v1.17.04
Change-Id: I702626caba5f74dd1423d882a6b2a6079f22a468
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'infra/data-impl/pom.xml')
-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 568ed49db..93a465748 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.17.04-SNAPSHOT</version> + <version>1.17.04</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.17.04-SNAPSHOT</version> + <version>1.17.04</version> <packaging>bundle</packaging> <dependencies> |