diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-03-31 07:16:33 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-03-31 12:44:19 +0200 |
commit | 2abb019fbbd8b5fd201788e6f6a59f71fbc91875 (patch) | |
tree | 74b082b2a8ee8602d0d6c07429d8b1a9c496b180 /infra/test-utils | |
parent | 27bd1b786321fd74be04ca5d44dc198715b0f19b (diff) |
Bump version to 1.17.04-RC1v1.17.04-RC1
Change-Id: I58a8e476622ab902db67b46e32df7a5d40b0643c
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/test-utils')
-rw-r--r-- | infra/test-utils/pom.xml | 2 | ||||
-rw-r--r-- | infra/test-utils/test-api/pom.xml | 2 | ||||
-rw-r--r-- | infra/test-utils/test-tools/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/infra/test-utils/pom.xml b/infra/test-utils/pom.xml index 4d8fcd044..ae53c464c 100644 --- a/infra/test-utils/pom.xml +++ b/infra/test-utils/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04-RC1</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/infra/test-utils/test-api/pom.xml b/infra/test-utils/test-api/pom.xml index 7f95eb71a..a75bc436c 100644 --- a/infra/test-utils/test-api/pom.xml +++ b/infra/test-utils/test-api/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>api-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04-RC1</version> <relativePath>../../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/infra/test-utils/test-tools/pom.xml b/infra/test-utils/test-tools/pom.xml index 80ffca53b..50e88998e 100644 --- a/infra/test-utils/test-tools/pom.xml +++ b/infra/test-utils/test-tools/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04-RC1</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |