aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/java
diff options
context:
space:
mode:
Diffstat (limited to 'nsh-plugin/java')
-rw-r--r--nsh-plugin/java/configure.ac2
-rw-r--r--nsh-plugin/java/jvpp/pom.xml4
-rw-r--r--nsh-plugin/java/jvpp/test/JVppNshTest.java2
-rw-r--r--nsh-plugin/java/pom.xml4
4 files changed, 6 insertions, 6 deletions
diff --git a/nsh-plugin/java/configure.ac b/nsh-plugin/java/configure.ac
index 475fee4..c43ff90 100644
--- a/nsh-plugin/java/configure.ac
+++ b/nsh-plugin/java/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(nsh-japi, 17.10)
+AC_INIT(nsh-japi, 18.01)
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 1165a95..debe833 100644
--- a/nsh-plugin/java/jvpp/pom.xml
+++ b/nsh-plugin/java/jvpp/pom.xml
@@ -4,7 +4,7 @@
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
- <version>17.10-SNAPSHOT</version>
+ <version>18.01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>nsh-sfc</name>
@@ -14,7 +14,7 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-registry</artifactId>
- <version>17.10-SNAPSHOT</version>
+ <version>18.01-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/nsh-plugin/java/jvpp/test/JVppNshTest.java b/nsh-plugin/java/jvpp/test/JVppNshTest.java
index 9cda316..a7d38ad 100644
--- a/nsh-plugin/java/jvpp/test/JVppNshTest.java
+++ b/nsh-plugin/java/jvpp/test/JVppNshTest.java
@@ -33,7 +33,7 @@ import io.fd.vpp.jvpp.nsh.*;
*/
public class JVppNshTest {
- static class TestCallback implements NshAddDelEntryCallback, NshEntryCallback {
+ static class TestCallback implements NshAddDelEntryReplyCallback, NshEntryDetailsCallback {
@Override
public void onNshAddDelEntryReply(final NshAddDelEntryReply msg) {
diff --git a/nsh-plugin/java/pom.xml b/nsh-plugin/java/pom.xml
index db6cd8d..94466af 100644
--- a/nsh-plugin/java/pom.xml
+++ b/nsh-plugin/java/pom.xml
@@ -4,7 +4,7 @@
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
- <version>17.10-SNAPSHOT</version>
+ <version>18.01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>nsh-sfc</name>
@@ -18,7 +18,7 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-registry</artifactId>
- <version>17.10-SNAPSHOT</version>
+ <version>18.01-SNAPSHOT</version>
</dependency>
</dependencies>