diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-31 07:46:30 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-31 07:46:30 +0100 |
commit | d11d6993a9ed30551a7deb72a5e838eb0cc79fd2 (patch) | |
tree | 2dc584fbf4a53c0812b7ab453c2ad89a869ba5a0 /common/yang-whitelist/yang-whitelist-api | |
parent | 2e4e9e29a4577e88f542103c026b1fef55c9cafc (diff) |
Honeycomb 1.18.01 release
Change-Id: Ia137c504e192418dbc3b501fc9dcece1798bd622
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/yang-whitelist/yang-whitelist-api')
-rw-r--r-- | common/yang-whitelist/yang-whitelist-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/yang-whitelist/yang-whitelist-api/pom.xml b/common/yang-whitelist/yang-whitelist-api/pom.xml index b0d0b2db0..119caaaa4 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.01</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.01</version> <packaging>jar</packaging> <name>${project.artifactId}</name> |