summaryrefslogtreecommitdiffstats
path: root/l3
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-03-31 13:46:34 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-04-04 07:53:54 +0200
commitc55507d9a61bb5595d2b594c9b01aecdb31cd182 (patch)
tree441b3640208b4c347566c719bc8a8a7a67cd8025 /l3
parentb9e4c4b1d3455201d33248739bba01c7373c2c9f (diff)
Bump hc2vpp version to 1.17.07-SNAPSHOT
Also bumps honeycomb and vpp dependencies Change-Id: Ice9863b8afc1895d43b97953ed6d93e739730f5e Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'l3')
-rw-r--r--l3/api/pom.xml4
-rw-r--r--l3/impl/pom.xml4
-rw-r--r--l3/pom.xml2
-rw-r--r--l3/utils/pom.xml4
4 files changed, 7 insertions, 7 deletions
diff --git a/l3/api/pom.xml b/l3/api/pom.xml
index 265268aaa..55f1e6d08 100644
--- a/l3/api/pom.xml
+++ b/l3/api/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../../common/api-parent</relativePath>
</parent>
<groupId>io.fd.hc2vpp.l3</groupId>
<artifactId>l3-api</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/l3/impl/pom.xml b/l3/impl/pom.xml
index d57d0cb94..2f5a23f27 100644
--- a/l3/impl/pom.xml
+++ b/l3/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-impl-parent</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../../vpp-common/vpp-impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.hc2vpp.l3</groupId>
<artifactId>l3-impl</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/l3/pom.xml b/l3/pom.xml
index cc8d88670..f2c1d64f6 100644
--- a/l3/pom.xml
+++ b/l3/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>hc2vpp-parent</artifactId>
<groupId>io.fd.hc2vpp.common</groupId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/l3/utils/pom.xml b/l3/utils/pom.xml
index 3e9dbc196..580654a1a 100644
--- a/l3/utils/pom.xml
+++ b/l3/utils/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-impl-parent</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../../vpp-common/vpp-impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.hc2vpp.l3</groupId>
<artifactId>l3-utils</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<dependencies>
<dependency>