Set Hc2vpp version to 1.19.04.1-SNAPSHOT 12/19412/1 stable/1904
authorMichal Cmarada <[email protected]>
Tue, 7 May 2019 13:21:20 +0000 (15:21 +0200)
committerMichal Cmarada <[email protected]>
Tue, 7 May 2019 13:21:20 +0000 (15:21 +0200)
Change-Id: I4d30b1b6ff4a6ef341e0a73f1e9598ba5271ed20
Signed-off-by: Michal Cmarada <[email protected]>
86 files changed:
acl/acl-api/pom.xml
acl/acl-impl/pom.xml
acl/pom.xml
bgp/bgp-prefix-sid/pom.xml
bgp/inet/pom.xml
bgp/pom.xml
common/api-parent/pom.xml
common/hc2vpp-parent/pom.xml
common/impl-parent/pom.xml
common/minimal-distribution-parent/pom.xml
common/pom.xml
dhcp/dhcp-api/pom.xml
dhcp/dhcp-impl/pom.xml
dhcp/pom.xml
fib-management/fib-management-api/pom.xml
fib-management/fib-management-impl/pom.xml
fib-management/pom.xml
interface-role/api/pom.xml
interface-role/impl/pom.xml
interface-role/pom.xml
ioam/api/pom.xml
ioam/impl/pom.xml
ioam/pom.xml
ipsec/ipsec-api/pom.xml
ipsec/ipsec-impl/pom.xml
ipsec/pom.xml
it/api-coverage/pom.xml
it/api-test/pom.xml
it/jvpp-benchmark/pom.xml
it/pom.xml
jvpp-version
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
srv6/pom.xml
srv6/srv6-api/pom.xml
srv6/srv6-impl/pom.xml
v3po/api/pom.xml
v3po/pom.xml
v3po/v3po2vpp/pom.xml
vpp-classifier/api/pom.xml
vpp-classifier/impl/pom.xml
vpp-classifier/pom.xml
vpp-common/naming-context-api/pom.xml
vpp-common/naming-context-impl/pom.xml
vpp-common/pom.xml
vpp-common/vpp-common-integration/pom.xml
vpp-common/vpp-impl-parent/pom.xml
vpp-common/vpp-translate-test/pom.xml
vpp-common/vpp-translate-utils/pom.xml
vpp-integration/api-docs/api/pom.xml
vpp-integration/api-docs/core/pom.xml
vpp-integration/api-docs/docs/pom.xml
vpp-integration/api-docs/pom.xml
vpp-integration/api-docs/scripts/pom.xml
vpp-integration/minimal-distribution/pom.xml
vpp-integration/pom.xml
vpp-management/api/pom.xml
vpp-management/impl/pom.xml
vpp-management/pom.xml
vpp-version

index 2f04b25..f7a2d60 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 7f9c681..b638b72 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <properties>
         <jvpp.acl.version>19.04</jvpp.acl.version>
index 0866b20..5c3955f 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>acl-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>acl-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 5a2e31e..54158f3 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index fba4c54..81ddc59 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 459f37b..a27df88 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-aggregator</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 4da1164..bd1d1ce 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index a43578d..b76ca67 100644 (file)
@@ -7,17 +7,17 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <honeycomb.version>1.19.04</honeycomb.version>
+        <honeycomb.version>1.19.04.1-SNAPSHOT</honeycomb.version>
     </properties>
 </project>
\ No newline at end of file
index 80a3f52..a8bf7a4 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.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.19.04</version>
+                <version>1.19.04.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 6d6d40a..853965c 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 0c70502..d628b99 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>hc2vpp-parent</relativePath>
     </parent>
 
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-common-aggregator</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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 1fcf65c..519259e 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 222854a..29d030b 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
             <artifactId>translate-impl</artifactId>
-            <version>1.19.04</version>
+            <version>1.19.04.1-SNAPSHOT</version>
         </dependency>
 
 
index ae94b31..daa90ec 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>dhcp-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>dhcp-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index f7d174c..577fb30 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.fib.management</groupId>
     <artifactId>fib-management-api</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 </project>
index 1a2410e..9b9031d 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.fib.management</groupId>
     <artifactId>fib-management-impl</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 659340c..06f8e65 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>fib-management-aggregator</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index a0c3267..48da413 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 846362c..0064287 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>impl</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index da3ee60..c9a425a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <modules>
index 21fb594..c6de6ea 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 9b4d8c1..3151ea1 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 27cf4d3..9a2175c 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index d290540..50ee24f 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ipsec</groupId>
   <artifactId>ipsec-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.19.04</naming.context.version>
+    <naming.context.version>1.19.04.1-SNAPSHOT</naming.context.version>
   </properties>
 
   <dependencies>
index 0b46f73..9352975 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.ipsec</groupId>
     <artifactId>ipsec-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 47c511f..ec13ec9 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ipsec</groupId>
   <artifactId>ipsec-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index ba4257c..5fda62e 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 04bd6f3..fbc152e 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api-test</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index afbd530..5851dea 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.it</groupId>
     <artifactId>jvpp-benchmark</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 0a5dff7..1d8265f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 278d5d2..7dfd4b3 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-echo '19.04-release'
+echo 'RELEASE'
 
 # Determines which JVPP version to use in hc2vpp-integration job.
 # 'RELEASE' will use the latest JVPP in the respective branch.
index 8f0f870..5d80222 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 846ba40..127753a 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 8c94aab..473938f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <packaging>pom</packaging>
index 3c0cf50..ac0daed 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index a59ad7a..488de27 100755 (executable)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <naming.context.version>1.19.04</naming.context.version>
+        <naming.context.version>1.19.04.1-SNAPSHOT</naming.context.version>
     </properties>
 
     <dependencies>
index 0972bdb..238e757 100755 (executable)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 34b6bd5..91f1673 100755 (executable)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-aggregator</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 674b9be..65365ad 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index eafa8d6..2d8324a 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index cc2eae6..cde7aa9 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-aggregator</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 7ce6432..d86308e 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.19.04</naming.context.version>
+    <naming.context.version>1.19.04.1-SNAPSHOT</naming.context.version>
   </properties>
 
   <dependencies>
index ce89591..4803796 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <hc2vpp.common.version>1.19.04</hc2vpp.common.version>
+        <hc2vpp.common.version>1.19.04.1-SNAPSHOT</hc2vpp.common.version>
     </properties>
 
     <dependencies>
index 9706a63..f86f8a8 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>nat-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 7463baa..a3078a1 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 687eb98..dc78cfd 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index df608c8..48e18a0 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 3a511f7..0f12d28 100755 (executable)
@@ -35,7 +35,7 @@ cp ${SOURCE_DIR}/$3 ${BUILD_DIR}
 cat <<EOT >> ${BUILD_DIR}/debian/changelog
 honeycomb (${VERSION}-${RELEASE}) unstable; urgency=low
 
-  * 19.04 release
+  * 19.04.1 release
 
  -- mcmarada <[email protected]>  Thu, 18 Oct 2018 13:42:07 +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 9f2e56d..2c33de0 100755 (executable)
@@ -17,8 +17,8 @@
 # echo RC3~$BUILD_NUMBER
 # echo RC3
 #
-# Release snapshot (1.19.04~XXX, 1.19.04.1~XXX, ...)
-echo RELEASE~$BUILD_NUMBER
+# Release snapshot (1.19.04.1-SNAPSHOT~XXX, 1.19.04.1-SNAPSHOT.1~XXX, ...)
+echo RELEASE~$BUILD_NUMBER
 #
-# Release version (1.19.04, 1.19.04.1, ...)
-echo RELEASE
\ No newline at end of file
+# Release version (1.19.04.1-SNAPSHOT, 1.19.04.1-SNAPSHOT.1, ...)
+echo RELEASE
\ No newline at end of file
index df76e1b..86b10fe 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-echo 1.19.04
+echo 1.19.04.1
diff --git a/pom.xml b/pom.xml
index c1b5072..78c84f9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>hc2vpp-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>hc2vpp</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 104490d..5679eff 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
                 making it much easier when bumping versions -->
                 <project-version>${project.version}</project-version>
                 <project-public-version>19.04</project-public-version>
-                <project-config-version>1-19-04</project-config-version>
+                <project-config-version>1.19.04.1-SNAPSHOT</project-config-version>
                 <project-version-in-jira>11701</project-version-in-jira>
                 <project-branch>stable/1904</project-branch>
                 <project-odl-version>oxygen</project-odl-version>
index ad28a1b..3f49f18 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-aggregator</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 3692ea4..d492f50 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 165d6ed..521f0f2 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 8b26272..0520000 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 82eff4d..41f6a6f 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 8b3430f..9659940 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api classes generated from yang model -->
index 268d0a6..2fd107d 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.srv6</groupId>
     <artifactId>srv6-aggregator</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 083416a..4bba213 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.srv6</groupId>
     <artifactId>srv6-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 83f65b5..2d13a16 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.srv6</groupId>
     <artifactId>srv6-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 82aa719..f541e96 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index d5dd9d9..86300e7 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 657fa92..a109fcf 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 34cafb3..424c48c 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index d6d67af..1f14099 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
         <dependency>
             <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
             <artifactId>vpp-classifier-api</artifactId>
-            <version>1.19.04</version>
+            <version>1.19.04.1-SNAPSHOT</version>
         </dependency>
 
         <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
index 6b53de0..a597923 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 434bf72..7463867 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index b12a8ea..dd8c524 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 45bc325..9fe0d9e 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-common-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 7ac385b..20342b0 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index cfe3bbb..1234de2 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index bbf63c6..0693d08 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 2b8d9f7..a9b3cfb 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 9ab2b05..c852c51 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
 </project>
\ No newline at end of file
index 69e0d68..3083a70 100644 (file)
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <properties>
         <mockito-core.version>2.2.9</mockito-core.version>
index 55bf6cf..94a2808 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index a599eb8..e8e2330 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <modules>
         <module>core</module>
index 587a571..6788632 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>scripts</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 89b6e4e..64d6a9a 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
 
   <properties>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <v3po.version>1.19.04</v3po.version>
-    <lisp.version>1.19.04</lisp.version>
-    <vpp.common.integration.version>1.19.04</vpp.common.integration.version>
-    <vppnsh.version>1.19.04</vppnsh.version>
-    <nat.version>1.19.04</nat.version>
-    <ioam.version>1.19.04</ioam.version>
-    <routing.version>1.19.04</routing.version>
-    <acl.version>1.19.04</acl.version>
-    <dhcp.version>1.19.04</dhcp.version>
-    <vpp.classifier.version>1.19.04</vpp.classifier.version>
-    <l3-impl.version>1.19.04</l3-impl.version>
-    <vpp-management-impl.version>1.19.04</vpp-management-impl.version>
-    <iface.role.version>1.19.04</iface.role.version>
-    <hc2vpp.bgp.version>1.19.04</hc2vpp.bgp.version>
+    <v3po.version>1.19.04.1-SNAPSHOT</v3po.version>
+    <lisp.version>1.19.04.1-SNAPSHOT</lisp.version>
+    <vpp.common.integration.version>1.19.04.1-SNAPSHOT</vpp.common.integration.version>
+    <vppnsh.version>1.19.04.1-SNAPSHOT</vppnsh.version>
+    <nat.version>1.19.04.1-SNAPSHOT</nat.version>
+    <ioam.version>1.19.04.1-SNAPSHOT</ioam.version>
+    <routing.version>1.19.04.1-SNAPSHOT</routing.version>
+    <acl.version>1.19.04.1-SNAPSHOT</acl.version>
+    <dhcp.version>1.19.04.1-SNAPSHOT</dhcp.version>
+    <vpp.classifier.version>1.19.04.1-SNAPSHOT</vpp.classifier.version>
+    <l3-impl.version>1.19.04.1-SNAPSHOT</l3-impl.version>
+    <vpp-management-impl.version>1.19.04.1-SNAPSHOT</vpp-management-impl.version>
+    <iface.role.version>1.19.04.1-SNAPSHOT</iface.role.version>
+    <hc2vpp.bgp.version>1.19.04.1-SNAPSHOT</hc2vpp.bgp.version>
 
     <distribution.modules>
       io.fd.hc2vpp.common.integration.VppCommonModule,
index e17cda4..9638549 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.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 3f43ec7..d007c8b 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 3485b6f..9ccbd64 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 11875fb..3c300f6 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <description>Aggregator for Hc2vpp vpp-management plugin</description>
 
     <modules>
index 819c9a3..fea07c4 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-echo '19.04-release'
+echo 'RELEASE'
 
 # Determines which VPP version to use in hc2vpp-integration job.
 # 'RELEASE' will use the latest VPP in the respective branch.