diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-17 13:09:30 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-18 20:00:38 +0200 |
commit | 40c00e4ec98b88c3b52170cf8b108e05e2e14cdd (patch) | |
tree | f082b2163835d24837d57fdf56b82f73037ee324 /infra/northbound/netconf/pom.xml | |
parent | f17ade9a517f342522fe4b8ce83419c18dd93196 (diff) |
Set Honeycomb version back to 1.18.10-SNAPSHOT
Change-Id: Icd61765bdcbc96feaf71f899158923762bb9e0ce
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'infra/northbound/netconf/pom.xml')
-rw-r--r-- | infra/northbound/netconf/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml index ab54e5e98..6b0af0c7f 100644 --- a/infra/northbound/netconf/pom.xml +++ b/infra/northbound/netconf/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.10-RC1</version> + <version>1.18.10-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>netconf</artifactId> - <version>1.18.10-RC1</version> + <version>1.18.10-SNAPSHOT</version> <name>${project.artifactId}</name> <properties> |