aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2017-08-27 07:42:49 +0800
committerHongjun Ni <hongjun.ni@intel.com>2017-08-27 14:44:04 +0800
commitfa9f5a2c9f4808ea10b978d6a36c468731798343 (patch)
tree441e46cc5f2c257c61569dc7155ac18bc992fe72
parent4cefc99fb807c68e5e2a2a7cf2b9458faad5fa22 (diff)
bump nsh_sfc jar to 17.10
Change-Id: I90bd712d6391b3525c77820e4be16970a88ec29b Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
-rw-r--r--nsh-plugin/configure.ac2
-rw-r--r--nsh-plugin/java/configure.ac2
-rw-r--r--nsh-plugin/java/jvpp/pom.xml4
-rw-r--r--nsh-plugin/java/pom.xml4
4 files changed, 6 insertions, 6 deletions
diff --git a/nsh-plugin/configure.ac b/nsh-plugin/configure.ac
index f33f520..a43a51d 100644
--- a/nsh-plugin/configure.ac
+++ b/nsh-plugin/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(nsh_plugin, 17.07)
+AC_INIT(nsh_plugin, 17.10)
AM_INIT_AUTOMAKE
AC_PROG_LIBTOOL
diff --git a/nsh-plugin/java/configure.ac b/nsh-plugin/java/configure.ac
index c541533..475fee4 100644
--- a/nsh-plugin/java/configure.ac
+++ b/nsh-plugin/java/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(nsh-japi, 17.07)
+AC_INIT(nsh-japi, 17.10)
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 bc39fe4..1165a95 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.07-SNAPSHOT</version>
+ <version>17.10-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.07-SNAPSHOT</version>
+ <version>17.10-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/nsh-plugin/java/pom.xml b/nsh-plugin/java/pom.xml
index 9074400..db6cd8d 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.07-SNAPSHOT</version>
+ <version>17.10-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.07-SNAPSHOT</version>
+ <version>17.10-SNAPSHOT</version>
</dependency>
</dependencies>