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 /common/common-scripts | |
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 'common/common-scripts')
-rw-r--r-- | common/common-scripts/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index 78768741e..cc78e816c 100644 --- a/common/common-scripts/pom.xml +++ b/common/common-scripts/pom.xml @@ -22,7 +22,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> <name>${project.artifactId}</name> - <version>1.17.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -97,7 +97,7 @@ <dependency> <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-impl</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> </dependency> </dependencies> |