diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 12:57:30 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 13:13:53 +0200 |
commit | 9f4407b83c7a484d9fba2fec1b4b1fce404f9f9e (patch) | |
tree | 1cf24ae099ada86a0f783ec879f6c9bf4e78e184 /infra/northbound | |
parent | ee55e59f5e1b2b1827bda39e553c5c200373caea (diff) |
Set honeycomb version back to 1.17.07-SNAPSHOT
Change-Id: I49581238280881f128f138b63e854f26998fddee
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 413f5d739..f49da79b6 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-RC2</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-RC2</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 24bb546bd..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-RC2</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-RC2</version> + <version>1.17.07-SNAPSHOT</version> <dependencies> <dependency> diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml index 5eec32df2..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-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |