Bump hc2vpp version to 1.17.07-SNAPSHOT 17/6017/2
authorMarek Gradzki <[email protected]>
Fri, 31 Mar 2017 11:46:34 +0000 (13:46 +0200)
committerMarek Gradzki <[email protected]>
Tue, 4 Apr 2017 05:53:54 +0000 (07:53 +0200)
Also bumps honeycomb and vpp dependencies

Change-Id: Ice9863b8afc1895d43b97953ed6d93e739730f5e
Signed-off-by: Marek Gradzki <[email protected]>
63 files changed:
acl/acl-api/pom.xml
acl/acl-impl/pom.xml
acl/pom.xml
common/api-parent/pom.xml
common/hc2vpp-parent/pom.xml
common/impl-parent/pom.xml
common/minimal-distribution-parent/pom.xml
common/pom.xml
dhcp/dhcp-api/asciidoc/Readme.adoc
dhcp/dhcp-api/pom.xml
dhcp/dhcp-impl/pom.xml
dhcp/pom.xml
ioam/api/pom.xml
ioam/impl/pom.xml
ioam/pom.xml
it/api-test/pom.xml
it/pom.xml
l3/api/pom.xml
l3/impl/pom.xml
l3/pom.xml
l3/utils/pom.xml
lisp/api/pom.xml
lisp/lisp2vpp/pom.xml
lisp/pom.xml
nat/asciidoc/Readme.adoc
nat/nat-api/pom.xml
nat/nat2vpp/pom.xml
nat/pom.xml
nat/postman_rest_collection.json
nsh/api/pom.xml
nsh/impl/pom.xml
nsh/pom.xml
packaging/deb/common/prepare.sh
packaging/deb/common/vpp_dependencies
packaging/rpm/rpmbuild.sh
packaging/rpm/version
packaging/rpm/vpp_dependencies
pom.xml
release-notes/pom.xml
routing/pom.xml
routing/routing-api/pom.xml
routing/routing-impl/pom.xml
samples/pom.xml
samples/samples-api/pom.xml
samples/samples-impl/pom.xml
v3po/api/pom.xml
v3po/pom.xml
v3po/v3po2vpp/pom.xml
vpp-classifier/api/pom.xml
vpp-classifier/impl/pom.xml
vpp-classifier/pom.xml
vpp-common/naming-context-api/pom.xml
vpp-common/naming-context-impl/pom.xml
vpp-common/pom.xml
vpp-common/vpp-common-integration/pom.xml
vpp-common/vpp-impl-parent/pom.xml
vpp-common/vpp-translate-test/pom.xml
vpp-common/vpp-translate-utils/pom.xml
vpp-integration/minimal-distribution/pom.xml
vpp-integration/pom.xml
vpp-management/api/pom.xml
vpp-management/impl/pom.xml
vpp-management/pom.xml

index 8c200ce..1898903 100644 (file)
@@ -16,7 +16,7 @@
   <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>
 
@@ -24,7 +24,7 @@
   <groupId>io.fd.hc2vpp.acl</groupId>
   <artifactId>acl-api</artifactId>
   <name>acl-api</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index c524a2d..758dceb 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.acl</groupId>
     <artifactId>acl-impl</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
 
     <properties>
-        <jvpp.acl.version>17.04-SNAPSHOT</jvpp.acl.version>
+        <jvpp.acl.version>17.07-SNAPSHOT</jvpp.acl.version>
     </properties>
 
     <dependencies>
index 14b9e0b..fb0d11e 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>acl-aggregator</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <name>acl-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index f1c899b..0395c0d 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <build>
index e44777e..368d4c7 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>pom</packaging>
 </project>
\ No newline at end of file
index e51413b..f8141ee 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <!-- import dependencies from honeycomb impl-parent  -->
@@ -23,7 +23,7 @@
             <dependency>
                 <groupId>io.fd.honeycomb.common</groupId>
                 <artifactId>impl-parent</artifactId>
-                <version>1.17.04-SNAPSHOT</version>
+                <version>1.17.07-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index ff077ef..1f2a5ad 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
 
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>io.fd.honeycomb.common</groupId>
                 <artifactId>minimal-distribution-parent</artifactId>
-                <version>1.17.04-SNAPSHOT</version>
+                <version>1.17.07-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.17.04-SNAPSHOT</version>
+                            <version>1.17.07-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>minimal-assembly-descriptor</artifactId>
-                            <version>1.17.04-SNAPSHOT</version>
+                            <version>1.17.07-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>
index 26919e9..10750a0 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>hc2vpp-parent</relativePath>
     </parent>
 
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-common-aggregator</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <description>Aggregator for common maven parents providing base configuration for Hc2vpp modules</description>
index 12e3bcd..eb12d27 100644 (file)
@@ -11,4 +11,4 @@ Operational data model is not supported
 * DHCP relay configuration is based on dhcp_proxy_config_2 message API:
   https://git.fd.io/vpp/tree/src/vnet/dhcp/dhcp.api#n48
 * More info regarding functionality provided by VPP can be found
-  at https://docs.fd.io/vpp/17.04/clicmd_src_vnet_dhcp.html#clicmd_set_dhcp_proxy
+  at https://docs.fd.io/vpp/17.07/clicmd_src_vnet_dhcp.html#clicmd_set_dhcp_proxy
index e92df5f..7154511 100644 (file)
@@ -16,7 +16,7 @@
   <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>
 
@@ -24,7 +24,7 @@
   <groupId>io.fd.hc2vpp.dhcp</groupId>
   <artifactId>dhcp-api</artifactId>
   <name>dhcp-api</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 2ede7a5..028b394 100644 (file)
@@ -16,7 +16,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>
 
@@ -24,7 +24,7 @@
     <groupId>io.fd.hc2vpp.dhcp</groupId>
     <artifactId>dhcp-impl</artifactId>
     <name>dhcp-impl</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
             <artifactId>translate-impl</artifactId>
-            <version>1.17.04-SNAPSHOT</version>
+            <version>1.17.07-SNAPSHOT</version>
         </dependency>
 
 
index b9db1b9..953a75b 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>dhcp-aggregator</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <name>dhcp-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 37d24f1..8718778 100644 (file)
@@ -18,7 +18,7 @@
   <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>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 2c061b1..a3f7114 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-impl</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <ioam.version>17.04-SNAPSHOT</ioam.version>
-    <jvpp.version>17.04-SNAPSHOT</jvpp.version>
+    <ioam.version>17.07-SNAPSHOT</ioam.version>
+    <jvpp.version>17.07-SNAPSHOT</jvpp.version>
   </properties>
 
   <dependencies>
index 1bb7037..f7a9ba5 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-aggregator</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index b26c22f..3e9342a 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api-test</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 2b89d23..12c004a 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 265268a..55f1e6d 100644 (file)
     <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>
index d57d0cb..2f5a23f 100644 (file)
@@ -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>
index cc8d886..f2c1d64 100644 (file)
@@ -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>
index 3e9dbc1..580654a 100644 (file)
@@ -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>
index 3be0799..e509dce 100755 (executable)
@@ -18,7 +18,7 @@
     <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.lisp</groupId>
     <artifactId>lisp-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
         <project.translate.groupId>io.fd.honeycomb</project.translate.groupId>
-        <naming.context.version>1.17.04-SNAPSHOT</naming.context.version>
+        <naming.context.version>1.17.07-SNAPSHOT</naming.context.version>
     </properties>
 
     <dependencies>
index 6266306..b7c4c49 100755 (executable)
@@ -19,7 +19,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>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 0fd7c03..51f12c4 100755 (executable)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-aggregator</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index b128233..c2c584c 100644 (file)
@@ -1,7 +1,7 @@
 = SNAT
 
 Support fot VPP's SNAT plugin:
-https://docs.fd.io/vpp/17.04/plugins_snat-plugin_snat.html
+https://docs.fd.io/vpp/17.07/plugins_snat-plugin_snat.html
 
 == Supported features
 
index c29d400..4707cc5 100644 (file)
@@ -17,7 +17,7 @@
   <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.nat</groupId>
   <artifactId>nat-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.17.04-SNAPSHOT</naming.context.version>
+    <naming.context.version>1.17.07-SNAPSHOT</naming.context.version>
   </properties>
 
   <dependencies>
index 4cd4ab6..d3357ad 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.nat</groupId>
     <artifactId>nat2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <honeycomb.infra.version>1.17.04-SNAPSHOT</honeycomb.infra.version>
-        <hc2vpp.common.version>1.17.04-SNAPSHOT</hc2vpp.common.version>
+        <honeycomb.infra.version>1.17.07-SNAPSHOT</honeycomb.infra.version>
+        <hc2vpp.common.version>1.17.07-SNAPSHOT</hc2vpp.common.version>
     </properties>
 
     <dependencies>
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>io.fd.vpp</groupId>
             <artifactId>jvpp-snat</artifactId>
-            <version>17.04-SNAPSHOT</version>
+            <version>17.07-SNAPSHOT</version>
         </dependency>
 
         <!-- Honeycomb infrastructure-->
index 3f24e21..12685a3 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-aggregator</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <name>nat-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 247ff26..80a76d2 100644 (file)
                        "helperAttributes": {},
                        "time": 1487676902330,
                        "name": "Add single address to pool",
-                       "description": "CLI: vppctl snat add address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.04/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
+                       "description": "CLI: vppctl snat add address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
                        "collectionId": "f9258895-49e9-596f-d413-698cbcadfbde",
                        "responses": [],
                        "rawModeData": "{\r\n\t\"external-ip-address-pool\" : {\r\n\t\t\"pool-id\": 2,\r\n\t\t\"external-ip-pool\": \"172.16.2.123/32\"\r\n\t}\r\n}"
                        "helperAttributes": {},
                        "time": 1487678215755,
                        "name": "Delete single address",
-                       "description": "CLI: vppctl snat del address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.04/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
+                       "description": "CLI: vppctl snat del address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
                        "collectionId": "f9258895-49e9-596f-d413-698cbcadfbde",
                        "responses": [],
                        "rawModeData": ""
                        "helperAttributes": {},
                        "time": 1487676498064,
                        "name": "Add SNAT address pool",
-                       "description": "CLI: vppctl snat add address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.04/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
+                       "description": "CLI: vppctl snat add address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
                        "collectionId": "f9258895-49e9-596f-d413-698cbcadfbde",
                        "responses": [],
                        "rawModeData": "{\r\n\t\"external-ip-address-pool\" : {\r\n\t\t\"pool-id\": 1,\r\n\t\t\"external-ip-pool\": \"172.16.2.0/30\"\r\n\t}\r\n}"
                        "helperAttributes": {},
                        "time": 1487678255065,
                        "name": "Delete SNAT address pool",
-                       "description": "CLI: vppctl snat del address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.04/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
+                       "description": "CLI: vppctl snat del address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
                        "collectionId": "f9258895-49e9-596f-d413-698cbcadfbde",
                        "responses": [],
                        "rawModeData": ""
index edc0ef9..190e181 100644 (file)
@@ -18,7 +18,7 @@
   <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>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index beefe37..7a0dd25 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-impl</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
     <dependency>
         <groupId>io.fd.vpp</groupId>
         <artifactId>jvpp-registry</artifactId>
-        <version>17.04-SNAPSHOT</version>
+        <version>17.07-SNAPSHOT</version>
     </dependency>
     <dependency>
         <groupId>io.fd.nsh_sfc</groupId>
         <artifactId>nsh-sfc</artifactId>
-        <version>17.04-SNAPSHOT</version>
+        <version>17.07-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>io.fd.hc2vpp.common</groupId>
index a458481..abee20e 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-aggregator</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 69d5353..c34b570 100755 (executable)
@@ -34,7 +34,7 @@ cp ${SOURCE_DIR}/$3 ${BUILD_DIR}
 cat <<EOT >> ${BUILD_DIR}/debian/changelog
 honeycomb (${VERSION}-${RELEASE}) unstable; urgency=low
 
-  * 17.04 release
+  * 17.07 release
 
  -- mgradzki <[email protected]>  Mon, 23 Feb 2016 09:41:37 +0200
 EOT
index 8c1c216..5eaf6db 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # defines vpp and vpp-plugins dependencies for debian packages
 # using range
-echo "vpp (>= 17.04), vpp (<< 17.07), vpp-plugins (>= 17.04), vpp-plugins (<< 17.07)"
+echo "vpp (>= 17.07), vpp (<< 17.08), vpp-plugins (>= 17.07), vpp-plugins (<< 17.08)"
 # or specific vpp version
-#echo "vpp (= 17.04-rc1), vpp-plugins (= 17.04-rc1)"
+#echo "vpp (= 17.07-rc1), vpp-plugins (= 17.07-rc1)"
index b50beb4..26e3141 100755 (executable)
@@ -3,7 +3,7 @@ set -xe
 DIR=$(dirname $0)
 DIR=$(readlink -f $DIR)
 ZIPDIR=${DIR}/../../vpp-integration/minimal-distribution/target/
-ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.17.04-SNAPSHOT-hc.zip
+ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.17.07-SNAPSHOT-hc.zip
 mkdir -p ${DIR}/SOURCES/
 cp $ZIPFILE ${DIR}/SOURCES/
 cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/
index f0bea45..6c61e2b 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-echo 1.17.04
+echo 1.17.07
index 5090544..b6cd6f9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # defines vpp and vpp-plugins dependencies for rpm packages
 # using range
-echo "vpp >= 17.04, vpp < 17.07, vpp-plugins >= 17.04, vpp-plugins < 17.07"
+echo "vpp >= 17.07, vpp < 17.08, vpp-plugins >= 17.07, vpp-plugins < 17.08"
 # or specific vpp version
-#echo "vpp = 17.04-rc1, vpp-plugins = 17.04-rc1"
+#echo "vpp = 17.07-rc1, vpp-plugins = 17.07-rc1"
diff --git a/pom.xml b/pom.xml
index 5e81b15..a58dcd3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>hc2vpp-aggregator</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <name>hc2vpp</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 4a6b76e..63950ee 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
                 <!-- Attributes below are inlined into resulting documentation,
                 making it much easier when bumping versions -->
                 <project-version>${project.version}</project-version>
-                <project-public-version>17.04</project-public-version>
-                <project-version-in-jira>10601</project-version-in-jira>
+                <project-public-version>17.07</project-public-version>
+                <project-version-in-jira>10701</project-version-in-jira>
                 <project-branch>master</project-branch>
-                <project-vpp-version>17.04</project-vpp-version>
+                <project-vpp-version>17.07</project-vpp-version>
                 <!-- TODO set snapshot version to project-vpp-version after VPP is released-->
-                <!--<project-vpp-snapshot-version>17.04</project-vpp-snapshot-version>-->
-                <project-vpp-snapshot-version>17.04-SNAPSHOT</project-vpp-snapshot-version>
-                <project-snat-version>17.04</project-snat-version>
+                <!--<project-vpp-snapshot-version>17.07</project-vpp-snapshot-version>-->
+                <project-vpp-snapshot-version>17.07-SNAPSHOT</project-vpp-snapshot-version>
+                <project-snat-version>17.07</project-snat-version>
                 <!-- TODO set snapshot version to project-snat-version after VPP is released-->
-                <!--<project-snat-snapshot-version>17.04</project-snat-snapshot-version>-->
-                <project-snat-snapshot-version>17.04-SNAPSHOT</project-snat-snapshot-version>
+                <!--<project-snat-snapshot-version>17.07</project-snat-snapshot-version>-->
+                <project-snat-snapshot-version>17.07-SNAPSHOT</project-snat-snapshot-version>
                 <project-git-web>https://git.fd.io/cgit/hc2vpp/tree</project-git-web>
                 <project-infra-git-web>https://git.fd.io/cgit/honeycomb/tree</project-infra-git-web>
               </attributes>
index 468a2ec..4c68397 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-aggregator</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index ab084b5..4abc2e6 100644 (file)
     <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>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-api</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencyManagement>
index 8812086..32572a8 100644 (file)
     <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>
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-impl</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 1d57450..0715343 100644 (file)
@@ -5,7 +5,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>
     <modelVersion>4.0.0</modelVersion>
index c78dc60..3628915 100644 (file)
@@ -5,7 +5,7 @@
     <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>
     <modelVersion>4.0.0</modelVersion>
@@ -13,7 +13,7 @@
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>samples-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index d4932fd..7066bba 100644 (file)
@@ -5,14 +5,14 @@
     <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>
 
     <artifactId>samples-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api classes generated from yang model -->
index 1eca455..389a9d0 100644 (file)
@@ -17,7 +17,7 @@
   <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>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 405d849..c56cdf5 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-aggregator</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index aa14b42..a36d756 100644 (file)
@@ -19,7 +19,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>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.hc2vpp.v3po</groupId>
     <artifactId>v3po2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 6bd15a5..b06949f 100644 (file)
@@ -21,7 +21,7 @@
     <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>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
     <artifactId>vpp-classifier-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 69c06e3..5b1ddc0 100644 (file)
@@ -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>
 
     <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
     <artifactId>vpp-classifier-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
         <dependency>
             <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
             <artifactId>vpp-classifier-api</artifactId>
-            <version>1.17.04-SNAPSHOT</version>
+            <version>1.17.07-SNAPSHOT</version>
         </dependency>
 
         <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
index f08e2ac..4557be0 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 5e686d4..c695653 100644 (file)
@@ -18,7 +18,7 @@
   <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>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>naming-context-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index e34d95a..0ee32b5 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -27,7 +27,7 @@
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>naming-context-impl</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index cc0c1f8..abba6eb 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-common-aggregator</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index cca821f..a2547df 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>vpp-common-integration</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
 
     <properties>
-        <honeycomb.min.distro.version>1.17.04-SNAPSHOT</honeycomb.min.distro.version>
-        <jvpp.version>17.04-SNAPSHOT</jvpp.version>
+        <honeycomb.min.distro.version>1.17.07-SNAPSHOT</honeycomb.min.distro.version>
+        <jvpp.version>17.07-SNAPSHOT</jvpp.version>
         <hamcrest.version>1.3</hamcrest.version>
     </properties>
 
index 254e2c7..1997027 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-impl-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
-    <jvpp.version>17.04-SNAPSHOT</jvpp.version>
+    <jvpp.version>17.07-SNAPSHOT</jvpp.version>
   </properties>
 
   <dependencyManagement>
index 1276ee5..9a4664b 100644 (file)
     <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-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 08a1c4d..095853f 100644 (file)
     <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-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-utils</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 91af2b8..50f5d58 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <relativePath>../../common/minimal-distribution-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.integration</groupId>
   <artifactId>vpp-integration-distribution</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.07-SNAPSHOT</version>
 
   <properties>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <v3po.version>1.17.04-SNAPSHOT</v3po.version>
-    <lisp.version>1.17.04-SNAPSHOT</lisp.version>
-    <vpp.common.integration.version>1.17.04-SNAPSHOT</vpp.common.integration.version>
-    <vppnsh.version>1.17.04-SNAPSHOT</vppnsh.version>
-    <nat.version>1.17.04-SNAPSHOT</nat.version>
-    <ioam.version>1.17.04-SNAPSHOT</ioam.version>
-    <routing.version>1.17.04-SNAPSHOT</routing.version>
-    <acl.version>1.17.04-SNAPSHOT</acl.version>
-    <dhcp.version>1.17.04-SNAPSHOT</dhcp.version>
-    <vpp.classifier.version>1.17.04-SNAPSHOT</vpp.classifier.version>
-    <l3-impl.version>1.17.04-SNAPSHOT</l3-impl.version>
-    <vpp-management-impl.version>1.17.04-SNAPSHOT</vpp-management-impl.version>
+    <v3po.version>1.17.07-SNAPSHOT</v3po.version>
+    <lisp.version>1.17.07-SNAPSHOT</lisp.version>
+    <vpp.common.integration.version>1.17.07-SNAPSHOT</vpp.common.integration.version>
+    <vppnsh.version>1.17.07-SNAPSHOT</vppnsh.version>
+    <nat.version>1.17.07-SNAPSHOT</nat.version>
+    <ioam.version>1.17.07-SNAPSHOT</ioam.version>
+    <routing.version>1.17.07-SNAPSHOT</routing.version>
+    <acl.version>1.17.07-SNAPSHOT</acl.version>
+    <dhcp.version>1.17.07-SNAPSHOT</dhcp.version>
+    <vpp.classifier.version>1.17.07-SNAPSHOT</vpp.classifier.version>
+    <l3-impl.version>1.17.07-SNAPSHOT</l3-impl.version>
+    <vpp-management-impl.version>1.17.07-SNAPSHOT</vpp-management-impl.version>
 
     <distribution.modules>
       io.fd.hc2vpp.common.integration.VppCommonModule,
index ddfff67..39ebdd1 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.integration</groupId>
     <artifactId>vpp-integration</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description>
index 0337328..8f1159c 100644 (file)
     <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.management</groupId>
     <artifactId>vpp-management-api</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
 </project>
\ No newline at end of file
index da4d8ff..4af0b14 100644 (file)
@@ -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>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-impl</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
index e8f5cc4..1e64c19 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.04-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
@@ -31,7 +31,7 @@
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-aggregator</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.07-SNAPSHOT</version>
     <description>Aggregator for Hc2vpp vpp-management plugin</description>
 
     <modules>