summaryrefslogtreecommitdiffstats
path: root/infra/northbound/restconf/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-19 08:19:27 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-10-19 08:19:48 +0200
commit9aadab88a23729bb1fee1d4b4bcde3e4612c2adf (patch)
treeb0c8814a8bc210a59b392d379fe0b34089671001 /infra/northbound/restconf/pom.xml
parentc695a84f379f73352f9142754632e473a3624788 (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.xml4
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>