diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 17:21:56 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-07 09:56:58 +0200 |
commit | 103323b18a1dbf749d1552c8ba91be3c5b38c892 (patch) | |
tree | 9e6d7f21ece9fcf97fc1da7e59b3c16ce392432e /infra/northbound | |
parent | 5e4470873e7b9580da9496f96d0a782d3de458ba (diff) |
Bump honeycomb version to 1.17.07-RC1 (fixed)v1.17.07-RC1
Honeycomb artifacts are published by honeycomb-merge job.
Current job settings use 'default' choosing-strategy,
which clones most recent commit from target branch.
Therefore honeycomb version should not be set
to snapshot until merge job is finished and artifacts
are available in nexus.
This patch is second attempt to bump honeycomb version
(has the same contents as https://gerrit.fd.io/r/#/c/7453/)
Change-Id: Iabc4431e3f65ff25ba6abeabc0d6c37bbb163963
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/northbound')
-rw-r--r-- | infra/northbound/bgp/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/common/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/pom.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml index c55abc6f2..6aaa18d1e 100644 --- a/infra/northbound/bgp/pom.xml +++ b/infra/northbound/bgp/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>bgp</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <dependencies> <!-- Common northbound configuration --> diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index d8f09022c..8b0e38900 100644 --- a/infra/northbound/common/pom.xml +++ b/infra/northbound/common/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <dependencies> <dependency> diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml index 3ae2859db..427ca4afb 100644 --- a/infra/northbound/pom.xml +++ b/infra/northbound/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>honeycomb-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |