Bump Hc2vpp version to 1.18.07-SNAPSHOT 25/11625/3
authorMarek Gradzki <[email protected]>
Mon, 9 Apr 2018 15:37:32 +0000 (17:37 +0200)
committerMarek Gradzki <[email protected]>
Mon, 9 Apr 2018 16:56:00 +0000 (18:56 +0200)
Change-Id: I111e463207f1984cf27a557c2921df6ef62ea5b8
Signed-off-by: Marek Gradzki <[email protected]>
73 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
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
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
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 1c3345b..0d2a2c0 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -24,7 +24,7 @@
   <groupId>io.fd.hc2vpp.acl</groupId>
   <artifactId>acl-api</artifactId>
   <name>acl-api</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index ae42162..62e9ecd 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.acl</groupId>
     <artifactId>acl-impl</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <properties>
         <jvpp.acl.version>18.04-SNAPSHOT</jvpp.acl.version>
index 3046cdb..d4d3ff8 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>acl-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <name>acl-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 7300e01..34dd367 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-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.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 07650b6..4c9f75f 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-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.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index cbec445..53eba9c 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 7168819..83cf84a 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <build>
index 974adfc..e55e59f 100644 (file)
@@ -7,17 +7,17 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <honeycomb.version>1.18.04-SNAPSHOT</honeycomb.version>
+        <honeycomb.version>1.18.07-SNAPSHOT</honeycomb.version>
     </properties>
 </project>
\ No newline at end of file
index 11870d7..8c74c41 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -23,7 +23,7 @@
             <dependency>
                 <groupId>io.fd.honeycomb.common</groupId>
                 <artifactId>impl-parent</artifactId>
-                <version>1.18.04-SNAPSHOT</version>
+                <version>1.18.07-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index a16297d..974de66 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 56a408a..0dc8707 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>hc2vpp-parent</relativePath>
     </parent>
 
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-common-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <description>Aggregator for common maven parents providing base configuration for Hc2vpp modules</description>
index 4fd7b44..dce4cf1 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -24,7 +24,7 @@
   <groupId>io.fd.hc2vpp.dhcp</groupId>
   <artifactId>dhcp-api</artifactId>
   <name>dhcp-api</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 1eb334f..5069652 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -24,7 +24,7 @@
     <groupId>io.fd.hc2vpp.dhcp</groupId>
     <artifactId>dhcp-impl</artifactId>
     <name>dhcp-impl</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
             <artifactId>translate-impl</artifactId>
-            <version>1.18.04-SNAPSHOT</version>
+            <version>1.18.07-SNAPSHOT</version>
         </dependency>
 
 
index e0ed8fa..fec62db 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>dhcp-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <name>dhcp-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index ff5e7d4..8a7629d 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-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.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 08ade3c..51cef8a 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>impl</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 08f6fa0..d65e4b6 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-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.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <modules>
index 9196438..fc3938b 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 8fdb280..22254f4 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-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.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index d86ac22..5019a7a 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index ce514c4..b83b175 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-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.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 94527c5..28263ec 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api-test</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index bfdae6f..e05a68e 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 5654127..3388ec6 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.l3</groupId>
     <artifactId>l3-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 1b8fbe4..d76bcb7 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.l3</groupId>
     <artifactId>l3-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index f162254..80a51d1 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <packaging>pom</packaging>
index 6dacb0a..a751ad3 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.l3</groupId>
     <artifactId>l3-utils</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index d9e6884..d9e8c81 100755 (executable)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
         <project.translate.groupId>io.fd.honeycomb</project.translate.groupId>
-        <naming.context.version>1.18.04-SNAPSHOT</naming.context.version>
+        <naming.context.version>1.18.07-SNAPSHOT</naming.context.version>
     </properties>
 
     <dependencies>
index d4071f7..cbdefdb 100755 (executable)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 2ffb07e..b90abde 100755 (executable)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 3be5a8e..6a87d97 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-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.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index f30169a..3cb12cb 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-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.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 9cf2cca..531390c 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 32f7bc5..56066af 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.18.04-SNAPSHOT</naming.context.version>
+    <naming.context.version>1.18.07-SNAPSHOT</naming.context.version>
   </properties>
 
   <dependencies>
index f96e96d..2f84e62 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.nat</groupId>
     <artifactId>nat2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <hc2vpp.common.version>1.18.04-SNAPSHOT</hc2vpp.common.version>
+        <hc2vpp.common.version>1.18.07-SNAPSHOT</hc2vpp.common.version>
     </properties>
 
     <dependencies>
index 3e8ca29..496e728 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <name>nat-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index b30e1c7..7427593 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 9795c61..8ebb8d7 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-impl</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 8381c28..abbbd0a 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index b58b98a..c11924a 100755 (executable)
@@ -35,7 +35,7 @@ cp ${SOURCE_DIR}/$3 ${BUILD_DIR}
 cat <<EOT >> ${BUILD_DIR}/debian/changelog
 honeycomb (${VERSION}-${RELEASE}) unstable; urgency=low
 
-  * 18.04 release
+  * 18.07 release
 
  -- mgradzki <[email protected]>  Mon, 23 Feb 2016 09:41:37 +0200
 EOT
index c95b6ae..0fa253b 100755 (executable)
@@ -15,8 +15,8 @@ echo $(expr $BUILD_NUMBER + 2000)
 # echo RC2~$BUILD_NUMBER
 # echo RC2
 #
-# Release snapshot (1.18.04~XXX, 1.18.04.1~XXX, ...)
+# Release snapshot (1.18.07~XXX, 1.18.07.1~XXX, ...)
 # echo RELEASE~$BUILD_NUMBER
 #
-# Release version (1.18.04, 1.18.04.1, ...)
+# Release version (1.18.07, 1.18.07.1, ...)
 # echo RELEASE
\ No newline at end of file
index 9eab698..7763247 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-echo 1.18.04
+echo 1.18.07
diff --git a/pom.xml b/pom.xml
index 1944a2c..e5f7b7f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>hc2vpp-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <name>hc2vpp</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 393d5d8..67e33a8 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 0b576f7..174e620 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 2077e3f..caa1be1 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-api</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 5b95c4a..1b1a407 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-impl</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 8af3452..631cdc0 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index dd537c5..e68c747 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -13,7 +13,7 @@
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>samples-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 1c2e888..f9ed173 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>samples-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api classes generated from yang model -->
index c13c45e..df3fbc1 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index bf698fb..67fe3d4 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 714cdb0..4ac28a6 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.hc2vpp.v3po</groupId>
     <artifactId>v3po2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 0b2873d..48bf726 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
     <artifactId>vpp-classifier-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 99953ed..62eb7eb 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
     <artifactId>vpp-classifier-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
         <dependency>
             <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
             <artifactId>vpp-classifier-api</artifactId>
-            <version>1.18.04-SNAPSHOT</version>
+            <version>1.18.07-SNAPSHOT</version>
         </dependency>
 
         <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
index dd1b9b7..056ce3a 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 47ea4e9..cf06b4a 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>naming-context-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 47dbfcb..5ba0260 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -27,7 +27,7 @@
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>naming-context-impl</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 728647f..4aa8066 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-common-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 944350f..6971d20 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>vpp-common-integration</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <properties>
         <jvpp.version>18.04-SNAPSHOT</jvpp.version>
index 67aaefb..8957fd6 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-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.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 1b59755..70915ac 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 5c64a56..6333cff 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-utils</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index f182c06..824872b 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -39,6 +39,6 @@
 
     <artifactId>docs-api</artifactId>
     <groupId>io.fd.hc2vpp.docs</groupId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
 </project>
\ No newline at end of file
index b7b3bde..b0709d2 100644 (file)
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-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.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <properties>
         <mockito-core.version>1.10.19</mockito-core.version>
index afe89a2..fa71a16 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <properties>
         <!-- List of modules that are used to extract Writer/Reader factories, and therefore generate api documentation -->
index 104909c..c63d141 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>api-docs</artifactId>
     <packaging>pom</packaging>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <modules>
         <module>core</module>
index 04d7b3f..0648a74 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>scripts</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <properties>
         <groovy.version>2.4.7</groovy.version>
index 8d043ca..8399ff2 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <relativePath>../../common/minimal-distribution-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.integration</groupId>
   <artifactId>vpp-integration-distribution</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.07-SNAPSHOT</version>
 
   <properties>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <v3po.version>1.18.04-SNAPSHOT</v3po.version>
-    <lisp.version>1.18.04-SNAPSHOT</lisp.version>
-    <vpp.common.integration.version>1.18.04-SNAPSHOT</vpp.common.integration.version>
-    <vppnsh.version>1.18.04-SNAPSHOT</vppnsh.version>
-    <nat.version>1.18.04-SNAPSHOT</nat.version>
-    <ioam.version>1.18.04-SNAPSHOT</ioam.version>
-    <routing.version>1.18.04-SNAPSHOT</routing.version>
-    <acl.version>1.18.04-SNAPSHOT</acl.version>
-    <dhcp.version>1.18.04-SNAPSHOT</dhcp.version>
-    <vpp.classifier.version>1.18.04-SNAPSHOT</vpp.classifier.version>
-    <l3-impl.version>1.18.04-SNAPSHOT</l3-impl.version>
-    <vpp-management-impl.version>1.18.04-SNAPSHOT</vpp-management-impl.version>
-    <iface.role.version>1.18.04-SNAPSHOT</iface.role.version>
-    <hc2vpp.bgp.version>1.18.04-SNAPSHOT</hc2vpp.bgp.version>
+    <v3po.version>1.18.07-SNAPSHOT</v3po.version>
+    <lisp.version>1.18.07-SNAPSHOT</lisp.version>
+    <vpp.common.integration.version>1.18.07-SNAPSHOT</vpp.common.integration.version>
+    <vppnsh.version>1.18.07-SNAPSHOT</vppnsh.version>
+    <nat.version>1.18.07-SNAPSHOT</nat.version>
+    <ioam.version>1.18.07-SNAPSHOT</ioam.version>
+    <routing.version>1.18.07-SNAPSHOT</routing.version>
+    <acl.version>1.18.07-SNAPSHOT</acl.version>
+    <dhcp.version>1.18.07-SNAPSHOT</dhcp.version>
+    <vpp.classifier.version>1.18.07-SNAPSHOT</vpp.classifier.version>
+    <l3-impl.version>1.18.07-SNAPSHOT</l3-impl.version>
+    <vpp-management-impl.version>1.18.07-SNAPSHOT</vpp-management-impl.version>
+    <iface.role.version>1.18.07-SNAPSHOT</iface.role.version>
+    <hc2vpp.bgp.version>1.18.07-SNAPSHOT</hc2vpp.bgp.version>
 
     <distribution.modules>
       io.fd.hc2vpp.common.integration.VppCommonModule,
index e60a58f..f036a70 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.integration</groupId>
     <artifactId>vpp-integration</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description>
index ec62b17..d08c3ae 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index f848cd1..7b2dc2f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-impl</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
index 9057392..16bc27a 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.07-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
@@ -31,7 +31,7 @@
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-aggregator</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.07-SNAPSHOT</version>
     <description>Aggregator for Hc2vpp vpp-management plugin</description>
 
     <modules>