summaryrefslogtreecommitdiffstats
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/cfg-init/pom.xml4
-rw-r--r--infra/data-api/pom.xml4
-rw-r--r--infra/data-impl/pom.xml4
-rw-r--r--infra/impl/pom.xml4
-rw-r--r--infra/it/benchmark/pom.xml4
-rw-r--r--infra/it/it-test/pom.xml6
-rw-r--r--infra/it/pom.xml4
-rw-r--r--infra/it/test-model/pom.xml4
-rw-r--r--infra/minimal-distribution/pom.xml4
-rw-r--r--infra/notification/api/pom.xml4
-rw-r--r--infra/notification/impl/pom.xml4
-rw-r--r--infra/notification/pom.xml4
-rw-r--r--infra/pom.xml4
-rw-r--r--infra/rpc/api/pom.xml4
-rw-r--r--infra/rpc/impl/pom.xml4
-rw-r--r--infra/rpc/pom.xml4
-rw-r--r--infra/test-utils/pom.xml2
-rw-r--r--infra/test-utils/test-api/pom.xml2
-rw-r--r--infra/test-utils/test-tools/pom.xml2
-rw-r--r--infra/translate-api/pom.xml4
-rw-r--r--infra/translate-impl/pom.xml4
-rw-r--r--infra/translate-spi/pom.xml4
-rw-r--r--infra/translate-utils/pom.xml4
23 files changed, 44 insertions, 44 deletions
diff --git a/infra/cfg-init/pom.xml b/infra/cfg-init/pom.xml
index 5b9cf91d9..035e4a7f4 100644
--- a/infra/cfg-init/pom.xml
+++ b/infra/cfg-init/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/data-api/pom.xml b/infra/data-api/pom.xml
index c3d6f45b5..a840d4d0d 100644
--- a/infra/data-api/pom.xml
+++ b/infra/data-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml
index d88995c9b..568ed49db 100644
--- a/infra/data-impl/pom.xml
+++ b/infra/data-impl/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml
index 514dd930b..804464e51 100644
--- a/infra/impl/pom.xml
+++ b/infra/impl/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
<dependency>
diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml
index 8f9eabc56..fbc9bcea6 100644
--- a/infra/it/benchmark/pom.xml
+++ b/infra/it/benchmark/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb</groupId>
<artifactId>benchmark</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml
index 8a81f85da..6f741038b 100644
--- a/infra/it/it-test/pom.xml
+++ b/infra/it/it-test/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
@@ -27,10 +27,10 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>honeycomb-it-test</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<properties>
- <hc.infra.version>1.17.01-SNAPSHOT</hc.infra.version>
+ <hc.infra.version>1.17.04-SNAPSHOT</hc.infra.version>
</properties>
<dependencies>
diff --git a/infra/it/pom.xml b/infra/it/pom.xml
index a520ca793..da6e3c2b8 100644
--- a/infra/it/pom.xml
+++ b/infra/it/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>honeycomb-it-aggregator</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<name>honeycomb-it</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/it/test-model/pom.xml b/infra/it/test-model/pom.xml
index 1c5382c8a..23e2372e1 100644
--- a/infra/it/test-model/pom.xml
+++ b/infra/it/test-model/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml
index 4fe0c89d3..4d381dcd3 100644
--- a/infra/minimal-distribution/pom.xml
+++ b/infra/minimal-distribution/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>minimal-distribution-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<properties>
<main.class>io.fd.honeycomb.infra.distro.Main</main.class>
diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml
index 05fad10d7..760200e20 100644
--- a/infra/notification/api/pom.xml
+++ b/infra/notification/api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml
index 9442b4f86..142068106 100644
--- a/infra/notification/impl/pom.xml
+++ b/infra/notification/impl/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml
index 882c23ae5..d1d387f35 100644
--- a/infra/notification/pom.xml
+++ b/infra/notification/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>notification-aggregator</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/pom.xml b/infra/pom.xml
index e850d13cd..7a51776d7 100644
--- a/infra/pom.xml
+++ b/infra/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>infra-aggregator</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/rpc/api/pom.xml b/infra/rpc/api/pom.xml
index 17782f308..55046828d 100644
--- a/infra/rpc/api/pom.xml
+++ b/infra/rpc/api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/rpc/impl/pom.xml b/infra/rpc/impl/pom.xml
index 7e52f4d8f..49f85596b 100644
--- a/infra/rpc/impl/pom.xml
+++ b/infra/rpc/impl/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml
index 64bd9d530..7207ca4ae 100644
--- a/infra/rpc/pom.xml
+++ b/infra/rpc/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>rpc-aggregator</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/test-utils/pom.xml b/infra/test-utils/pom.xml
index 03cab046a..4d8fcd044 100644
--- a/infra/test-utils/pom.xml
+++ b/infra/test-utils/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/test-utils/test-api/pom.xml b/infra/test-utils/test-api/pom.xml
index 4f62872b1..7f95eb71a 100644
--- a/infra/test-utils/test-api/pom.xml
+++ b/infra/test-utils/test-api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>api-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../../../common/api-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/test-utils/test-tools/pom.xml b/infra/test-utils/test-tools/pom.xml
index f63810cc2..80ffca53b 100644
--- a/infra/test-utils/test-tools/pom.xml
+++ b/infra/test-utils/test-tools/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/translate-api/pom.xml b/infra/translate-api/pom.xml
index d14d8e1b6..03d64dde6 100644
--- a/infra/translate-api/pom.xml
+++ b/infra/translate-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml
index 73b83fd4e..276bce6ee 100644
--- a/infra/translate-impl/pom.xml
+++ b/infra/translate-impl/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/translate-spi/pom.xml b/infra/translate-spi/pom.xml
index 1ed93e4d9..6018adbd4 100644
--- a/infra/translate-spi/pom.xml
+++ b/infra/translate-spi/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/translate-utils/pom.xml b/infra/translate-utils/pom.xml
index f895f377d..db26ac4c6 100644
--- a/infra/translate-utils/pom.xml
+++ b/infra/translate-utils/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-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.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>