diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-02-15 14:28:56 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-02-15 13:30:03 +0000 |
commit | b69b4688446bdf790a714944c72b8324ba4efce8 (patch) | |
tree | 46cabdde1d38bca9fbe65bf04f67ae64011ae924 /samples/interfaces/mapping | |
parent | 51522c553834b6e8773e91b1561c5838776b5c29 (diff) |
Set Honeycomb version to 1.18.01.2-SNAPSHOT
Change-Id: Ia99ee95a3b53b7d90ee871ad6754053b4524c086
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'samples/interfaces/mapping')
-rw-r--r-- | samples/interfaces/mapping/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml index 7be0025d4..3c7c3f4b6 100644 --- a/samples/interfaces/mapping/pom.xml +++ b/samples/interfaces/mapping/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.01.1</version> + <version>1.18.01.2-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -25,11 +25,11 @@ <groupId>io.fd.honeycomb.samples.interfaces</groupId> <artifactId>interfaces-mapping</artifactId> <name>${project.artifactId}</name> - <version>1.18.01.1</version> + <version>1.18.01.2-SNAPSHOT</version> <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.18.01.1</honeycomb.infra.version> + <honeycomb.infra.version>1.18.01.2-SNAPSHOT</honeycomb.infra.version> <sonar.skip>true</sonar.skip> </properties> |