Honeycomb 1.19.01 release 80/17280/2 v1.19.01
authorMichal Cmarada <mcmarada@cisco.com>
Mon, 4 Feb 2019 08:09:16 +0000 (09:09 +0100)
committerMichal Cmarada <mcmarada@cisco.com>
Mon, 4 Feb 2019 08:43:26 +0000 (08:43 +0000)
Change-Id: Ieb3ecc040041a51750e7504f6015f4ed1d7f6af0
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
75 files changed:
common/api-parent/pom.xml
common/asciidoc-scripts/pom.xml
common/checkstyle/pom.xml
common/common-scripts/pom.xml
common/honeycomb-parent/pom.xml
common/impl-parent/pom.xml
common/minimal-assembly-descriptor/pom.xml
common/minimal-distribution-parent/pom.xml
common/pom.xml
common/scripts-parent/pom.xml
common/yang-whitelist/pom.xml
common/yang-whitelist/yang-whitelist-api/pom.xml
common/yang-whitelist/yang-whitelist-impl/pom.xml
infra/bgp-distribution-test/pom.xml
infra/bgp-translate-api/pom.xml
infra/bgp-translate-impl/pom.xml
infra/binding-init/pom.xml
infra/cfg-init/pom.xml
infra/data-api/pom.xml
infra/data-impl/pom.xml
infra/footprint/footprint-api/pom.xml
infra/footprint/footprint-impl/pom.xml
infra/footprint/pom.xml
infra/impl/pom.xml
infra/it/benchmark/pom.xml
infra/it/it-test/pom.xml
infra/it/management/pom.xml
infra/it/memory-benchmark-api/pom.xml
infra/it/memory-benchmark-scripts/pom.xml
infra/it/memory-benchmark/pom.xml
infra/it/pom.xml
infra/it/test-model/pom.xml
infra/minimal-distribution-core/pom.xml
infra/minimal-distribution-test/pom.xml
infra/minimal-distribution/pom.xml
infra/northbound/bgp-extensions/evpn/pom.xml
infra/northbound/bgp-extensions/extension-common/pom.xml
infra/northbound/bgp-extensions/inet/pom.xml
infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
infra/northbound/bgp-extensions/labeled-unicast/pom.xml
infra/northbound/bgp-extensions/linkstate/pom.xml
infra/northbound/bgp-extensions/pom.xml
infra/northbound/bgp/pom.xml
infra/northbound/common/pom.xml
infra/northbound/netconf/pom.xml
infra/northbound/pom.xml
infra/northbound/restconf/pom.xml
infra/notification/api/pom.xml
infra/notification/impl/pom.xml
infra/notification/pom.xml
infra/pom.xml
infra/rpc/api/pom.xml
infra/rpc/impl/pom.xml
infra/rpc/pom.xml
infra/test-utils/pom.xml
infra/test-utils/test-api/pom.xml
infra/test-utils/test-tools/pom.xml
infra/translate-api/pom.xml
infra/translate-impl/pom.xml
infra/translate-spi/pom.xml
infra/translate-utils/pom.xml
pom.xml
release-notes/pom.xml
samples/interfaces/mapping/pom.xml
samples/interfaces/models/pom.xml
samples/interfaces/pom.xml
samples/minimal-distribution/pom.xml
samples/pom.xml
tools/archetype/asciidoc/Readme.adoc
tools/archetype/pom.xml
tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml
tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
tools/pom.xml

index 9a9d7c0..77dac10 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>api-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <packaging>pom</packaging>
 
   <properties>
index fdf8512..899932e 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.scripts</groupId>
         <artifactId>scripts-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../scripts-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.doc</groupId>
     <artifactId>asciidoc-scripts</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index d0bc028..0b88dd7 100644 (file)
@@ -4,7 +4,7 @@
   <groupId>io.fd.honeycomb.common</groupId>
   <artifactId>honeycomb-checkstyle</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
 
   <build>
     <pluginManagement>
index 2dc47ae..22f34f9 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.scripts</groupId>
         <artifactId>scripts-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../scripts-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>common-scripts</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>jar</packaging>
 
     <properties>
index 78f7cfe..30e7c85 100644 (file)
@@ -21,7 +21,7 @@
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>pom</packaging>
     <prerequisites>
         <maven>3.1.1</maven>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>honeycomb-checkstyle</artifactId>
                             <!-- Hardcoded version to prevent archetype generated projects to use their own project version -->
-                            <version>1.19.01-SNAPSHOT</version>
+                            <version>1.19.01</version>
                         </dependency>
                         <!-- Necessary for logging checks -->
                         <dependency>
                         <dependency>
                             <groupId>io.fd.honeycomb.doc</groupId>
                             <artifactId>asciidoc-scripts</artifactId>
-                            <version>1.19.01-SNAPSHOT</version>
+                            <version>1.19.01</version>
                         </dependency>
                     </dependencies>
                 </plugin>
index 820e065..845d25c 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>impl-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <packaging>pom</packaging>
 
   <properties>
             <dependency>
               <groupId>io.fd.honeycomb.common</groupId>
               <artifactId>common-scripts</artifactId>
-              <version>1.19.01-SNAPSHOT</version>
+              <version>1.19.01</version>
             </dependency>
           </dependencies>
         </plugin>
index 35572be..b2ed222 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <artifactId>minimal-assembly-descriptor</artifactId>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
index 03c66c2..025a3d9 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>minimal-distribution-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>pom</packaging>
 
     <properties>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.19.01-SNAPSHOT</version>
+                            <version>1.19.01</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>minimal-assembly-descriptor</artifactId>
-                            <version>1.19.01-SNAPSHOT</version>
+                            <version>1.19.01</version>
                         </dependency>
                     </dependencies>
                     <executions>
index fdc5efc..515f1ef 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>honeycomb-parent</relativePath>
   </parent>
 
   <artifactId>honeycomb-common-aggregator</artifactId>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 091d6b6..267c995 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.honeycomb.scripts</groupId>
     <artifactId>scripts-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index fbbc49b..116256a 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
 
index 06b0032..bc4d456 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../honeycomb-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.yang</groupId>
     <artifactId>yang-whitelist-api</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
 
index 366c1ec..b5e66ef 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../honeycomb-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.yang</groupId>
     <artifactId>yang-whitelist-impl</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
 
index 0d65107..f83f2d0 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>bgp-distribution-test</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index a3da302..b9b982a 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>bgp-translate-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index f4d6297..0641858 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>bgp-translate-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
index a80e531..7e1d2b3 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>binding-init</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <properties>
index d541a32..2d920d5 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>cfg-init</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 1fbc947..a7aa91a 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>data-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 80ef7ac..713a701 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>data-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index a56f0f6..7d2e7af 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.footprint</groupId>
     <artifactId>api</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
     <packaging>jar</packaging>
 </project>
\ No newline at end of file
index 3106940..b8dd2ee 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.footprint</groupId>
     <artifactId>impl</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 93cc12a..a3b7d7a 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>infra-aggregator</artifactId>
         <groupId>io.fd.honeycomb</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
index dc41223..1a4fd4e 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -27,7 +27,7 @@
   <groupId>io.fd.honeycomb</groupId>
   <name>${project.artifactId}</name>
   <artifactId>honeycomb-impl</artifactId>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 977e247..5540b0c 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/honeycomb-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>benchmark</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
     <packaging>jar</packaging>
 
index f7999bc..c30213f 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>honeycomb-it-test</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
 
     <properties>
-        <hc.infra.version>1.19.01-SNAPSHOT</hc.infra.version>
+        <hc.infra.version>1.19.01</hc.infra.version>
     </properties>
 
     <dependencies>
index 4bf8dbf..53f48c9 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -32,7 +32,7 @@
 
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>management</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
     <dependencies>
         <dependency>
index ba1e1c3..6219e94 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <artifactId>api-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>memory-benchmark-api</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 </project>
\ No newline at end of file
index bc812bf..ce240dc 100644 (file)
@@ -16,7 +16,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>benchmark-scripts</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
     <packaging>jar</packaging>
 
index d5a05ab..6e2fae3 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -34,7 +34,7 @@
     <version>1.0.0</version>
     <properties>
         <commons-csv.version>1.4</commons-csv.version>
-        <honeycomb.version>1.19.01-SNAPSHOT</honeycomb.version>
+        <honeycomb.version>1.19.01</honeycomb.version>
         <maven.groovy.version>2.0</maven.groovy.version>
         <groovy.version>2.4.7</groovy.version>
         <groovy.eclipse.compiler.version>2.9.2-01</groovy.eclipse.compiler.version>
                     <dependency>
                         <groupId>io.fd.honeycomb.it</groupId>
                         <artifactId>benchmark-scripts</artifactId>
-                        <version>1.19.01-SNAPSHOT</version>
+                        <version>1.19.01</version>
                     </dependency>
                 </dependencies>
             </plugin>
index 516f1b4..ce9196d 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.it</groupId>
   <artifactId>honeycomb-it-aggregator</artifactId>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <name>honeycomb-it</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index fff2cea..d29a628 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../../../common/api-parent</relativePath>
   </parent>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.honeycomb.it</groupId>
   <artifactId>honeycomb-test-model</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 5684e99..d80f086 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>minimal-distribution-core</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 42a70ea..b60cb81 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>minimal-distribution-test</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 91059bf..c97df5c 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>minimal-distribution-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/minimal-distribution-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>minimal-distribution</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
 
     <properties>
         <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
index 7ae76e1..f2d86e3 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound.bgp</groupId>
     <artifactId>evpn</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 90f5dfd..da42dd3 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound.bgp</groupId>
     <artifactId>extension-common</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index de26b41..3697ab3 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound.bgp</groupId>
     <artifactId>inet</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 0218bc5..c285e7e 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound.bgp</groupId>
     <artifactId>l3-vpn-v4</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index f273f41..08b9fd8 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound.bgp</groupId>
     <artifactId>l3-vpn-v6</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index c1ebf16..29e71bd 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound.bgp</groupId>
     <artifactId>labeled-unicast</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
     <dependencies>
         <dependency>
index f1af51a..0a6aaa1 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound.bgp</groupId>
     <artifactId>linkstate</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
     <dependencies>
         <dependency>
index c40c753..377cf95 100644 (file)
     <parent>
         <artifactId>honeycomb-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound.bgp</groupId>
     <artifactId>bgp-extensions</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
     <modules>
         <module>evpn</module>
index c0c3d4e..ca57ecd 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>bgp</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 728ec1c..bc98820 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>common</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 74884fc..259dff2 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>netconf</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <properties>
index a98bf2c..de8c547 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>honeycomb-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index bb58760..15a731a 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>restconf</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 66cead9..a2536f5 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>notification-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 3e8e270..48b5871 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>notification-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 9f252d0..3a3891a 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>notification-aggregator</artifactId>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index c93720d..eea366a 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>infra-aggregator</artifactId>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 521764f..b4642e1 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>rpc-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 5a22d0f..7e6979b 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>rpc-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 4afa723..8a39a76 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>rpc-aggregator</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index b2f6ca1..33e20e4 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 74aa708..b256006 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>api-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 35b9b2a..77c0460 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 058f950..ce90849 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>translate-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index d3d1816..a3d7ac6 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>translate-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index f09b7f9..f21fe76 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>translate-spi</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 88f087c..46c75b0 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>translate-utils</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 991de57..b292e0c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>honeycomb-aggregator</artifactId>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <name>honeycomb</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 1d59a9e..624ec6f 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.nat</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index cdd3df3..88a684b 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../../../common/impl-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-mapping</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <honeycomb.infra.version>1.19.01-SNAPSHOT</honeycomb.infra.version>
+    <honeycomb.infra.version>1.19.01</honeycomb.infra.version>
     <sonar.skip>true</sonar.skip>
   </properties>
 
index c464a1c..4a7c926 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../../../common/api-parent</relativePath>
   </parent>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-models</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <packaging>bundle</packaging>
 
   <properties>
index cf5d7af..68a0223 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-aggregator</artifactId>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 2c3c72a..27c1f67 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../../common/minimal-distribution-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.samples.distro</groupId>
   <artifactId>minimal-distribution</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
 
   <properties>
     <exec.parameters>-Xms128m -Xmx128m</exec.parameters>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <interfaces.mapping.version>1.19.01-SNAPSHOT</interfaces.mapping.version>
-    <honeycomb.min.distro.version>1.19.01-SNAPSHOT</honeycomb.min.distro.version>
+    <interfaces.mapping.version>1.19.01</interfaces.mapping.version>
+    <honeycomb.min.distro.version>1.19.01</honeycomb.min.distro.version>
     <sonar.skip>true</sonar.skip>
     <distribution.modules>
       io.fd.honeycomb.samples.interfaces.mapping.SampleInterfaceModule
index 1bf3b34..515b940 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>samples-aggregator</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.01-SNAPSHOT</version>
+  <version>1.19.01</version>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <description>Aggregator for Honeycomb sample plugins</description>
index 98e34ed..da36c4f 100644 (file)
@@ -4,7 +4,7 @@ Honeycomb Plugin Archetype
 
 How to use it :
 
-    archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.19.01-SNAPSHOT
+    archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.19.01
 
 This will generate main aggregator project containing two sub-projects
 
index 64267da..298a1c2 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb.tools</groupId>
     <artifactId>honeycomb-plugin-archetype</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <packaging>jar</packaging>
     <modelVersion>4.0.0</modelVersion>
 
index bfcc83d..15b7709 100644 (file)
@@ -6,7 +6,7 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <requiredProperties>
         <requiredProperty key="version">
-            <defaultValue>1.19.01-SNAPSHOT</defaultValue>
+            <defaultValue>1.19.01</defaultValue>
         </requiredProperty>
     </requiredProperties>
 
index a55577b..dc52836 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 99eceeb..145894d 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
 
     <properties>
-        <honeycomb.infra.version>1.19.01-SNAPSHOT</honeycomb.infra.version>
+        <honeycomb.infra.version>1.19.01</honeycomb.infra.version>
     </properties>
 
     <dependencies>
index 32cfd41..5c56dab 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.01-SNAPSHOT</version>
+        <version>1.19.01</version>
         <relativePath>../common/honeycomb-parent</relativePath>
     </parent>
 
@@ -13,7 +13,7 @@
     <artifactId>honeycomb-tools</artifactId>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
-    <version>1.19.01-SNAPSHOT</version>
+    <version>1.19.01</version>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for various Honeycomb tools</description>