diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 19:19:58 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-30 07:49:25 +0100 |
commit | 6c7c2536845507d26aac9675a1cdc0aeb286f737 (patch) | |
tree | 52dd112df820efa574db7a335481401c06590eab /infra/it/it-test | |
parent | 192d742f43a0272bfe73613630ccbfc9cb5d09e0 (diff) |
Bump version to 1.17.01 FINALv1.17.01-FINALstable/1701
Change-Id: I143834e5c72a03da8680b5416220e00a8ffbc7d4
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 8a81f85da..aa500de01 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.01-SNAPSHOT</version> + <version>1.17.01</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.01-SNAPSHOT</version> + <version>1.17.01</version> <properties> - <hc.infra.version>1.17.01-SNAPSHOT</hc.infra.version> + <hc.infra.version>1.17.01</hc.infra.version> </properties> <dependencies> |