diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-17 13:04:20 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-18 19:58:53 +0200 |
commit | f17ade9a517f342522fe4b8ce83419c18dd93196 (patch) | |
tree | 3c932011e18c225a44a0d33d5d765fe720e4933a /infra/it/it-test/pom.xml | |
parent | 4bf8851d081f56eed9a05a0190ddd762b3f71c86 (diff) |
Honeycomb 1.18.10-RC1v1.18.10-RC1
Change-Id: I31ab13577c78a4ff5f96256cf5d46e333ee3be86
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'infra/it/it-test/pom.xml')
-rw-r--r-- | infra/it/it-test/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index b319c46b6..806cc4c0c 100644 --- a/infra/it/it-test/pom.xml +++ b/infra/it/it-test/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -27,10 +27,10 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>honeycomb-it-test</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <properties> - <hc.infra.version>1.18.10-SNAPSHOT</hc.infra.version> + <hc.infra.version>1.18.10-RC1</hc.infra.version> </properties> <dependencies> |