diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 13:37:36 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 13:38:09 +0200 |
commit | 9cbd8b73508151b3abe6335cc353277001ec504d (patch) | |
tree | 66192f5c6ad37d69c37658c7cf7bb74306b4b14c /vpp-common/naming-context-impl | |
parent | e8e5e4155df5d21530e4b3e421cffa59f0960d99 (diff) |
Set hc2vpp version back to 1.17.07-SNAPSHOT
Change-Id: I6a0d42009705156b629f1638c3830a84c7e09f1f
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-common/naming-context-impl')
-rw-r--r-- | vpp-common/naming-context-impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-common/naming-context-impl/pom.xml b/vpp-common/naming-context-impl/pom.xml index 92217a4d5..0ee32b53c 100644 --- a/vpp-common/naming-context-impl/pom.xml +++ b/vpp-common/naming-context-impl/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>naming-context-impl</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |