summaryrefslogtreecommitdiffstats
path: root/lisp/api
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-04 08:26:57 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-10-04 08:27:24 +0200
commited51dab992b6a03d63ae2096f4736a6ddf449ecf (patch)
treecbab074ac988eda7d2106828975c212179e00c5c /lisp/api
parentbc105e2a717de1a779114354f2fb2cf9f9013567 (diff)
Set hc2vpp version back to 1.17.10-SNAPSHOT
Change-Id: I6fa53750c10dc914794d4d45ebc5fdb881e214c8 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'lisp/api')
-rwxr-xr-xlisp/api/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml
index a22c763d8..adc788484 100755
--- a/lisp/api/pom.xml
+++ b/lisp/api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.10-RC1</version>
+ <version>1.17.10-SNAPSHOT</version>
<relativePath>../../common/api-parent</relativePath>
</parent>
@@ -26,12 +26,12 @@
<groupId>io.fd.hc2vpp.lisp</groupId>
<artifactId>lisp-api</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.10-RC1</version>
+ <version>1.17.10-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
<project.translate.groupId>io.fd.honeycomb</project.translate.groupId>
- <naming.context.version>1.17.10-RC1</naming.context.version>
+ <naming.context.version>1.17.10-SNAPSHOT</naming.context.version>
</properties>
<dependencies>