diff options
Diffstat (limited to 'nsh-plugin/java/pom.xml')
-rw-r--r-- | nsh-plugin/java/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsh-plugin/java/pom.xml b/nsh-plugin/java/pom.xml index a27a242..89758c2 100644 --- a/nsh-plugin/java/pom.xml +++ b/nsh-plugin/java/pom.xml @@ -53,7 +53,7 @@ <arg value="${runtime_classpath}"/> <arg value="-d"/> <arg value="${basedir}"/> - <arg value="org.openvpp.jvpp.nsh.JVppNshImpl"/> + <arg value="io.fd.vpp.jvpp.nsh.JVppNshImpl"/> </exec> </target> </configuration> |