diff options
author | 2018-02-15 14:03:40 +0100 | |
---|---|---|
committer | 2018-02-15 14:03:40 +0100 | |
commit | d3da66038e055b3782cf681492c717aa75d608ce (patch) | |
tree | c785b6f6e2dac7f8d0eed64bd46b34fc28dc40f7 /vpp-common/naming-context-impl | |
parent | 8f7b2575f3482f7f202aa63a221d9280cfb0bce3 (diff) |
Hc2vpp 1.18.01.1 release
Change-Id: I71bbac3844e59f70f25c500ae9a8a93a488c0d58
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 ed9e688ee..344f26427 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.18.01.1-SNAPSHOT</version> + <version>1.18.01.1</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.18.01.1-SNAPSHOT</version> + <version>1.18.01.1</version> <packaging>bundle</packaging> <dependencies> |