From a0d8a8557fe7d405f45dda1bb844e7363bd677c8 Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Tue, 9 Jan 2018 18:53:51 +0800 Subject: Bump master's JVPP version to 18.04 Change-Id: Ia510f593ad5c706aa53611c96b00f3c5d33f0547 Signed-off-by: Hongjun Ni --- nsh-plugin/configure.ac | 2 +- nsh-plugin/java/configure.ac | 2 +- nsh-plugin/java/jvpp/pom.xml | 4 ++-- nsh-plugin/java/pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nsh-plugin/configure.ac b/nsh-plugin/configure.ac index 7cb23d5..0557b01 100644 --- a/nsh-plugin/configure.ac +++ b/nsh-plugin/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(nsh_plugin, 18.01) +AC_INIT(nsh_plugin, 18.04) AM_INIT_AUTOMAKE AC_PROG_LIBTOOL diff --git a/nsh-plugin/java/configure.ac b/nsh-plugin/java/configure.ac index c43ff90..0a0a581 100644 --- a/nsh-plugin/java/configure.ac +++ b/nsh-plugin/java/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(nsh-japi, 18.01) +AC_INIT(nsh-japi, 18.04) LT_INIT AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE diff --git a/nsh-plugin/java/jvpp/pom.xml b/nsh-plugin/java/jvpp/pom.xml index debe833..f6229d7 100644 --- a/nsh-plugin/java/jvpp/pom.xml +++ b/nsh-plugin/java/jvpp/pom.xml @@ -4,7 +4,7 @@ io.fd.nsh_sfc nsh-sfc - 18.01-SNAPSHOT + 18.04-SNAPSHOT jar nsh-sfc @@ -14,7 +14,7 @@ io.fd.vpp jvpp-registry - 18.01-SNAPSHOT + 18.04-SNAPSHOT diff --git a/nsh-plugin/java/pom.xml b/nsh-plugin/java/pom.xml index 94466af..8e913c8 100644 --- a/nsh-plugin/java/pom.xml +++ b/nsh-plugin/java/pom.xml @@ -4,7 +4,7 @@ io.fd.nsh_sfc nsh-sfc - 18.01-SNAPSHOT + 18.04-SNAPSHOT jar nsh-sfc @@ -18,7 +18,7 @@ io.fd.vpp jvpp-registry - 18.01-SNAPSHOT + 18.04-SNAPSHOT -- cgit 1.2.3-korg