Bump hc2vpp version to 1.19.01-SNAPSHOT 74/15374/2
authorMichal Cmarada <[email protected]>
Mon, 22 Oct 2018 07:06:54 +0000 (09:06 +0200)
committerMichal Cmarada <[email protected]>
Mon, 22 Oct 2018 07:06:54 +0000 (09:06 +0200)
Change-Id: Iedb7935735cc9836fb1cb11856d38ec1d090e6ba
Signed-off-by: Michal Cmarada <[email protected]>
80 files changed:
acl/acl-api/pom.xml
acl/acl-impl/pom.xml
acl/pom.xml
bgp/bgp-prefix-sid/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
fib-management/fib-management-api/pom.xml
fib-management/fib-management-impl/pom.xml
fib-management/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/jvpp-benchmark/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
mpls/api/pom.xml
mpls/impl/pom.xml
mpls/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/release
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
srv6/pom.xml
srv6/srv6-api/pom.xml
srv6/srv6-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/api-docs/api/pom.xml
vpp-integration/api-docs/core/pom.xml
vpp-integration/api-docs/docs/pom.xml
vpp-integration/api-docs/pom.xml
vpp-integration/api-docs/scripts/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 5977582..a7f4d9e 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 70b07d0..4a742b1 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <properties>
         <jvpp.acl.version>18.10-SNAPSHOT</jvpp.acl.version>
index 7da45fa..e2290e0 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>acl-aggregator</artifactId>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <name>acl-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 18d8e1c..bc5cb62 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -13,7 +13,7 @@
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-prefix-sid</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index d8109f1..ad52e38 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 28e84bc..4915925 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-aggregator</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 25566ee..32da77d 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 333e3c5..bd6524e 100644 (file)
@@ -7,17 +7,17 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <honeycomb.version>1.18.10-SNAPSHOT</honeycomb.version>
+        <honeycomb.version>1.19.01-SNAPSHOT</honeycomb.version>
     </properties>
 </project>
\ No newline at end of file
index 576b5b0..e9f3b76 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -23,7 +23,7 @@
             <dependency>
                 <groupId>io.fd.honeycomb.common</groupId>
                 <artifactId>impl-parent</artifactId>
-                <version>1.18.10-SNAPSHOT</version>
+                <version>1.19.01-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 722724a..20e7808 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 2c5ae54..51c505c 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>hc2vpp-parent</relativePath>
     </parent>
 
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-common-aggregator</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <description>Aggregator for common maven parents providing base configuration for Hc2vpp modules</description>
index 565c1de..c663cd5 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 86fd08e..cf85f01 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
             <artifactId>translate-impl</artifactId>
-            <version>1.18.10-SNAPSHOT</version>
+            <version>1.19.01-SNAPSHOT</version>
         </dependency>
 
 
index 7a5b7d2..a79793e 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>dhcp-aggregator</artifactId>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <name>dhcp-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 88e29a1..4691af3 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.fib.management</groupId>
     <artifactId>fib-management-api</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 </project>
index 281902b..e36e174 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.fib.management</groupId>
     <artifactId>fib-management-impl</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 2605d42..46b425b 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>fib-management-aggregator</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 24df5e2..80dfae3 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 3db5dc1..c4c9ce2 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>impl</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 6d0e237..856c10d 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <modules>
index 3685544..432d499 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index f57da84..5186c14 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 6802347..4178f82 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-aggregator</artifactId>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 26b979e..e24e85b 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 6388d5e..6462c6e 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api-test</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 1b763e2..0bee9c1 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.it</groupId>
     <artifactId>jvpp-benchmark</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 8106e4d..9656fc7 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index f73006d..7213138 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.l3</groupId>
     <artifactId>l3-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 4fbf2a0..845dc2e 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index e26364f..20bc9d5 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <packaging>pom</packaging>
index 7e0e094..eca7a0f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index df7edbb..9dbb51c 100755 (executable)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <naming.context.version>1.18.10-SNAPSHOT</naming.context.version>
+        <naming.context.version>1.19.01-SNAPSHOT</naming.context.version>
     </properties>
 
     <dependencies>
index 3f54230..3243369 100755 (executable)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 4b5063b..9a7566a 100755 (executable)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-aggregator</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 5bed1ee..5f521bc 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 4f2c98b..0e23172 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 80e34b6..ca9e8f0 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-aggregator</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 0f4db55..8f990ec 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.18.10-SNAPSHOT</naming.context.version>
+    <naming.context.version>1.19.01-SNAPSHOT</naming.context.version>
   </properties>
 
   <dependencies>
index 1d1eb66..7e417a0 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.nat</groupId>
     <artifactId>nat2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <hc2vpp.common.version>1.18.10-SNAPSHOT</hc2vpp.common.version>
+        <hc2vpp.common.version>1.19.01-SNAPSHOT</hc2vpp.common.version>
     </properties>
 
     <dependencies>
index 48f5222..00504f9 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-aggregator</artifactId>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <name>nat-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 577a0f1..0b150d5 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index aa350d0..fe0587a 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 274f523..cf31f69 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-aggregator</artifactId>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 0f697b1..e91bd33 100755 (executable)
@@ -35,9 +35,9 @@ cp ${SOURCE_DIR}/$3 ${BUILD_DIR}
 cat <<EOT >> ${BUILD_DIR}/debian/changelog
 honeycomb (${VERSION}-${RELEASE}) unstable; urgency=low
 
-  * 18.10 release
+  * 19.01 release
 
- -- mgradzki <[email protected]>  Mon, 23 Feb 2016 09:41:37 +0200
+ -- mcmarada <[email protected]>  Thu, 18 Oct 2018 13:42:07 +0200
 EOT
 
 # Install instructions
index 9f1514a..6e2d2d2 100755 (executable)
@@ -15,8 +15,8 @@ echo $(expr $BUILD_NUMBER + 2000)
 # echo RC2~$BUILD_NUMBER
 # echo RC2
 #
-# Release snapshot (1.18.10~XXX, 1.18.10.1~XXX, ...)
+# Release snapshot (1.19.01~XXX, 1.19.01.1~XXX, ...)
 # echo RELEASE~$BUILD_NUMBER
 #
-# Release version (1.18.10, 1.18.10.1, ...)
+# Release version (1.19.01, 1.19.01.1, ...)
 # echo RELEASE
\ No newline at end of file
index a31d0d0..2ebfc9f 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-echo 1.18.10
+echo 1.19.01
diff --git a/pom.xml b/pom.xml
index 2f9b334..9b6714d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>hc2vpp-aggregator</artifactId>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <name>hc2vpp</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 21b780e..2b77d15 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index d78a8a9..e6e5968 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-aggregator</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 8f331e0..c85a194 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index db01162..8eecdc6 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 8d003f3..7393f41 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 3e8accc..0695c2e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 2e67f7f..9f5a4a0 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api classes generated from yang model -->
index 87f0ae5..f5d8639 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.srv6</groupId>
     <artifactId>srv6-aggregator</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 432c084..27e60a3 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.srv6</groupId>
     <artifactId>srv6-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index d20a4c2..f609934 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.srv6</groupId>
     <artifactId>srv6-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 0f60007..b74186e 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 0719af0..66fbcc6 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-aggregator</artifactId>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 50cc87b..3bcd4e1 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 8808e37..359ea19 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 3ed08b0..0f9491f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
         <dependency>
             <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
             <artifactId>vpp-classifier-api</artifactId>
-            <version>1.18.10-SNAPSHOT</version>
+            <version>1.19.01-SNAPSHOT</version>
         </dependency>
 
         <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
index 84ed8e4..dc6505a 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 9be6782..a0039cc 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 8b15e5e..5db3bfa 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 25531ca..fcda4cd 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-common-aggregator</artifactId>
-  <version>1.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index be1d050..b264f39 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 749af92..da76c9a 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index ba78419..5a05d0d 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index ad24d8a..1a064f0 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-utils</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index fd05567..12eb6ef 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -40,6 +40,6 @@
     <artifactId>docs-api</artifactId>
     <name>${project.artifactId}</name>
     <groupId>io.fd.hc2vpp.docs</groupId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
 </project>
\ No newline at end of file
index aa2fc63..6faad94 100644 (file)
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs-core</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <properties>
         <mockito-core.version>2.2.9</mockito-core.version>
index cb20685..f17460b 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 5d93681..44ba741 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -30,7 +30,7 @@
     <artifactId>api-docs</artifactId>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
 
     <modules>
         <module>core</module>
index 9cd3d23..202764f 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>scripts</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index b09d20e..286bfda 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-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.18.10-SNAPSHOT</version>
+  <version>1.19.01-SNAPSHOT</version>
 
   <properties>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <v3po.version>1.18.10-SNAPSHOT</v3po.version>
-    <lisp.version>1.18.10-SNAPSHOT</lisp.version>
-    <vpp.common.integration.version>1.18.10-SNAPSHOT</vpp.common.integration.version>
-    <vppnsh.version>1.18.10-SNAPSHOT</vppnsh.version>
-    <nat.version>1.18.10-SNAPSHOT</nat.version>
-    <ioam.version>1.18.10-SNAPSHOT</ioam.version>
-    <routing.version>1.18.10-SNAPSHOT</routing.version>
-    <acl.version>1.18.10-SNAPSHOT</acl.version>
-    <dhcp.version>1.18.10-SNAPSHOT</dhcp.version>
-    <vpp.classifier.version>1.18.10-SNAPSHOT</vpp.classifier.version>
-    <l3-impl.version>1.18.10-SNAPSHOT</l3-impl.version>
-    <vpp-management-impl.version>1.18.10-SNAPSHOT</vpp-management-impl.version>
-    <iface.role.version>1.18.10-SNAPSHOT</iface.role.version>
-    <hc2vpp.bgp.version>1.18.10-SNAPSHOT</hc2vpp.bgp.version>
+    <v3po.version>1.19.01-SNAPSHOT</v3po.version>
+    <lisp.version>1.19.01-SNAPSHOT</lisp.version>
+    <vpp.common.integration.version>1.19.01-SNAPSHOT</vpp.common.integration.version>
+    <vppnsh.version>1.19.01-SNAPSHOT</vppnsh.version>
+    <nat.version>1.19.01-SNAPSHOT</nat.version>
+    <ioam.version>1.19.01-SNAPSHOT</ioam.version>
+    <routing.version>1.19.01-SNAPSHOT</routing.version>
+    <acl.version>1.19.01-SNAPSHOT</acl.version>
+    <dhcp.version>1.19.01-SNAPSHOT</dhcp.version>
+    <vpp.classifier.version>1.19.01-SNAPSHOT</vpp.classifier.version>
+    <l3-impl.version>1.19.01-SNAPSHOT</l3-impl.version>
+    <vpp-management-impl.version>1.19.01-SNAPSHOT</vpp-management-impl.version>
+    <iface.role.version>1.19.01-SNAPSHOT</iface.role.version>
+    <hc2vpp.bgp.version>1.19.01-SNAPSHOT</hc2vpp.bgp.version>
 
     <distribution.modules>
       io.fd.hc2vpp.common.integration.VppCommonModule,
index 6ba272f..e0316f7 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.integration</groupId>
     <artifactId>vpp-integration</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description>
index dd71701..3c8dd58 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
-    <version>1.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 979bb22..67bb129 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 8d5bbad..7053671 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.10-SNAPSHOT</version>
+        <version>1.19.01-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.18.10-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <description>Aggregator for Hc2vpp vpp-management plugin</description>
 
     <modules>