diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 10:43:18 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 10:43:18 +0200 |
commit | b770a24ae3c8460a836daa10813259335f5dc6c3 (patch) | |
tree | b58520b1b46f799b248f4bf047813fa5d3be3c14 /samples/pom.xml | |
parent | bd028c022c974b3f49e41eba52ed0a574510a524 (diff) |
Honeycomb 1.19.04 releasev1.19.04
Change-Id: I5b684eed325af39b465033c41c4b0334e97398eb
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'samples/pom.xml')
-rw-r--r-- | samples/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/pom.xml b/samples/pom.xml index 8a4db048e..ae0338158 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <relativePath>../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>samples-aggregator</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <description>Aggregator for Honeycomb sample plugins</description> |