summaryrefslogtreecommitdiffstats
path: root/infra/northbound/restconf/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-09 14:07:09 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-04-09 14:07:38 +0200
commit3f674859f51898f278387acfd15f8836537b3ff4 (patch)
tree739e736333f1d82c58d8b2961524ae51f21f9d0e /infra/northbound/restconf/pom.xml
parent4fd0b2f67a9a14b7341acc1339355e2656523b85 (diff)
Honeycomb 1.18.04-RC1v1.18.04-RC1
Change-Id: I11d748f414829419b401a296c4cc58750b799b4d 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 5cf74d23c..d40ee8af1 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.04-SNAPSHOT</version>
+ <version>1.18.04-RC1</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>restconf</artifactId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04-RC1</version>
<properties>
<jersey.version>1.19.1</jersey.version>