Set Hc2vpp version to 1.18.04.1-SNAPSHOT 87/12287/1
authorMarek Gradzki <[email protected]>
Mon, 30 Apr 2018 08:20:49 +0000 (10:20 +0200)
committerMarek Gradzki <[email protected]>
Mon, 30 Apr 2018 08:20:49 +0000 (10:20 +0200)
Change-Id: Ie2307b319b361b9dc29e5293c3163e4f53856311
Signed-off-by: Marek Gradzki <[email protected]>
75 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/hc2vpp_version
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
vpp-version

index 8f5c492..d167e48 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 974aadc..09a4ea2 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <properties>
         <jvpp.acl.version>18.04</jvpp.acl.version>
index fec015e..d4f324d 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>acl-aggregator</artifactId>
-  <version>1.18.04</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <name>acl-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 0a93d59..d131c84 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index c2adcdc..8aed04e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 565cd57..26fba24 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-aggregator</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index b7a376d..9ea40ae 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <build>
index e23464b..b2ab51f 100644 (file)
@@ -7,17 +7,17 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <honeycomb.version>1.18.04</honeycomb.version>
+        <honeycomb.version>1.18.04.1-SNAPSHOT</honeycomb.version>
     </properties>
 </project>
\ No newline at end of file
index cc92f9c..b95f37b 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-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</version>
+                <version>1.18.04.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 9434e13..5e7b07b 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 5f4f254..fd5506c 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>hc2vpp-parent</relativePath>
     </parent>
 
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-common-aggregator</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <description>Aggregator for common maven parents providing base configuration for Hc2vpp modules</description>
index dadf67b..6061bd3 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 6cbdc62..355da68 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
             <artifactId>translate-impl</artifactId>
-            <version>1.18.04</version>
+            <version>1.18.04.1-SNAPSHOT</version>
         </dependency>
 
 
index 8aff781..93317fa 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>dhcp-aggregator</artifactId>
-  <version>1.18.04</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <name>dhcp-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 44b2eae..2b2f723 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index d551628..14d2d9c 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>impl</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 5bdbf68..09afebe 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <modules>
index ef18747..3316b1e 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 7950919..37c8c1c 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 12a2208..42cfdf0 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-aggregator</artifactId>
-  <version>1.18.04</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 2f0a613..911e677 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 40a2862..ebb1f2e 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api-test</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 8754c6c..cea97ed 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 751e140..48fd678 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 6abbe57..fe87a81 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 8ce2c5e..a6fa8f4 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <packaging>pom</packaging>
index da7e126..6d0d568 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index a7d1062..d23c585 100755 (executable)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
         <project.translate.groupId>io.fd.honeycomb</project.translate.groupId>
-        <naming.context.version>1.18.04</naming.context.version>
+        <naming.context.version>1.18.04.1-SNAPSHOT</naming.context.version>
     </properties>
 
     <dependencies>
index 2f07ca8..fa50d22 100755 (executable)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 8a5d167..92732f2 100755 (executable)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-aggregator</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 5855aa6..4013c3b 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index cef79a2..5bb0b6f 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 3d6fda6..cfb209c 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-aggregator</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 757249a..9685d83 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.18.04</naming.context.version>
+    <naming.context.version>1.18.04.1-SNAPSHOT</naming.context.version>
   </properties>
 
   <dependencies>
index 7cf4a72..37007bd 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <hc2vpp.common.version>1.18.04</hc2vpp.common.version>
+        <hc2vpp.common.version>1.18.04.1-SNAPSHOT</hc2vpp.common.version>
     </properties>
 
     <dependencies>
index 4bf4366..40010b1 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-aggregator</artifactId>
-  <version>1.18.04</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <name>nat-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 74ff872..96ea7c8 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index a3a862e..5846c71 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 5ac3714..085f261 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-aggregator</artifactId>
-  <version>1.18.04</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index b58b98a..585c3a2 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.04.1 release
 
  -- mgradzki <[email protected]>  Mon, 23 Feb 2016 09:41:37 +0200
 EOT
index fdecc27..a084540 100755 (executable)
@@ -6,7 +6,7 @@
 DIR_NAME=$(dirname $0)
 VERSION=`$DIR_NAME/version`
 
-echo "${VERSION}-SNAPSHOT"
+echo "${VERSION}-SNAPSHOT"
 # echo "${VERSION}-RC1"
 # echo "${VERSION}-RC2"
-echo "${VERSION}"
+echo "${VERSION}"
index 3425b44..aacfba0 100755 (executable)
@@ -16,7 +16,7 @@
 # echo RC2
 #
 # Release snapshot (1.18.04~XXX, 1.18.04.1~XXX, ...)
-echo RELEASE~$BUILD_NUMBER
+echo RELEASE~$BUILD_NUMBER
 #
 # Release version (1.18.04, 1.18.04.1, ...)
-echo RELEASE
\ No newline at end of file
+echo RELEASE
\ No newline at end of file
index 9eab698..3a0ad59 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-echo 1.18.04
+echo 1.18.04.1
diff --git a/pom.xml b/pom.xml
index 9d345f6..1820d47 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <relativePath>common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>hc2vpp-aggregator</artifactId>
-  <version>1.18.04</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <name>hc2vpp</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 4a90c94..0c410e1 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.18.04</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 04033a8..8d8c23d 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-aggregator</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 9bd3a1e..5490949 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 17d0ccf..f744c2e 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 44ae255..378535b 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 58d1662..121ef54 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 36664f3..dc87964 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api classes generated from yang model -->
index 0245d87..e36aadf 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index f418614..e4f46b6 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-aggregator</artifactId>
-  <version>1.18.04</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 9019c44..1ce57be 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 6f528eb..32c8709 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index c57548d..ca18028 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
         <dependency>
             <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
             <artifactId>vpp-classifier-api</artifactId>
-            <version>1.18.04</version>
+            <version>1.18.04.1-SNAPSHOT</version>
         </dependency>
 
         <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
index 230b0ba..de0394d 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 22d25b3..9038663 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 24aae4d..d90d8b8 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 769541f..7f2e872 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-common-aggregator</artifactId>
-  <version>1.18.04</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 0ba07b5..fadd505 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>vpp-common-integration</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <properties>
         <jvpp.version>18.04</jvpp.version>
index 8dd29b9..835c9c3 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index d97b260..9f4c902 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 724030b..b6a1736 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 51955b2..7391cf5 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
 </project>
\ No newline at end of file
index f57dd2f..235be2f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs-core</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <properties>
         <mockito-core.version>2.2.9</mockito-core.version>
index 25c678f..296ec3d 100644 (file)
@@ -23,7 +23,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <properties>
         <!-- List of modules that are used to extract Writer/Reader factories, and therefore generate api documentation -->
index 44b2e80..e706685 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <modules>
         <module>core</module>
index 547af51..19a6cae 100644 (file)
@@ -23,7 +23,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>scripts</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <properties>
         <groovy.version>2.4.7</groovy.version>
index 3c0a3f2..d25c47f 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.04</version>
+    <version>1.18.04.1-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</version>
+  <version>1.18.04.1-SNAPSHOT</version>
 
   <properties>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <v3po.version>1.18.04</v3po.version>
-    <lisp.version>1.18.04</lisp.version>
-    <vpp.common.integration.version>1.18.04</vpp.common.integration.version>
-    <vppnsh.version>1.18.04</vppnsh.version>
-    <nat.version>1.18.04</nat.version>
-    <ioam.version>1.18.04</ioam.version>
-    <routing.version>1.18.04</routing.version>
-    <acl.version>1.18.04</acl.version>
-    <dhcp.version>1.18.04</dhcp.version>
-    <vpp.classifier.version>1.18.04</vpp.classifier.version>
-    <l3-impl.version>1.18.04</l3-impl.version>
-    <vpp-management-impl.version>1.18.04</vpp-management-impl.version>
-    <iface.role.version>1.18.04</iface.role.version>
-    <hc2vpp.bgp.version>1.18.04</hc2vpp.bgp.version>
+    <v3po.version>1.18.04.1-SNAPSHOT</v3po.version>
+    <lisp.version>1.18.04.1-SNAPSHOT</lisp.version>
+    <vpp.common.integration.version>1.18.04.1-SNAPSHOT</vpp.common.integration.version>
+    <vppnsh.version>1.18.04.1-SNAPSHOT</vppnsh.version>
+    <nat.version>1.18.04.1-SNAPSHOT</nat.version>
+    <ioam.version>1.18.04.1-SNAPSHOT</ioam.version>
+    <routing.version>1.18.04.1-SNAPSHOT</routing.version>
+    <acl.version>1.18.04.1-SNAPSHOT</acl.version>
+    <dhcp.version>1.18.04.1-SNAPSHOT</dhcp.version>
+    <vpp.classifier.version>1.18.04.1-SNAPSHOT</vpp.classifier.version>
+    <l3-impl.version>1.18.04.1-SNAPSHOT</l3-impl.version>
+    <vpp-management-impl.version>1.18.04.1-SNAPSHOT</vpp-management-impl.version>
+    <iface.role.version>1.18.04.1-SNAPSHOT</iface.role.version>
+    <hc2vpp.bgp.version>1.18.04.1-SNAPSHOT</hc2vpp.bgp.version>
 
     <distribution.modules>
       io.fd.hc2vpp.common.integration.VppCommonModule,
index b6f2cd4..8718efc 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description>
index 472e95c..09b15a1 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 01c2e9d..611c176 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -30,7 +30,7 @@
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04</version>
+    <version>1.18.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
index d0a3b7d..f3556d6 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04</version>
+        <version>1.18.04.1-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</version>
+    <version>1.18.04.1-SNAPSHOT</version>
     <description>Aggregator for Hc2vpp vpp-management plugin</description>
 
     <modules>
index eaacb3a..fea07c4 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-echo '18.04-release'
+echo 'RELEASE'
 
 # Determines which VPP version to use in hc2vpp-integration job.
 # 'RELEASE' will use the latest VPP in the respective branch.