Hc2vpp 1.18.04 release 86/12286/1 v1.18.04
authorMarek Gradzki <mgradzki@cisco.com>
Mon, 30 Apr 2018 08:10:20 +0000 (10:10 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Mon, 30 Apr 2018 08:10:20 +0000 (10:10 +0200)
Change-Id: Ie9d36ef641e2e6acc1636e3d4affc92a91866f07
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
73 files changed:
acl/acl-api/pom.xml
acl/acl-impl/pom.xml
acl/pom.xml
bgp/bgp-prefix-sid/pom.xml
bgp/inet/pom.xml
bgp/pom.xml
common/api-parent/pom.xml
common/hc2vpp-parent/pom.xml
common/impl-parent/pom.xml
common/minimal-distribution-parent/pom.xml
common/pom.xml
dhcp/dhcp-api/pom.xml
dhcp/dhcp-impl/pom.xml
dhcp/pom.xml
interface-role/api/pom.xml
interface-role/impl/pom.xml
interface-role/pom.xml
ioam/api/pom.xml
ioam/impl/pom.xml
ioam/pom.xml
it/api-coverage/pom.xml
it/api-test/pom.xml
it/pom.xml
l3/api/pom.xml
l3/impl/pom.xml
l3/pom.xml
l3/utils/pom.xml
lisp/api/pom.xml
lisp/lisp2vpp/pom.xml
lisp/pom.xml
mpls/api/pom.xml
mpls/impl/pom.xml
mpls/pom.xml
nat/nat-api/pom.xml
nat/nat2vpp/pom.xml
nat/pom.xml
nsh/api/pom.xml
nsh/impl/pom.xml
nsh/pom.xml
packaging/rpm/hc2vpp_version
packaging/rpm/release
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 1c3345b..8f5c492 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -24,7 +24,7 @@
   <groupId>io.fd.hc2vpp.acl</groupId>
   <artifactId>acl-api</artifactId>
   <name>acl-api</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 30c45f6..974aadc 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.acl</groupId>
     <artifactId>acl-impl</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <properties>
         <jvpp.acl.version>18.04</jvpp.acl.version>
index 3046cdb..fec015e 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>acl-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <name>acl-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 7300e01..0a93d59 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -13,7 +13,7 @@
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-prefix-sid</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 07650b6..c2adcdc 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -13,7 +13,7 @@
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-inet</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index cbec445..565cd57 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 7168819..b7a376d 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>pom</packaging>
 
     <build>
index 974adfc..e23464b 100644 (file)
@@ -7,17 +7,17 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath/>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>pom</packaging>
 
     <properties>
-        <honeycomb.version>1.18.04-SNAPSHOT</honeycomb.version>
+        <honeycomb.version>1.18.04</honeycomb.version>
     </properties>
 </project>
\ No newline at end of file
index 11870d7..cc92f9c 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -23,7 +23,7 @@
             <dependency>
                 <groupId>io.fd.honeycomb.common</groupId>
                 <artifactId>impl-parent</artifactId>
-                <version>1.18.04-SNAPSHOT</version>
+                <version>1.18.04</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index a16297d..9434e13 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 56a408a..5f4f254 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>hc2vpp-parent</relativePath>
     </parent>
 
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-common-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <description>Aggregator for common maven parents providing base configuration for Hc2vpp modules</description>
index 4fd7b44..dadf67b 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -24,7 +24,7 @@
   <groupId>io.fd.hc2vpp.dhcp</groupId>
   <artifactId>dhcp-api</artifactId>
   <name>dhcp-api</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 1eb334f..6cbdc62 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -24,7 +24,7 @@
     <groupId>io.fd.hc2vpp.dhcp</groupId>
     <artifactId>dhcp-impl</artifactId>
     <name>dhcp-impl</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
             <artifactId>translate-impl</artifactId>
-            <version>1.18.04-SNAPSHOT</version>
+            <version>1.18.04</version>
         </dependency>
 
 
index e0ed8fa..8aff781 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>dhcp-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <name>dhcp-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index ff5e7d4..44b2eae 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>api</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 08ade3c..d551628 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>impl</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 08f6fa0..5bdbf68 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
@@ -14,7 +14,7 @@
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>interface-role-aggregator</artifactId>
     <packaging>pom</packaging>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
 
     <modules>
index 9196438..ef18747 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 20bcb00..7950919 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-impl</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <properties>
index d86ac22..12a2208 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 51a6e0d..2f0a613 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.hc2vpp.it</groupId>
     <artifactId>api-coverage</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 94527c5..40a2862 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api-test</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index bfdae6f..8754c6c 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 5654127..751e140 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.l3</groupId>
     <artifactId>l3-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <dependency>
index 1b8fbe4..6abbe57 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.l3</groupId>
     <artifactId>l3-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <dependency>
index f162254..8ce2c5e 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <packaging>pom</packaging>
index 6dacb0a..da7e126 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.l3</groupId>
     <artifactId>l3-utils</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <dependency>
index d9e6884..a7d1062 100755 (executable)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <properties>
         <project.translate.groupId>io.fd.honeycomb</project.translate.groupId>
-        <naming.context.version>1.18.04-SNAPSHOT</naming.context.version>
+        <naming.context.version>1.18.04</naming.context.version>
     </properties>
 
     <dependencies>
index d4071f7..2f07ca8 100755 (executable)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <properties>
index 2ffb07e..8a5d167 100755 (executable)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 3be5a8e..5855aa6 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <dependency>
index f30169a..cef79a2 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 9cf2cca..3d6fda6 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 32f7bc5..757249a 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.18.04-SNAPSHOT</naming.context.version>
+    <naming.context.version>1.18.04</naming.context.version>
   </properties>
 
   <dependencies>
index c95612c..7cf4a72 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.nat</groupId>
     <artifactId>nat2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <hc2vpp.common.version>1.18.04-SNAPSHOT</hc2vpp.common.version>
+        <hc2vpp.common.version>1.18.04</hc2vpp.common.version>
     </properties>
 
     <dependencies>
index 3e8ca29..4bf4366 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <name>nat-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index b30e1c7..74ff872 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index ba5c96f..a3a862e 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-impl</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <properties>
index 8381c28..5ac3714 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index a084540..fdecc27 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 820733b..3425b44 100755 (executable)
 #
 # echo RC1~$BUILD_NUMBER
 # echo RC1
-echo RC2~$BUILD_NUMBER
+echo RC2~$BUILD_NUMBER
 # echo RC2
 #
 # Release snapshot (1.18.04~XXX, 1.18.04.1~XXX, ...)
 # echo RELEASE~$BUILD_NUMBER
 #
 # Release version (1.18.04, 1.18.04.1, ...)
-echo RELEASE
\ No newline at end of file
+echo RELEASE
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 1944a2c..9d345f6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>hc2vpp-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <name>hc2vpp</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 026a252..4a90c94 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 0b576f7..04033a8 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-aggregator</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index d93f2fd..9bd3a1e 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 4bfb192..17d0ccf 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 8af3452..44ae255 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index dd537c5..58d1662 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -13,7 +13,7 @@
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>samples-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 1c2e888..36664f3 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>samples-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <!-- Api classes generated from yang model -->
index c13c45e..0245d87 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index bf698fb..f418614 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 714cdb0..9019c44 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.hc2vpp.v3po</groupId>
     <artifactId>v3po2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 0b2873d..6f528eb 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
     <artifactId>vpp-classifier-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 99953ed..c57548d 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
     <artifactId>vpp-classifier-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <!-- Api -->
         <dependency>
             <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
             <artifactId>vpp-classifier-api</artifactId>
-            <version>1.18.04-SNAPSHOT</version>
+            <version>1.18.04</version>
         </dependency>
 
         <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
index dd1b9b7..230b0ba 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 47ea4e9..22d25b3 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/api-parent</relativePath>
   </parent>
 
@@ -26,7 +26,7 @@
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>naming-context-api</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 47dbfcb..24aae4d 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -27,7 +27,7 @@
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>naming-context-impl</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 728647f..769541f 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-common-aggregator</artifactId>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 795dd75..0ba07b5 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>vpp-common-integration</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <properties>
         <jvpp.version>18.04</jvpp.version>
index 88832f7..8dd29b9 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -27,7 +27,7 @@
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-impl-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
   <packaging>pom</packaging>
 
   <properties>
index b3e4bd0..d97b260 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <properties>
index 5c64a56..724030b 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-utils</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>bundle</packaging>
 
     <properties>
index ad8fea9..51955b2 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -40,6 +40,6 @@
     <artifactId>docs-api</artifactId>
     <name>${project.artifactId}</name>
     <groupId>io.fd.hc2vpp.docs</groupId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
 </project>
\ No newline at end of file
index ebb6549..f57dd2f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs-core</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <properties>
         <mockito-core.version>2.2.9</mockito-core.version>
index 018b348..25c678f 100644 (file)
@@ -23,7 +23,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <properties>
         <!-- List of modules that are used to extract Writer/Reader factories, and therefore generate api documentation -->
index 3143048..44b2e80 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -30,7 +30,7 @@
     <artifactId>api-docs</artifactId>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <modules>
         <module>core</module>
index b36926b..547af51 100644 (file)
@@ -23,7 +23,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>scripts</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <properties>
         <groovy.version>2.4.7</groovy.version>
index 8d043ca..3c0a3f2 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <relativePath>../../common/minimal-distribution-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.integration</groupId>
   <artifactId>vpp-integration-distribution</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.04-SNAPSHOT</version>
+  <version>1.18.04</version>
 
   <properties>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <v3po.version>1.18.04-SNAPSHOT</v3po.version>
-    <lisp.version>1.18.04-SNAPSHOT</lisp.version>
-    <vpp.common.integration.version>1.18.04-SNAPSHOT</vpp.common.integration.version>
-    <vppnsh.version>1.18.04-SNAPSHOT</vppnsh.version>
-    <nat.version>1.18.04-SNAPSHOT</nat.version>
-    <ioam.version>1.18.04-SNAPSHOT</ioam.version>
-    <routing.version>1.18.04-SNAPSHOT</routing.version>
-    <acl.version>1.18.04-SNAPSHOT</acl.version>
-    <dhcp.version>1.18.04-SNAPSHOT</dhcp.version>
-    <vpp.classifier.version>1.18.04-SNAPSHOT</vpp.classifier.version>
-    <l3-impl.version>1.18.04-SNAPSHOT</l3-impl.version>
-    <vpp-management-impl.version>1.18.04-SNAPSHOT</vpp-management-impl.version>
-    <iface.role.version>1.18.04-SNAPSHOT</iface.role.version>
-    <hc2vpp.bgp.version>1.18.04-SNAPSHOT</hc2vpp.bgp.version>
+    <v3po.version>1.18.04</v3po.version>
+    <lisp.version>1.18.04</lisp.version>
+    <vpp.common.integration.version>1.18.04</vpp.common.integration.version>
+    <vppnsh.version>1.18.04</vppnsh.version>
+    <nat.version>1.18.04</nat.version>
+    <ioam.version>1.18.04</ioam.version>
+    <routing.version>1.18.04</routing.version>
+    <acl.version>1.18.04</acl.version>
+    <dhcp.version>1.18.04</dhcp.version>
+    <vpp.classifier.version>1.18.04</vpp.classifier.version>
+    <l3-impl.version>1.18.04</l3-impl.version>
+    <vpp-management-impl.version>1.18.04</vpp-management-impl.version>
+    <iface.role.version>1.18.04</iface.role.version>
+    <hc2vpp.bgp.version>1.18.04</hc2vpp.bgp.version>
 
     <distribution.modules>
       io.fd.hc2vpp.common.integration.VppCommonModule,
index e60a58f..b6f2cd4 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.integration</groupId>
     <artifactId>vpp-integration</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description>
index 9409e81..472e95c 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <dependency>
index f0affe9..01c2e9d 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
     </parent>
 
@@ -30,7 +30,7 @@
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
 
     <dependencies>
         <!-- Api -->
index 9057392..d0a3b7d 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.04-SNAPSHOT</version>
+        <version>1.18.04</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
@@ -31,7 +31,7 @@
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-aggregator</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.18.04</version>
     <description>Aggregator for Hc2vpp vpp-management plugin</description>
 
     <modules>
index fea07c4..eaacb3a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-echo 'RELEASE'
+echo '18.04-release'
 
 # Determines which VPP version to use in hc2vpp-integration job.
 # 'RELEASE' will use the latest VPP in the respective branch.