diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-31 07:49:17 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-31 07:49:17 +0100 |
commit | 12e61e2819781c96176f36bf56ba459aa58d1cb9 (patch) | |
tree | 7e5a1279ed46675780805e62cad154a76ec260a3 /samples/interfaces/pom.xml | |
parent | d11d6993a9ed30551a7deb72a5e838eb0cc79fd2 (diff) |
Set Honeycomb version to 1.18.01.1-SNAPSHOT
Change-Id: I4ac50ddc92e66d3c9a1d4786ec22f028ef9856bd
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'samples/interfaces/pom.xml')
-rw-r--r-- | samples/interfaces/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml index 646ba48ee..2412042df 100644 --- a/samples/interfaces/pom.xml +++ b/samples/interfaces/pom.xml @@ -18,13 +18,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.01</version> + <version>1.18.01.1-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb.samples.interfaces</groupId> <artifactId>interfaces-aggregator</artifactId> - <version>1.18.01</version> + <version>1.18.01.1-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |