diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 20:40:12 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-05 07:16:57 +0100 |
commit | 1075563ac279866b2aed210d4dac5504af2e2a56 (patch) | |
tree | ae826f68357fc424a12f395e31a360aebcdee909 /lisp/api/pom.xml | |
parent | f85354b24e3b18dfe9ce6cd289b947061f46d5c6 (diff) |
Bump hc2vpp versoin to 17.04
Also updates version of honeycomb dependencies.
Vpp API version bump moved to separate commit due to
issues with jvpp jars.
Change-Id: Id336393b00fe05e8ecee9b547dcfc6a49e1a98ec
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'lisp/api/pom.xml')
-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 0f1a2a1ba..6dc8d41ad 100755 --- a/lisp/api/pom.xml +++ b/lisp/api/pom.xml @@ -18,19 +18,19 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.lisp</groupId> <artifactId>lisp-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <packaging>bundle</packaging> <properties> <project.translate.groupId>io.fd.honeycomb</project.translate.groupId> - <naming.context.version>1.17.01-SNAPSHOT</naming.context.version> + <naming.context.version>1.17.04-SNAPSHOT</naming.context.version> </properties> <dependencies> |