diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 17:42:59 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-07 10:09:36 +0200 |
commit | 379679d04913c2c779847016508f54e912a80ed2 (patch) | |
tree | e818c7ef38048fd08376f9897287b65569d9d647 /infra/northbound | |
parent | 103323b18a1dbf749d1552c8ba91be3c5b38c892 (diff) |
Set honeycomb version back to 1.17.07-SNAPSHOT (fixed)
Second attempt to bump version back to SNAPSHOT.
Cannot be submitted before merge job for
https://gerrit.fd.io/r/#/c/7476/
is finished.
Change-Id: Id9a143b6d7774aaabc3aaad7168eb424fbda0a85
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 6aaa18d1e..c55abc6f2 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-RC1</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>bgp</artifactId> - <version>1.17.07-RC1</version> + <version>1.17.07-SNAPSHOT</version> <dependencies> <!-- Common northbound configuration --> diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index 8b0e38900..d8f09022c 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-RC1</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> - <version>1.17.07-RC1</version> + <version>1.17.07-SNAPSHOT</version> <dependencies> <dependency> diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml index 427ca4afb..3ae2859db 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-RC1</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |