diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-03 14:33:14 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-03 14:33:14 +0200 |
commit | e640cd3f5fb4a54947a9a1104646988b710624f5 (patch) | |
tree | ba77e04cfa92316473b104cdace91c2a3a4298b8 /infra/northbound | |
parent | 3a802b928c49e95b2b56c2f9721c1adc15fcf8d8 (diff) |
Bump honeycomb version to 1.18.01-SNAPSHOT
Change-Id: I64bcd7e45da5d7431ba436ff6ad1ac62cd1d1051
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/netconf/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/pom.xml | 2 | ||||
-rw-r--r-- | infra/northbound/restconf/pom.xml | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml index ac5a46c33..1a18e7c69 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.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>bgp</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <dependencies> <!-- Common northbound configuration --> diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index d676295b4..7de205e90 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.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <dependencies> <dependency> diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml index 0e9cf53bb..1d42e25fe 100644 --- a/infra/northbound/netconf/pom.xml +++ b/infra/northbound/netconf/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.17.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>netconf</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <properties> <yang.modules.whitelist> diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml index 3f6586ca3..d0fe161d8 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.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml index 49e5a9013..3f3d9e6c5 100644 --- a/infra/northbound/restconf/pom.xml +++ b/infra/northbound/restconf/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.17.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>restconf</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <properties> <jersey.version>1.19.1</jersey.version> |