summaryrefslogtreecommitdiffstats
path: root/infra/northbound/restconf/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-03 14:21:38 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-10-19 07:46:12 +0200
commitc695a84f379f73352f9142754632e473a3624788 (patch)
tree88d9d29a592bef94bcfe0b452000a53b3d615d1b /infra/northbound/restconf/pom.xml
parentd893224d0a3727d66253031ebb892c287df0ed8a (diff)
Bump honeycomb version to 1.17.10-RC2v1.17.10-RC2
Change-Id: I12d4756d471231bcda5e7ebc0769d46fd6948db7 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 49e5a9013..0deed1f30 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-SNAPSHOT</version>
+ <version>1.17.10-RC2</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-SNAPSHOT</version>
+ <version>1.17.10-RC2</version>
<properties>
<jersey.version>1.19.1</jersey.version>