diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-19 08:19:27 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-19 08:19:48 +0200 |
commit | 9aadab88a23729bb1fee1d4b4bcde3e4612c2adf (patch) | |
tree | b0c8814a8bc210a59b392d379fe0b34089671001 /infra/northbound/restconf/pom.xml | |
parent | c695a84f379f73352f9142754632e473a3624788 (diff) |
Set honeycomb version back to 1.17.10-SNAPSHOT
Change-Id: I4b8b855e8a028ec230a9bf4b23266e4f1a7a3ea0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/northbound/restconf/pom.xml')
-rw-r--r-- | infra/northbound/restconf/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml index 0deed1f30..49e5a9013 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-RC2</version> + <version>1.17.10-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-RC2</version> + <version>1.17.10-SNAPSHOT</version> <properties> <jersey.version>1.19.1</jersey.version> |