diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 12:46:54 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 12:49:47 +0200 |
commit | ee55e59f5e1b2b1827bda39e553c5c200373caea (patch) | |
tree | de031d16819c63cf78924624a2615af309008c77 /infra/it/it-test | |
parent | a3d562afdd96d4c37fe608af99f364e879ee92b6 (diff) |
Bump honeycomb version to 1.17.07-RC2v1.17.07-RC2
Change-Id: I2d84081238446e35af7d33e2b9944ac34c2b1832
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/it/it-test')
-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 35ee4a54e..6b62bceac 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.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</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.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</version> <properties> - <hc.infra.version>1.17.07-SNAPSHOT</hc.infra.version> + <hc.infra.version>1.17.07-RC2</hc.infra.version> </properties> <dependencies> |