diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2016-08-31 14:56:04 +0200 |
---|---|---|
committer | Jan Srnicek <jsrnicek@cisco.com> | 2016-08-31 14:58:39 +0200 |
commit | 01f5f2ee537f3d6953b1517c9656f9fc589c5e37 (patch) | |
tree | e1093d02087860284dfdea05ee178329cc6efcd8 /vpp-common/minimal-distribution | |
parent | e578902cbb9e1fac69c3aa824046bf17d7a32c61 (diff) |
Bump jvpp version used to 16.12
Change-Id: Ie776cc9436aea510a1eef10ba6b6c8ed3a8afc08
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'vpp-common/minimal-distribution')
-rw-r--r-- | vpp-common/minimal-distribution/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-common/minimal-distribution/pom.xml b/vpp-common/minimal-distribution/pom.xml index ad0a1bef6..f4485d6d2 100644 --- a/vpp-common/minimal-distribution/pom.xml +++ b/vpp-common/minimal-distribution/pom.xml @@ -74,12 +74,12 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.12-SNAPSHOT</version> </dependency> <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-core</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.12-SNAPSHOT</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> |