Bump hc2vpp version to 1.18.01-RC1 47/10047/1 v1.18.01-RC1
authorMarek Gradzki <[email protected]>
Wed, 10 Jan 2018 06:57:10 +0000 (07:57 +0100)
committerMarek Gradzki <[email protected]>
Wed, 10 Jan 2018 10:01:21 +0000 (11:01 +0100)
Change-Id: I5c7d5de7e3963c42fb1a133b17e9c8f3d415821f
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/deb/common/prepare.sh
packaging/rpm/honeycomb.spec
packaging/rpm/release
packaging/rpm/rpmbuild.sh
pom.xml
release-notes/pom.xml
routing/pom.xml
routing/routing-api/pom.xml
routing/routing-impl/pom.xml
samples/pom.xml
samples/samples-api/pom.xml
samples/samples-impl/pom.xml
v3po/api/pom.xml
v3po/pom.xml
v3po/v3po2vpp/pom.xml
vpp-classifier/api/pom.xml
vpp-classifier/impl/pom.xml
vpp-classifier/pom.xml
vpp-common/naming-context-api/pom.xml
vpp-common/naming-context-impl/pom.xml
vpp-common/pom.xml
vpp-common/vpp-common-integration/pom.xml
vpp-common/vpp-impl-parent/pom.xml
vpp-common/vpp-translate-test/pom.xml
vpp-common/vpp-translate-utils/pom.xml
vpp-integration/api-docs/api/pom.xml
vpp-integration/api-docs/core/pom.xml
vpp-integration/api-docs/docs/pom.xml
vpp-integration/api-docs/pom.xml
vpp-integration/api-docs/scripts/pom.xml
vpp-integration/minimal-distribution/pom.xml
vpp-integration/pom.xml
vpp-management/api/pom.xml
vpp-management/impl/pom.xml
vpp-management/pom.xml

index 641bd6e..f377f3e 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 4a18f7a..d71d5de 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <properties>
         <jvpp.acl.version>18.01-SNAPSHOT</jvpp.acl.version>
index 51e7160..e9306f1 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>acl-aggregator</artifactId>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <name>acl-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 15587bd..aae097a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 4e1e8f0..c6666a5 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 8afc486..436dedd 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.bgp</groupId>
     <artifactId>bgp-aggregator</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index a980a54..e23e0e3 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>pom</packaging>
 
     <build>
index 33660e4..739848b 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath/>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>pom</packaging>
 </project>
\ No newline at end of file
index 2883c92..d313bd2 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+                <version>1.18.01-RC1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index b5e7464..ab2fd14 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+                <version>1.18.01-RC1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.18.01-SNAPSHOT</version>
+                            <version>1.18.01-RC1</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>minimal-assembly-descriptor</artifactId>
-                            <version>1.18.01-SNAPSHOT</version>
+                            <version>1.18.01-RC1</version>
                         </dependency>
                     </dependencies>
                     <executions>
index ecada16..e4816ee 100644 (file)
@@ -7,14 +7,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>hc2vpp-parent</relativePath>
     </parent>
 
 
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-common-aggregator</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <description>Aggregator for common maven parents providing base configuration for Hc2vpp modules</description>
index e84186d..03ef3db 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index a861de1..2b0153d 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
             <artifactId>translate-impl</artifactId>
-            <version>1.18.01-SNAPSHOT</version>
+            <version>1.18.01-RC1</version>
         </dependency>
 
 
index fc7124a..3e69e84 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
   <artifactId>dhcp-aggregator</artifactId>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <name>dhcp-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 97a075b..4039d9b 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index ea08e4a..cb7643d 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>impl</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index a50253c..871eeb4 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
 
     <modules>
index 1eef35e..272b1d1 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index faffd9f..612a550 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <properties>
index ce77633..fd28f88 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.ioam</groupId>
   <artifactId>vppioam-aggregator</artifactId>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 65f1e7e..b33f4ce 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 3ee9f94..f0fd744 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api-test</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 0818f1d..13bca3f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index ce895a1..f7200e4 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <dependency>
index 544cd90..c92b3f3 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <dependency>
index fd73019..4ff4255 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <packaging>pom</packaging>
index 5199d1d..2c134a2 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <dependency>
index 3b9992e..7546151 100755 (executable)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <properties>
         <project.translate.groupId>io.fd.honeycomb</project.translate.groupId>
-        <naming.context.version>1.18.01-SNAPSHOT</naming.context.version>
+        <naming.context.version>1.18.01-RC1</naming.context.version>
     </properties>
 
     <dependencies>
index d55bebf..01fed05 100755 (executable)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <properties>
index ec97cca..0b7747c 100755 (executable)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.lisp</groupId>
     <artifactId>lisp-aggregator</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 1793783..d20040c 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <dependency>
index 4005e63..fa0e429 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <!-- Honeycomb infrastructure -->
index 52cd9bd..e3631f1 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.mpls</groupId>
     <artifactId>mpls-aggregator</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 4fc9426..0a29a88 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <naming.context.version>1.18.01-SNAPSHOT</naming.context.version>
+    <naming.context.version>1.18.01-RC1</naming.context.version>
   </properties>
 
   <dependencies>
index 653695d..4596475 100644 (file)
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
         <relativePath>../../vpp-common/vpp-impl-parent</relativePath>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.nat</groupId>
     <artifactId>nat2vpp</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <properties>
-        <honeycomb.infra.version>1.18.01-SNAPSHOT</honeycomb.infra.version>
-        <hc2vpp.common.version>1.18.01-SNAPSHOT</hc2vpp.common.version>
+        <honeycomb.infra.version>1.18.01-RC1</honeycomb.infra.version>
+        <hc2vpp.common.version>1.18.01-RC1</hc2vpp.common.version>
     </properties>
 
     <dependencies>
index 08e264b..56a0954 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nat</groupId>
   <artifactId>nat-aggregator</artifactId>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <name>nat-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 79638db..ec616a0 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 91b222e..743db72 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <properties>
index 467d838..2cd247a 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.nsh</groupId>
   <artifactId>vppnsh-aggregator</artifactId>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 225ea2c..6f3c8de 100755 (executable)
@@ -14,9 +14,9 @@ BUILD_DEPENDENCIES=$($5)
 
 # Copy and unpack the archive with vpp-integration distribution
 ARCHIVE_DIR=${SOURCE_DIR}/../../../vpp-integration/minimal-distribution/target/
-ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT-hc.tar.gz
+ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-${VERSION}-RC1-hc.tar.gz
 cp ${ARCHIVE} ${SOURCE_DIR}
-ARCHIVE=${SOURCE_DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT-hc.tar.gz
+ARCHIVE=${SOURCE_DIR}/vpp-integration-distribution-${VERSION}-RC1-hc.tar.gz
 tar -xf ${ARCHIVE} -C ${SOURCE_DIR}/
 
 # Create packaging root
@@ -24,7 +24,7 @@ rm -rf ${BUILD_DIR}
 mkdir ${BUILD_DIR}
 
 # Copy contents of tar.gz
-mv ${SOURCE_DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT/ ${BUILD_DIR}/
+mv ${SOURCE_DIR}/vpp-integration-distribution-${VERSION}-RC1/ ${BUILD_DIR}/
 cp -r $2 ${BUILD_DIR}
 
 # OS service definition
@@ -41,7 +41,7 @@ EOT
 
 # Install instructions
 cat <<EOT >> ${BUILD_DIR}/debian/install
-vpp-integration-distribution-${VERSION}-SNAPSHOT/* /opt/honeycomb/
+vpp-integration-distribution-${VERSION}-RC1/* /opt/honeycomb/
 $3 $4
 EOT
 
index 3c4e7ef..bb90aad 100644 (file)
@@ -17,7 +17,7 @@ Summary:    fd.io Honeycomb
 Group:      Applications/Communications
 License:    Apache-1.0
 URL:        http://www.fd.io
-Source0:     vpp-integration-distribution-%{_version}-SNAPSHOT-hc.zip
+Source0:     vpp-integration-distribution-%{_version}-RC1-hc.zip
 Source1:     honeycomb.service
 Requires:    %{_vpp_dependencies}, java >= 1:1.8.0
 # Required for creating honeycomb group
@@ -38,13 +38,13 @@ fd.io Honeycomb
 
 %prep
 # Extract Source0 (Honeycomb archive)
-%autosetup -n vpp-integration-distribution-%{_version}-SNAPSHOT
+%autosetup -n vpp-integration-distribution-%{_version}-RC1
 
 %install
 # Create directory in build root for Honeycomb
 mkdir -p $RPM_BUILD_ROOT/opt/%name
 # Copy Honeycomb from archive to its dir in build root
-cp -r ../vpp-integration-distribution-%{_version}-SNAPSHOT/* $RPM_BUILD_ROOT/opt/%name
+cp -r ../vpp-integration-distribution-%{_version}-RC1/* $RPM_BUILD_ROOT/opt/%name
 # Create directory in build root for systemd .service file
 mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
 # Copy Honeycomb's systemd .service file to correct dir in build root
index 5868dc6..dfc7024 100755 (executable)
@@ -10,8 +10,8 @@
 #
 # Stable versions
 #
-echo RC1~$BUILD_NUMBER
-echo RC1
+echo RC1~$BUILD_NUMBER
+echo RC1
 # echo RC2~$BUILD_NUMBER
 # echo RC2
 #
index 8691b68..cf76e67 100755 (executable)
@@ -3,7 +3,7 @@ set -xe
 DIR=$(dirname $0)
 DIR=$(readlink -f $DIR)
 ZIPDIR=${DIR}/../../vpp-integration/minimal-distribution/target/
-ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.18.01-SNAPSHOT-hc.zip
+ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.18.01-RC1-hc.zip
 mkdir -p ${DIR}/SOURCES/
 cp $ZIPFILE ${DIR}/SOURCES/
 cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/
diff --git a/pom.xml b/pom.xml
index 50a326a..45f0023 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <relativePath>common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>hc2vpp-aggregator</artifactId>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <name>hc2vpp</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 91ad40b..e39e0f8 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 1f56016..f7299e4 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-aggregator</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 136f371..d503904 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <dependencyManagement>
index 59fff2a..d0718e2 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 7541e50..8ba5bcb 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 4ae01a7..bf84a5d 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 1bb69f4..951b4e2 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <!-- Api classes generated from yang model -->
index c1c30ac..5d427e6 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index b08d6fd..79f590f 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.v3po</groupId>
   <artifactId>v3po-aggregator</artifactId>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index b2d7a19..258f87b 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 2b0785e..29d86b3 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 038f28f..9346c24 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <!-- Api -->
         <dependency>
             <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
             <artifactId>vpp-classifier-api</artifactId>
-            <version>1.18.01-SNAPSHOT</version>
+            <version>1.18.01-RC1</version>
         </dependency>
 
         <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
index 453a203..6f5fe05 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../common/hc2vpp-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index dd32a4c..249edf8 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 4f326c0..a6fdd08 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 1d3ac59..7914c78 100644 (file)
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>hc2vpp-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <relativePath>../common/hc2vpp-parent</relativePath>
   </parent>
 
   <groupId>io.fd.hc2vpp.common</groupId>
   <artifactId>vpp-common-aggregator</artifactId>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index e4f6b1f..f142aa9 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <properties>
-        <honeycomb.min.distro.version>1.18.01-SNAPSHOT</honeycomb.min.distro.version>
+        <honeycomb.min.distro.version>1.18.01-RC1</honeycomb.min.distro.version>
         <jvpp.version>18.01-SNAPSHOT</jvpp.version>
         <hamcrest.version>1.3</hamcrest.version>
     </properties>
index ed348ca..4f870ce 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
   <packaging>pom</packaging>
 
   <properties>
index 28d9fc8..64ce57e 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../vpp-impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <properties>
index a3be8eb..2470cc7 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>bundle</packaging>
 
     <properties>
index 66eb75c..0a6a9c8 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
 </project>
\ No newline at end of file
index 8aa4611..0c6e759 100644 (file)
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <properties>
         <mockito-core.version>1.10.19</mockito-core.version>
index 5a6888b..5e871ef 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <properties>
         <!-- List of modules that are used to extract Writer/Reader factories, and therefore generate api documentation -->
index a0c8840..36b0ee9 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>hc2vpp-parent</artifactId>
         <groupId>io.fd.hc2vpp.common</groupId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <modules>
         <module>core</module>
index 3d73af7..825cae1 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>scripts</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <properties>
         <groovy.version>2.4.7</groovy.version>
index 29a3970..1b764b6 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</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-SNAPSHOT</version>
+  <version>1.18.01-RC1</version>
 
   <properties>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <v3po.version>1.18.01-SNAPSHOT</v3po.version>
-    <lisp.version>1.18.01-SNAPSHOT</lisp.version>
-    <hc.infra.version>1.18.01-SNAPSHOT</hc.infra.version>
-    <vpp.common.integration.version>1.18.01-SNAPSHOT</vpp.common.integration.version>
-    <vppnsh.version>1.18.01-SNAPSHOT</vppnsh.version>
-    <nat.version>1.18.01-SNAPSHOT</nat.version>
-    <ioam.version>1.18.01-SNAPSHOT</ioam.version>
-    <routing.version>1.18.01-SNAPSHOT</routing.version>
-    <acl.version>1.18.01-SNAPSHOT</acl.version>
-    <dhcp.version>1.18.01-SNAPSHOT</dhcp.version>
-    <vpp.classifier.version>1.18.01-SNAPSHOT</vpp.classifier.version>
-    <l3-impl.version>1.18.01-SNAPSHOT</l3-impl.version>
-    <vpp-management-impl.version>1.18.01-SNAPSHOT</vpp-management-impl.version>
-    <iface.role.version>1.18.01-SNAPSHOT</iface.role.version>
-    <hc2vpp.bgp.version>1.18.01-SNAPSHOT</hc2vpp.bgp.version>
+    <v3po.version>1.18.01-RC1</v3po.version>
+    <lisp.version>1.18.01-RC1</lisp.version>
+    <hc.infra.version>1.18.01-RC1</hc.infra.version>
+    <vpp.common.integration.version>1.18.01-RC1</vpp.common.integration.version>
+    <vppnsh.version>1.18.01-RC1</vppnsh.version>
+    <nat.version>1.18.01-RC1</nat.version>
+    <ioam.version>1.18.01-RC1</ioam.version>
+    <routing.version>1.18.01-RC1</routing.version>
+    <acl.version>1.18.01-RC1</acl.version>
+    <dhcp.version>1.18.01-RC1</dhcp.version>
+    <vpp.classifier.version>1.18.01-RC1</vpp.classifier.version>
+    <l3-impl.version>1.18.01-RC1</l3-impl.version>
+    <vpp-management-impl.version>1.18.01-RC1</vpp-management-impl.version>
+    <iface.role.version>1.18.01-RC1</iface.role.version>
+    <hc2vpp.bgp.version>1.18.01-RC1</hc2vpp.bgp.version>
 
     <distribution.modules>
       io.fd.hc2vpp.common.integration.VppCommonModule,
index fbd888a..f32af4a 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description>
index 630e2ad..094800c 100644 (file)
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 </project>
\ No newline at end of file
index 81ffd74..98f33f4 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>vpp-impl-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
 
     <dependencies>
         <!-- Api -->
index 93c57b0..3b95ea7 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.hc2vpp.common</groupId>
         <artifactId>hc2vpp-parent</artifactId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.01-RC1</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-SNAPSHOT</version>
+    <version>1.18.01-RC1</version>
     <description>Aggregator for Hc2vpp vpp-management plugin</description>
 
     <modules>