diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-06 16:17:15 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-09-06 16:17:15 +0200 |
commit | ef459f0d69b0b3f57d91c99224606994c20eb508 (patch) | |
tree | 5288d3dc0d9cbd356a917a5f6c1f8796fe274b7f /infra/it | |
parent | 32969dd02d86a78d9fd8847229d929ae17fede34 (diff) |
Bump versions to RC0v1.16.9-RC0
Change-Id: I81bed6b833c9b3319c7b474c8f85fed2c6896db7
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra/it')
-rw-r--r-- | infra/it/it-test/pom.xml | 4 | ||||
-rw-r--r-- | infra/it/pom.xml | 2 | ||||
-rw-r--r-- | infra/it/test-model/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index 194dc5158..877f377dd 100644 --- a/infra/it/it-test/pom.xml +++ b/infra/it/it-test/pom.xml @@ -19,14 +19,14 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC0</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>honeycomb-it-test</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC0</version> <dependencies> <dependency> diff --git a/infra/it/pom.xml b/infra/it/pom.xml index b7e334765..3dcbfef6f 100644 --- a/infra/it/pom.xml +++ b/infra/it/pom.xml @@ -17,7 +17,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-it-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC0</version> <name>honeycomb</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/infra/it/test-model/pom.xml b/infra/it/test-model/pom.xml index 9cf4bd3d7..3478bc8d8 100644 --- a/infra/it/test-model/pom.xml +++ b/infra/it/test-model/pom.xml @@ -17,14 +17,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC0</version> <relativePath>../../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>honeycomb-test-model</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC0</version> <packaging>bundle</packaging> <dependencies> |