diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-09 16:43:43 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-09 16:43:43 +0100 |
commit | 19d9da5d937332ac61099e09c99eb9ea116219ae (patch) | |
tree | 8fae6e387b33fc0a2021310062c93365b26d4dcc /infra/it/test-model | |
parent | e1050fc83417c986eaeed3b50d5b01eaed0530bd (diff) |
Bump honeycomb version to 1.18.01-RC1v1.18.01-RC1
Change-Id: I1a3a7373206af1951b5a6fbdcba7942d9ceebec2
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/it/test-model')
-rw-r--r-- | infra/it/test-model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/it/test-model/pom.xml b/infra/it/test-model/pom.xml index 13947a55f..5eba502e7 100644 --- a/infra/it/test-model/pom.xml +++ b/infra/it/test-model/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <relativePath>../../../common/api-parent</relativePath> </parent> @@ -25,7 +25,7 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>honeycomb-test-model</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <packaging>bundle</packaging> <dependencies> |