diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-09 16:50:59 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-09 16:50:59 +0100 |
commit | 409070ff7bc87ff47097331cf32d9487832ca17c (patch) | |
tree | 288076777ece3e500637fe7120f9ddfd80fffe4c /common/yang-whitelist | |
parent | 61017bc613c12739792fb90ce901d57e6c704ff0 (diff) |
Bump honeycomb version to 1.18.04-SNAPSHOT
Change-Id: Idb0fec8ab45ec76431ab6d05d70a61eee1929628
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/yang-whitelist')
-rw-r--r-- | common/yang-whitelist/pom.xml | 2 | ||||
-rw-r--r-- | common/yang-whitelist/yang-whitelist-api/pom.xml | 4 | ||||
-rw-r--r-- | common/yang-whitelist/yang-whitelist-impl/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/common/yang-whitelist/pom.xml b/common/yang-whitelist/pom.xml index 9bf498bcb..a390e46d8 100644 --- a/common/yang-whitelist/pom.xml +++ b/common/yang-whitelist/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> diff --git a/common/yang-whitelist/yang-whitelist-api/pom.xml b/common/yang-whitelist/yang-whitelist-api/pom.xml index b0d0b2db0..e6d2b3c58 100644 --- a/common/yang-whitelist/yang-whitelist-api/pom.xml +++ b/common/yang-whitelist/yang-whitelist-api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>../../honeycomb-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-api</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.04-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> diff --git a/common/yang-whitelist/yang-whitelist-impl/pom.xml b/common/yang-whitelist/yang-whitelist-impl/pom.xml index 518dacc54..cabed2873 100644 --- a/common/yang-whitelist/yang-whitelist-impl/pom.xml +++ b/common/yang-whitelist/yang-whitelist-impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>../../honeycomb-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-impl</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.04-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> |