Set honeycomb version to 17.01 to allign with vpp release 37/4137/2
authorMarek Gradzki <mgradzki@cisco.com>
Wed, 7 Dec 2016 07:56:02 +0000 (08:56 +0100)
committerMarek Gradzki <mgradzki@cisco.com>
Wed, 7 Dec 2016 09:01:10 +0000 (10:01 +0100)
Change-Id: I47f37a60f276928672fc2bd53e948641d9278014
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
41 files changed:
common/api-parent/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
infra/cfg-init/pom.xml
infra/data-api/pom.xml
infra/data-impl/pom.xml
infra/impl/pom.xml
infra/it/benchmark/pom.xml
infra/it/it-test/pom.xml
infra/it/pom.xml
infra/it/test-model/pom.xml
infra/minimal-distribution/pom.xml
infra/notification/api/pom.xml
infra/notification/impl/pom.xml
infra/notification/pom.xml
infra/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 8baec36..1f9b391 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>api-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <build>
index b33341d..f7da053 100644 (file)
@@ -4,7 +4,7 @@
   <groupId>io.fd.honeycomb.common</groupId>
   <artifactId>honeycomb-checkstyle</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
 
   <build>
     <pluginManagement>
index 1e4dd84..cf764a7 100644 (file)
@@ -22,7 +22,7 @@
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>common-scripts</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
index cb287ab..47d4a36 100644 (file)
@@ -21,7 +21,7 @@
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+                            <version>1.17.01-SNAPSHOT</version>
                         </dependency>
                         <!-- Necessary for logging checks -->
                         <dependency>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.16.12-SNAPSHOT</version>
+                            <version>1.17.01-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
index 535d638..d35b84d 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>impl-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index bd9f341..38e4a0f 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <artifactId>minimal-assembly-descriptor</artifactId>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
index 307d31e..23a8770 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>minimal-distribution-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.16.12-SNAPSHOT</version>
+                            <version>1.17.01-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>minimal-assembly-descriptor</artifactId>
-                            <version>1.16.12-SNAPSHOT</version>
+                            <version>1.17.01-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>
index 651b12c..13db858 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>honeycomb-parent</relativePath>
   </parent>
 
   <artifactId>honeycomb-common-aggregator</artifactId>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 605d7c2..5b9cf91 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index eb615a8..c3d6f45 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 3ec5ddf..d88995c 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index feb0cbc..514dd93 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 5ee3c08..54ed6e1 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</version>
         <relativePath>../../../common/honeycomb-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>benchmark</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
index 2bbdff1..8a81f85 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>honeycomb-it-test</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
 
     <properties>
-        <hc.infra.version>1.16.12-SNAPSHOT</hc.infra.version>
+        <hc.infra.version>1.17.01-SNAPSHOT</hc.infra.version>
     </properties>
 
     <dependencies>
index 3846955..a520ca7 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.it</groupId>
   <artifactId>honeycomb-it-aggregator</artifactId>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <name>honeycomb-it</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 909c486..1c5382c 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index d727788..f8575ba 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>minimal-distribution-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
 
     <properties>
         <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
index 8aa4b6b..05fad10 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 4767fc9..9442b4f 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index e8e9e5c..882c23a 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>notification-aggregator</artifactId>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 840372d..b8c4c64 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>infra-aggregator</artifactId>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index a4f2bb7..03cab04 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 2619091..4f62872 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>api-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</version>
         <relativePath>../../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 90a1553..f63810c 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 40b37cc..d14d8e1 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index ca74d3b..73b83fd 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 0f630d0..1ed93e4 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 6f01a66..f895f37 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 715974a..ab764b5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>honeycomb-aggregator</artifactId>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <name>honeycomb</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index d638255..2e611f4 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.nat</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 1bb3a4c..af175b9 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../../../common/impl-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-mapping</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <honeycomb.infra.version>1.16.12-SNAPSHOT</honeycomb.infra.version>
+    <honeycomb.infra.version>1.17.01-SNAPSHOT</honeycomb.infra.version>
     <sonar.skip>true</sonar.skip>
   </properties>
 
index 6b61ad7..1371692 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 05bb111..b303df3 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-aggregator</artifactId>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index db49666..97a56b7 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</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.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
 
   <properties>
     <exec.parameters>-Xms128m -Xmx128m</exec.parameters>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <interfaces.mapping.version>1.16.12-SNAPSHOT</interfaces.mapping.version>
-    <honeycomb.min.distro.version>1.16.12-SNAPSHOT</honeycomb.min.distro.version>
+    <interfaces.mapping.version>1.17.01-SNAPSHOT</interfaces.mapping.version>
+    <honeycomb.min.distro.version>1.17.01-SNAPSHOT</honeycomb.min.distro.version>
     <sonar.skip>true</sonar.skip>
     <distribution.modules>
       io.fd.honeycomb.samples.interfaces.mapping.SampleInterfaceModule
index 809e48d..e743b9a 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>samples-aggregator</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.16.12-SNAPSHOT</version>
+  <version>1.17.01-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <description>Aggregator for Honeycomb sample plugins</description>
index e5528d7..270d550 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.16.12-SNAPSHOT
+    archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.17.01-SNAPSHOT
 
 This will generate main aggregator project containing two sub-projects
 
index 1bb5607..5e5b347 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb.tools</groupId>
     <artifactId>honeycomb-plugin-archetype</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <packaging>jar</packaging>
     <modelVersion>4.0.0</modelVersion>
 
index 0061c21..197c725 100644 (file)
@@ -6,7 +6,7 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <requiredProperties>
         <requiredProperty key="version">
-            <defaultValue>1.16.12-SNAPSHOT</defaultValue>
+            <defaultValue>1.17.01-SNAPSHOT</defaultValue>
         </requiredProperty>
     </requiredProperties>
 
index 75c1388..b836c56 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index eeb65cf..024491c 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
 
     <properties>
-        <honeycomb.infra.version>1.16.12-SNAPSHOT</honeycomb.infra.version>
+        <honeycomb.infra.version>1.17.01-SNAPSHOT</honeycomb.infra.version>
     </properties>
 
     <dependencies>
index 78fae3a..5f181c0 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.17.01-SNAPSHOT</version>
         <relativePath>../common/honeycomb-parent</relativePath>
     </parent>
 
@@ -13,7 +13,7 @@
     <artifactId>honeycomb-tools</artifactId>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.01-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for various Honeycomb tools</description>