summaryrefslogtreecommitdiffstats
path: root/infra/northbound/restconf/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-01-09 16:47:07 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-01-09 16:47:55 +0100
commit5702c35c57fdf8538bdf3c7bdce1ee8fae8d04ef (patch)
tree9cfa39d7007b37815318fd937fba5906f3975cee /infra/northbound/restconf/pom.xml
parent19d9da5d937332ac61099e09c99eb9ea116219ae (diff)
Set honeycomb version back to 1.18.01-SNAPSHOT
Change-Id: Iabf918a51119cc8e9c840ae8341a5a71bb936bd6 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 9e02119fb..ecff57459 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.18.01-RC1</version>
+ <version>1.18.01-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>restconf</artifactId>
- <version>1.18.01-RC1</version>
+ <version>1.18.01-SNAPSHOT</version>
<properties>
<jersey.version>1.19.1</jersey.version>