Bump hc2vpp version to 1.17.10-SNAPSHOT 62/7462/1
authorMarek Gradzki <[email protected]>
Thu, 6 Jul 2017 17:00:11 +0000 (19:00 +0200)
committerMarek Gradzki <[email protected]>
Thu, 6 Jul 2017 17:10:18 +0000 (19:10 +0200)
Change-Id: I744c3bc4962295b307b718764adb14035ee13d1d
Signed-off-by: Marek Gradzki <[email protected]>
64 files changed:
acl/acl-api/pom.xml
acl/acl-impl/pom.xml
acl/pom.xml
bgp/inet/pom.xml
bgp/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/pom.xml
dhcp/dhcp-impl/pom.xml
dhcp/pom.xml
interface-role/api/pom.xml
interface-role/impl/pom.xml
interface-role/pom.xml
ioam/api/pom.xml
ioam/impl/pom.xml
ioam/pom.xml
it/api-coverage/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/nat-api/pom.xml
nat/nat2vpp/pom.xml
nat/pom.xml
nsh/api/pom.xml
nsh/impl/pom.xml
nsh/pom.xml
packaging/deb/common/prepare.sh
packaging/rpm/rpmbuild.sh
packaging/rpm/version
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 87068cc..56e3abe 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 18d1eb9..4f9ba6d 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <properties>
         <jvpp.acl.version>17.07-SNAPSHOT</jvpp.acl.version>
index fb0d11e..0667bf1 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>acl-aggregator</artifactId>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>acl-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index a570d09..c2ab06b 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -13,7 +13,7 @@
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-inet</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index a534d25..27519b0 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-aggregator</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 15d5509..eb19734 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <build>
index 368d4c7..b6b9e1c 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>pom</packaging>
 </project>
\ No newline at end of file
index 2d99842..e40bebd 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+                <version>1.17.10-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 00aac67..f9ba54a 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+                <version>1.17.10-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.17.07-SNAPSHOT</version>
+                            <version>1.17.10-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>minimal-assembly-descriptor</artifactId>
-                            <version>1.17.07-SNAPSHOT</version>
+                            <version>1.17.10-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>
index 10750a0..384c4c1 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>hc2vpp-parent</relativePath>
     </parent>
 
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-common-aggregator</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <description>Aggregator for common maven parents providing base configuration for Hc2vpp modules</description>
index 7154511..31758b2 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 028b394..f2af59f 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
             <artifactId>translate-impl</artifactId>
-            <version>1.17.07-SNAPSHOT</version>
+            <version>1.17.10-SNAPSHOT</version>
         </dependency>
 
 
index 953a75b..8519b5c 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>dhcp-aggregator</artifactId>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>dhcp-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 84c3959..67a2f17 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>api</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 5f3e959..651eb58 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>impl</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 9493d91..1cb08c1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
@@ -14,7 +14,7 @@
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>interface-role-aggregator</artifactId>
     <packaging>pom</packaging>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <modules>
index 8718778..75bf73c 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index e1f8ce2..f359e5b 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-impl</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index f7a9ba5..4174c8e 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-aggregator</artifactId>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 4c939ff..0ec8b52 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.it</groupId>
     <artifactId>api-coverage</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index accd8cf..d3d77d1 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api-test</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 998d29c..ce894eb 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 55f1e6d..cee3dc2 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 2f5a23f..77b52e5 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index f2c1d64..eeadc1f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <packaging>pom</packaging>
index 580654a..b11ae45 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 3948578..adc7884 100755 (executable)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
         <project.translate.groupId>io.fd.honeycomb</project.translate.groupId>
-        <naming.context.version>1.17.07-SNAPSHOT</naming.context.version>
+        <naming.context.version>1.17.10-SNAPSHOT</naming.context.version>
     </properties>
 
     <dependencies>
index f9a3661..1fd64de 100755 (executable)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 51f12c4..c1b384b 100755 (executable)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-aggregator</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index d5aa27b..4477c61 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.17.07-SNAPSHOT</naming.context.version>
+    <naming.context.version>1.17.10-SNAPSHOT</naming.context.version>
   </properties>
 
   <dependencies>
index 7a16ca0..fe172ad 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.nat</groupId>
     <artifactId>nat2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <honeycomb.infra.version>1.17.07-SNAPSHOT</honeycomb.infra.version>
-        <hc2vpp.common.version>1.17.07-SNAPSHOT</hc2vpp.common.version>
+        <honeycomb.infra.version>1.17.10-SNAPSHOT</honeycomb.infra.version>
+        <hc2vpp.common.version>1.17.10-SNAPSHOT</hc2vpp.common.version>
     </properties>
 
     <dependencies>
index 12685a3..dfcf8fe 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-aggregator</artifactId>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>nat-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 190e181..62ab566 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 33c7993..66c74cf 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index abee20e..d942047 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-aggregator</artifactId>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index c34b570..a27f53c 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.07 release
+  * 17.10 release
 
  -- mgradzki <[email protected]>  Mon, 23 Feb 2016 09:41:37 +0200
 EOT
index 26e3141..d3f90fe 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.07-SNAPSHOT-hc.zip
+ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.17.10-SNAPSHOT-hc.zip
 mkdir -p ${DIR}/SOURCES/
 cp $ZIPFILE ${DIR}/SOURCES/
 cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/
index 6c61e2b..98c4fc6 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-echo 1.17.07
+echo 1.17.10
diff --git a/pom.xml b/pom.xml
index bbf24cf..07096e1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>hc2vpp-aggregator</artifactId>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>hc2vpp</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 63950ee..681cee8 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 4c68397..561b39b 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-aggregator</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 4abc2e6..f5be939 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencyManagement>
index 32572a8..159f8b2 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 0715343..8a6b041 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 3628915..618d9a6 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 7066bba..1c38bdc 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api classes generated from yang model -->
index 389a9d0..bd8bbb2 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index c56cdf5..603f403 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-aggregator</artifactId>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index a36d756..ef0278d 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index b06949f..241ba49 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 5b1ddc0..c23315b 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
         <dependency>
             <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
             <artifactId>vpp-classifier-api</artifactId>
-            <version>1.17.07-SNAPSHOT</version>
+            <version>1.17.10-SNAPSHOT</version>
         </dependency>
 
         <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
index 4557be0..e617ce2 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index c695653..ea20220 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 0ee32b5..6c78e46 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index abba6eb..61b4675 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-common-aggregator</artifactId>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 7ba7d63..979f0a8 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <properties>
-        <honeycomb.min.distro.version>1.17.07-SNAPSHOT</honeycomb.min.distro.version>
+        <honeycomb.min.distro.version>1.17.10-SNAPSHOT</honeycomb.min.distro.version>
         <jvpp.version>17.07-SNAPSHOT</jvpp.version>
         <hamcrest.version>1.3</hamcrest.version>
     </properties>
index 1997027..629927e 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -27,7 +27,7 @@
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-impl-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 9a4664b..d91f4af 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 095853f..ccfee32 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index a8d5ef1..b04891a 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-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.07-SNAPSHOT</version>
+  <version>1.17.10-SNAPSHOT</version>
 
   <properties>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <v3po.version>1.17.07-SNAPSHOT</v3po.version>
-    <lisp.version>1.17.07-SNAPSHOT</lisp.version>
-    <hc.infra.version>1.17.07-SNAPSHOT</hc.infra.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>
-    <iface.role.version>1.17.07-SNAPSHOT</iface.role.version>
-    <hc2vpp.bgp.version>1.17.07-SNAPSHOT</hc2vpp.bgp.version>
+    <v3po.version>1.17.10-SNAPSHOT</v3po.version>
+    <lisp.version>1.17.10-SNAPSHOT</lisp.version>
+    <hc.infra.version>1.17.10-SNAPSHOT</hc.infra.version>
+    <vpp.common.integration.version>1.17.10-SNAPSHOT</vpp.common.integration.version>
+    <vppnsh.version>1.17.10-SNAPSHOT</vppnsh.version>
+    <nat.version>1.17.10-SNAPSHOT</nat.version>
+    <ioam.version>1.17.10-SNAPSHOT</ioam.version>
+    <routing.version>1.17.10-SNAPSHOT</routing.version>
+    <acl.version>1.17.10-SNAPSHOT</acl.version>
+    <dhcp.version>1.17.10-SNAPSHOT</dhcp.version>
+    <vpp.classifier.version>1.17.10-SNAPSHOT</vpp.classifier.version>
+    <l3-impl.version>1.17.10-SNAPSHOT</l3-impl.version>
+    <vpp-management-impl.version>1.17.10-SNAPSHOT</vpp-management-impl.version>
+    <iface.role.version>1.17.10-SNAPSHOT</iface.role.version>
+    <hc2vpp.bgp.version>1.17.10-SNAPSHOT</hc2vpp.bgp.version>
 
     <distribution.modules>
       io.fd.hc2vpp.common.integration.VppCommonModule,
index 39ebdd1..5c3da79 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description>
index 8f1159c..90ca2da 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 </project>
\ No newline at end of file
index 4af0b14..f2d9180 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
index 1e64c19..8b5fa75 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-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.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <description>Aggregator for Hc2vpp vpp-management plugin</description>
 
     <modules>