diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/acl-plugin/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/ioam-plugin/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/snat-plugin/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/acl-plugin/Makefile.am b/plugins/acl-plugin/Makefile.am index 83852d0e6cc..798a32bb8a0 100644 --- a/plugins/acl-plugin/Makefile.am +++ b/plugins/acl-plugin/Makefile.am @@ -68,7 +68,7 @@ install-data-hook: # Java code generation # jvpp_registry_root = ../../vpp-api/java -jvpp_registry_version = 17.01 +jvpp_registry_version = 17.04 jacl_jarfile = jvpp-acl-$(PACKAGE_VERSION).jar jvpp_package_dir = io/fd/vpp/jvpp/acl jvpp_root = acl/jvpp diff --git a/plugins/ioam-plugin/Makefile.am b/plugins/ioam-plugin/Makefile.am index 9a87767518e..b00b088c0b1 100644 --- a/plugins/ioam-plugin/Makefile.am +++ b/plugins/ioam-plugin/Makefile.am @@ -194,7 +194,7 @@ install-data-hook: # Java code generation # jvpp_registry_root = ../../vpp-api/java -jvpp_registry_version = 17.01 +jvpp_registry_version = 17.04 jioam_trace_jarfile = jvpp-ioam-trace-$(PACKAGE_VERSION).jar jvpp_trace_package_dir = io/fd/vpp/jvpp/ioamtrace jvpp_root = ioam/jvpp diff --git a/plugins/snat-plugin/Makefile.am b/plugins/snat-plugin/Makefile.am index 48dcc3a8385..e1922eb0a8d 100644 --- a/plugins/snat-plugin/Makefile.am +++ b/plugins/snat-plugin/Makefile.am @@ -63,7 +63,7 @@ install-data-hook: # Java code generation # jvpp_registry_root = ../../vpp-api/java -jvpp_registry_version = 17.01 +jvpp_registry_version = 17.04 jsnat_jarfile = jvpp-snat-$(PACKAGE_VERSION).jar jvpp_package_dir = io/fd/vpp/jvpp/snat jvpp_root = snat/jvpp |