diff options
Diffstat (limited to 'nsh-plugin/java')
-rw-r--r-- | nsh-plugin/java/configure.ac | 2 | ||||
-rw-r--r-- | nsh-plugin/java/jvpp/pom.xml | 4 | ||||
-rw-r--r-- | nsh-plugin/java/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
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 @@ <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <version>18.01-SNAPSHOT</version> + <version>18.04-SNAPSHOT</version> <packaging>jar</packaging> <name>nsh-sfc</name> @@ -14,7 +14,7 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>18.01-SNAPSHOT</version> + <version>18.04-SNAPSHOT</version> </dependency> </dependencies> 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 @@ <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <version>18.01-SNAPSHOT</version> + <version>18.04-SNAPSHOT</version> <packaging>jar</packaging> <name>nsh-sfc</name> @@ -18,7 +18,7 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>18.01-SNAPSHOT</version> + <version>18.04-SNAPSHOT</version> </dependency> </dependencies> |