diff options
Diffstat (limited to 'infra')
27 files changed, 52 insertions, 52 deletions
diff --git a/infra/cfg-init/pom.xml b/infra/cfg-init/pom.xml index 0914b53f5..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.04-RC2</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.04-RC2</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 dd08c9a3c..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.04-RC2</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.04-RC2</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 44756051f..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.04-RC2</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.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml index 90d8f4dbd..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.04-RC2</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.04-RC2</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 b6dbb58e4..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.04-RC2</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.04-RC2</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 2c704209d..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.04-RC2</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.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> <properties> - <hc.infra.version>1.17.04-RC2</hc.infra.version> + <hc.infra.version>1.17.04-SNAPSHOT</hc.infra.version> </properties> <dependencies> diff --git a/infra/it/management/pom.xml b/infra/it/management/pom.xml index 21c0000d4..0a8e97200 100644 --- a/infra/it/management/pom.xml +++ b/infra/it/management/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.04-RC2</version> + <version>1.17.04-SNAPSHOT</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.17.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> <dependencies> <dependency> diff --git a/infra/it/memory-benchmark-api/pom.xml b/infra/it/memory-benchmark-api/pom.xml index 930b641fb..cf5d72fee 100644 --- a/infra/it/memory-benchmark-api/pom.xml +++ b/infra/it/memory-benchmark-api/pom.xml @@ -5,12 +5,12 @@ <parent> <artifactId>api-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.17.04-RC2</version> + <version>1.17.04-SNAPSHOT</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.17.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> </project>
\ No newline at end of file diff --git a/infra/it/memory-benchmark-scripts/pom.xml b/infra/it/memory-benchmark-scripts/pom.xml index ed0758b0b..b6b29e5e2 100644 --- a/infra/it/memory-benchmark-scripts/pom.xml +++ b/infra/it/memory-benchmark-scripts/pom.xml @@ -16,7 +16,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.it</groupId> <artifactId>benchmark-scripts</artifactId> - <version>1.17.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> <packaging>jar</packaging> <build> diff --git a/infra/it/memory-benchmark/pom.xml b/infra/it/memory-benchmark/pom.xml index 08f34c6e9..8c93c0bef 100644 --- a/infra/it/memory-benchmark/pom.xml +++ b/infra/it/memory-benchmark/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> <relativePath>../../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,7 @@ <version>1.0.0</version> <properties> <commons-csv.version>1.4</commons-csv.version> - <honeycomb.version>1.17.04-RC2</honeycomb.version> + <honeycomb.version>1.17.04-SNAPSHOT</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> @@ -175,7 +175,7 @@ <dependency> <groupId>io.fd.honeycomb.it</groupId> <artifactId>benchmark-scripts</artifactId> - <version>1.17.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/infra/it/pom.xml b/infra/it/pom.xml index ce17eecf1..cbf8eae62 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.04-RC2</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.04-RC2</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 1c62e84ba..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.04-RC2</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.04-RC2</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 83ea0ae4c..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.04-RC2</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.04-RC2</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 4bd4bc949..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.04-RC2</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.04-RC2</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 d8aaa2ea9..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.04-RC2</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.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index 5c1816a65..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.04-RC2</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.04-RC2</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 c53887059..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.04-RC2</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.04-RC2</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 ce0e75604..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.04-RC2</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.04-RC2</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 2a7ff2c3e..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.04-RC2</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.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml index 91c8bffc2..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.04-RC2</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.04-RC2</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 b496b5174..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.04-RC2</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 8be0f6d1f..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.04-RC2</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 e1681bc05..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.04-RC2</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 e7c3010e7..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.04-RC2</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.04-RC2</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 1abe2936d..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.04-RC2</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.04-RC2</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 bee57a9a4..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.04-RC2</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.04-RC2</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 c020062a5..d0431505e 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.04-RC2</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.04-RC2</version> + <version>1.17.04-SNAPSHOT</version> <packaging>bundle</packaging> <properties> |