diff options
author | jsrnicek <jsrnicek@cisco.com> | 2017-04-27 12:01:09 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-04-27 11:08:57 +0000 |
commit | 7ff9128452664adb6dfa0501f9208091ed8cbf38 (patch) | |
tree | 6b335ad0af4a67361368154b07b9314d4384991b /samples/interfaces/mapping/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 'samples/interfaces/mapping/pom.xml')
-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 9043ea46b..885c077a4 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.17.04-SNAPSHOT</version> + <version>1.17.04</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.17.04-SNAPSHOT</version> + <version>1.17.04</version> <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.17.04-SNAPSHOT</honeycomb.infra.version> + <honeycomb.infra.version>1.17.04</honeycomb.infra.version> <sonar.skip>true</sonar.skip> </properties> |