diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 19:34:10 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 19:34:10 +0100 |
commit | 206c01ce770cc469c25a9f3dbc1bff58881b3e81 (patch) | |
tree | 85f60f771e1c0e997987bfe02a64b44be840a006 /infra/it | |
parent | b0c2350c915238785e641d18d63a9bf74bb326c8 (diff) |
Set honeycomb version back to SNAPSHOT
Change-Id: I518b7594eb13040a47f100199ff75f342c054390
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/it')
-rw-r--r-- | infra/it/benchmark/pom.xml | 4 | ||||
-rw-r--r-- | infra/it/it-test/pom.xml | 6 | ||||
-rw-r--r-- | infra/it/pom.xml | 4 | ||||
-rw-r--r-- | infra/it/test-model/pom.xml | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml index 8cb8a6ca3..8f9eabc56 100644 --- a/infra/it/benchmark/pom.xml +++ b/infra/it/benchmark/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>benchmark</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index 4725d1be2..8a81f85da 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-RC1</version> + <version>1.17.01-SNAPSHOT</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-RC1</version> + <version>1.17.01-SNAPSHOT</version> <properties> - <hc.infra.version>1.17.01-RC1</hc.infra.version> + <hc.infra.version>1.17.01-SNAPSHOT</hc.infra.version> </properties> <dependencies> diff --git a/infra/it/pom.xml b/infra/it/pom.xml index d583f9101..a520ca793 100644 --- a/infra/it/pom.xml +++ b/infra/it/pom.xml @@ -18,13 +18,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb.it</groupId> <artifactId>honeycomb-it-aggregator</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <name>honeycomb-it</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 a46644b29..1c5382c8a 100644 --- a/infra/it/test-model/pom.xml +++ b/infra/it/test-model/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../../common/api-parent</relativePath> </parent> @@ -25,7 +25,7 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>honeycomb-test-model</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |