diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-08-19 12:20:33 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-19 12:50:00 +0200 |
commit | 31f01fcfadf8707aefe6bf3a09daf570ce248fc5 (patch) | |
tree | 6222e198d5f4ea5eb32ee0defdf7e5a29f0b45e0 /samples/interfaces | |
parent | 3341ac467cc08ac95f937945c7502ac4a019d805 (diff) |
HONEYCOMB-18 Fixing comments from reviews
Change-Id: Ic0565d601d13b5f50ec3c714a43600e32a7e456b
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'samples/interfaces')
-rw-r--r-- | samples/interfaces/mapping/pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml index 5cd903acd..d5f6b07ad 100644 --- a/samples/interfaces/mapping/pom.xml +++ b/samples/interfaces/mapping/pom.xml @@ -30,6 +30,7 @@ <properties> <guice.version>4.1.0</guice.version> <guice.config.version>1.2.0</guice.config.version> + <honeycomb.infra.version>1.0.0-SNAPSHOT</honeycomb.infra.version> </properties> <dependencies> @@ -58,22 +59,22 @@ <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-impl</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>${honeycomb.infra.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>${honeycomb.infra.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>${honeycomb.infra.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>cfg-init</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>${honeycomb.infra.version}</version> </dependency> </dependencies> </project> |