diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 18:56:02 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-07 13:19:28 +0000 |
commit | 229c301e0813cf83a20ca720fc5e213d7a4f2d44 (patch) | |
tree | 526f95b1bd960958aaeccad52638479f9ebbd495 /lisp/api | |
parent | bf7a5fd6d197a64850cc8b3a7b32d1479572cd18 (diff) |
Set hc2vpp version back to 1.17.07-SNAPSHOT
Change-Id: Iba9ed317babd87cf2ed8b1b0a047c43007b93eb3
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'lisp/api')
-rwxr-xr-x | lisp/api/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml index f2eda2bb0..394857820 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.07-RC1</version> + <version>1.17.07-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.07-RC1</version> + <version>1.17.07-SNAPSHOT</version> <packaging>bundle</packaging> <properties> <project.translate.groupId>io.fd.honeycomb</project.translate.groupId> - <naming.context.version>1.17.07-RC1</naming.context.version> + <naming.context.version>1.17.07-SNAPSHOT</naming.context.version> </properties> <dependencies> |