Set hc2vpp version to 1.18.01.3-SNAPSHOT 30/12730/1
authorMarek Gradzki <[email protected]>
Thu, 24 May 2018 20:17:27 +0000 (22:17 +0200)
committerMarek Gradzki <[email protected]>
Thu, 24 May 2018 20:21:16 +0000 (22:21 +0200)
Change-Id: Ic9b94e11989ad128df3c51fa6a2cf1db268a9444
Signed-off-by: Marek Gradzki <[email protected]>
74 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/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 b25fba6..83b2819 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index e2c2aee..7c34e8c 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <properties>
         <jvpp.acl.version>18.01.2</jvpp.acl.version>
index ad86882..accd12c 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>acl-aggregator</artifactId>
-  <version>1.18.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <name>acl-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index d753d14..f3c858e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 27fe777..c21eea9 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index d32241c..11f5223 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-aggregator</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index cecbc14..829ceea 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <build>
index 9235368..1ed12f4 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 </project>
\ No newline at end of file
index 46526f6..251e675 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <!-- import dependencies from honeycomb impl-parent  -->
@@ -23,7 +23,7 @@
             <dependency>
                 <groupId>io.fd.honeycomb.common</groupId>
                 <artifactId>impl-parent</artifactId>
-                <version>1.18.01.2</version>
+                <version>1.18.01.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 0845eaf..d222610 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
 
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>io.fd.honeycomb.common</groupId>
                 <artifactId>minimal-distribution-parent</artifactId>
-                <version>1.18.01.2</version>
+                <version>1.18.01.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.18.01.2</version>
+                            <version>1.18.01.3-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>minimal-assembly-descriptor</artifactId>
-                            <version>1.18.01.2</version>
+                            <version>1.18.01.3-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>
index 9be4def..6f9e73e 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>hc2vpp-parent</relativePath>
     </parent>
 
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-common-aggregator</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <description>Aggregator for common maven parents providing base configuration for Hc2vpp modules</description>
index a9ab32b..76cb166 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 9af5132..d220a7d 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
             <artifactId>translate-impl</artifactId>
-            <version>1.18.01.2</version>
+            <version>1.18.01.3-SNAPSHOT</version>
         </dependency>
 
 
index 25cd29b..52b5a84 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>dhcp-aggregator</artifactId>
-  <version>1.18.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <name>dhcp-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 2a09e17..58c6ac2 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 8be3efe..d71f2eb 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>impl</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 9a76ef6..8b80049 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <modules>
index 03a42b1..8f02386 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 7ae4b2f..3d9f716 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 31c41a8..d421300 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-aggregator</artifactId>
-  <version>1.18.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 6eead65..5d9e8aa 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 4bb4994..ac02a9f 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api-test</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index c44fe5c..08962d3 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 495be4e..a8231fd 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 07bab56..19eed89 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 884fd26..eab853f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <packaging>pom</packaging>
index f3d25f0..5c0d492 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index b0f1105..bbc10ec 100755 (executable)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <naming.context.version>1.18.01.2</naming.context.version>
+        <naming.context.version>1.18.01.3-SNAPSHOT</naming.context.version>
     </properties>
 
     <dependencies>
index 6ebcb77..5358836 100755 (executable)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index e7e7e5a..c471808 100755 (executable)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-aggregator</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 92bff6f..c4617bf 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 0d9741e..a534b1d 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index a09842f..9ce1876 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-aggregator</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 3a7ecd9..d6a47c0 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.18.01.2</naming.context.version>
+    <naming.context.version>1.18.01.3-SNAPSHOT</naming.context.version>
   </properties>
 
   <dependencies>
index 6ecf1a1..c4a2548 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.nat</groupId>
     <artifactId>nat2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <honeycomb.infra.version>1.18.01.2</honeycomb.infra.version>
-        <hc2vpp.common.version>1.18.01.2</hc2vpp.common.version>
+        <honeycomb.infra.version>1.18.01.3-SNAPSHOT</honeycomb.infra.version>
+        <hc2vpp.common.version>1.18.01.3-SNAPSHOT</hc2vpp.common.version>
     </properties>
 
     <dependencies>
index 1e98844..9bc5f2e 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-aggregator</artifactId>
-  <version>1.18.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <name>nat-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index e9d10e2..2ecfbac 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index b7b46a7..e440961 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index f1d3878..8bef46d 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-aggregator</artifactId>
-  <version>1.18.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
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 be1be39..550de4f 100755 (executable)
@@ -16,7 +16,7 @@
 # echo RC2
 #
 # Release snapshot (1.18.01~XXX, 1.18.01.1~XXX, ...)
-echo RELEASE~$BUILD_NUMBER
+echo RELEASE~$BUILD_NUMBER
 #
 # Release version (1.18.01, 1.18.01.1, ...)
-echo RELEASE
\ No newline at end of file
+echo RELEASE
\ No newline at end of file
index cbcb4d8..496132b 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-echo 1.18.01.2
+echo 1.18.01.3-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index b7b296b..ac5025b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <relativePath>common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>hc2vpp-aggregator</artifactId>
-  <version>1.18.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <name>hc2vpp</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index aa85057..0f49423 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.18.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index a5a1c21..499f37f 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-aggregator</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 5a72117..35c084a 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-api</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 00cdc63..382c535 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-impl</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index d53c680..5e73144 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 9894d4d..08ef6d2 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 185144f..8be31f3 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api classes generated from yang model -->
index 34061ad..daeca3d 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 05736fe..2e52692 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-aggregator</artifactId>
-  <version>1.18.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 72d40b2..b02f1e7 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 7cf3776..ec79d46 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 6f2b65b..12abe42 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
         <dependency>
             <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
             <artifactId>vpp-classifier-api</artifactId>
-            <version>1.18.01.2</version>
+            <version>1.18.01.3-SNAPSHOT</version>
         </dependency>
 
         <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
index 07e9a42..63da853 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 12cdcc3..5e12997 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index fceaa7d..2f0a2ff 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 98719b8..e45c143 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-common-aggregator</artifactId>
-  <version>1.18.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 0fb0f54..56cc7e2 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>vpp-common-integration</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <properties>
-        <honeycomb.min.distro.version>1.18.01.2</honeycomb.min.distro.version>
+        <honeycomb.min.distro.version>1.18.01.3-SNAPSHOT</honeycomb.min.distro.version>
         <jvpp.version>18.01.2</jvpp.version>
         <hamcrest.version>1.3</hamcrest.version>
     </properties>
index 82155a4..c539fa2 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index e7728cf..8ff6087 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 738c787..52b662f 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 708d869..fa481e6 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -39,6 +39,6 @@
 
     <artifactId>docs-api</artifactId>
     <groupId>io.fd.hc2vpp.docs</groupId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
 </project>
\ No newline at end of file
index 8b92f13..c775939 100644 (file)
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs-core</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <properties>
         <mockito-core.version>1.10.19</mockito-core.version>
index 884aa3d..3e63b86 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <properties>
         <!-- List of modules that are used to extract Writer/Reader factories, and therefore generate api documentation -->
index c17d141..0f744e5 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>api-docs</artifactId>
     <packaging>pom</packaging>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <modules>
         <module>core</module>
index 0b5c52f..00ad0ad 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>scripts</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <properties>
         <groovy.version>2.4.7</groovy.version>
index 62d8ae2..601877d 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-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.01.2</version>
+  <version>1.18.01.3-SNAPSHOT</version>
 
   <properties>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <v3po.version>1.18.01.2</v3po.version>
-    <lisp.version>1.18.01.2</lisp.version>
-    <hc.infra.version>1.18.01.2</hc.infra.version>
-    <vpp.common.integration.version>1.18.01.2</vpp.common.integration.version>
-    <vppnsh.version>1.18.01.2</vppnsh.version>
-    <nat.version>1.18.01.2</nat.version>
-    <ioam.version>1.18.01.2</ioam.version>
-    <routing.version>1.18.01.2</routing.version>
-    <acl.version>1.18.01.2</acl.version>
-    <dhcp.version>1.18.01.2</dhcp.version>
-    <vpp.classifier.version>1.18.01.2</vpp.classifier.version>
-    <l3-impl.version>1.18.01.2</l3-impl.version>
-    <vpp-management-impl.version>1.18.01.2</vpp-management-impl.version>
-    <iface.role.version>1.18.01.2</iface.role.version>
-    <hc2vpp.bgp.version>1.18.01.2</hc2vpp.bgp.version>
+    <v3po.version>1.18.01.3-SNAPSHOT</v3po.version>
+    <lisp.version>1.18.01.3-SNAPSHOT</lisp.version>
+    <hc.infra.version>1.18.01.3-SNAPSHOT</hc.infra.version>
+    <vpp.common.integration.version>1.18.01.3-SNAPSHOT</vpp.common.integration.version>
+    <vppnsh.version>1.18.01.3-SNAPSHOT</vppnsh.version>
+    <nat.version>1.18.01.3-SNAPSHOT</nat.version>
+    <ioam.version>1.18.01.3-SNAPSHOT</ioam.version>
+    <routing.version>1.18.01.3-SNAPSHOT</routing.version>
+    <acl.version>1.18.01.3-SNAPSHOT</acl.version>
+    <dhcp.version>1.18.01.3-SNAPSHOT</dhcp.version>
+    <vpp.classifier.version>1.18.01.3-SNAPSHOT</vpp.classifier.version>
+    <l3-impl.version>1.18.01.3-SNAPSHOT</l3-impl.version>
+    <vpp-management-impl.version>1.18.01.3-SNAPSHOT</vpp-management-impl.version>
+    <iface.role.version>1.18.01.3-SNAPSHOT</iface.role.version>
+    <hc2vpp.bgp.version>1.18.01.3-SNAPSHOT</hc2vpp.bgp.version>
 
     <distribution.modules>
       io.fd.hc2vpp.common.integration.VppCommonModule,
index bdf0cf3..62db65a 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description>
index 740b8be..ac3507e 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 </project>
\ No newline at end of file
index a5388fd..1ec0e4d 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-SNAPSHOT</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-impl</artifactId>
-    <version>1.18.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
 
     <dependencies>
         <!-- Api -->
index da0b793..30a9f64 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01.2</version>
+        <version>1.18.01.3-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.01.2</version>
+    <version>1.18.01.3-SNAPSHOT</version>
     <description>Aggregator for Hc2vpp vpp-management plugin</description>
 
     <modules>
index 28309c7..fea07c4 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-echo '18.01.2-release'
+echo 'RELEASE'
 
 # Determines which VPP version to use in hc2vpp-integration job.
 # 'RELEASE' will use the latest VPP in the respective branch.