diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-18 21:08:52 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-18 21:13:08 +0100 |
commit | e2572fb640f241b330a1a37e187895c9fe716aa8 (patch) | |
tree | 0d7b032f865312dbd35b475e800a887def4bdfc7 /infra | |
parent | a8bb23f6d54e7e90778a4edb70dc74ee7caf9635 (diff) |
Set Honeycomb version back to 1.17.01-SNAPSHOT
Change-Id: I72b57c3201a070fb0da84f90206cdd5f8a2bd435
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/cfg-init/pom.xml | 4 | ||||
-rw-r--r-- | infra/data-api/pom.xml | 4 | ||||
-rw-r--r-- | infra/data-impl/pom.xml | 4 | ||||
-rw-r--r-- | infra/impl/pom.xml | 4 | ||||
-rw-r--r-- | infra/it/benchmark/pom.xml | 4 | ||||
-rw-r--r-- | infra/it/it-test/pom.xml | 6 | ||||
-rw-r--r-- | infra/it/pom.xml | 4 | ||||
-rw-r--r-- | infra/it/test-model/pom.xml | 4 | ||||
-rw-r--r-- | infra/minimal-distribution/pom.xml | 4 | ||||
-rw-r--r-- | infra/notification/api/pom.xml | 4 | ||||
-rw-r--r-- | infra/notification/impl/pom.xml | 4 | ||||
-rw-r--r-- | infra/notification/pom.xml | 4 | ||||
-rw-r--r-- | infra/pom.xml | 4 | ||||
-rw-r--r-- | infra/rpc/api/pom.xml | 4 | ||||
-rw-r--r-- | infra/rpc/impl/pom.xml | 4 | ||||
-rw-r--r-- | infra/rpc/pom.xml | 4 | ||||
-rw-r--r-- | infra/test-utils/pom.xml | 2 | ||||
-rw-r--r-- | infra/test-utils/test-api/pom.xml | 2 | ||||
-rw-r--r-- | infra/test-utils/test-tools/pom.xml | 2 | ||||
-rw-r--r-- | infra/translate-api/pom.xml | 4 | ||||
-rw-r--r-- | infra/translate-impl/pom.xml | 4 | ||||
-rw-r--r-- | infra/translate-spi/pom.xml | 4 | ||||
-rw-r--r-- | infra/translate-utils/pom.xml | 4 |
23 files changed, 44 insertions, 44 deletions
diff --git a/infra/cfg-init/pom.xml b/infra/cfg-init/pom.xml index e74499a8d..5b9cf91d9 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/data-api/pom.xml b/infra/data-api/pom.xml index 671eaf846..c3d6f45b5 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index ab4ae7bc0..d88995c9b 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml index 391ece01c..514dd930b 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> <dependency> diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml index 8b46f88d0..8f9eabc56 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index 3cd0d7f95..8a81f85da 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-RC2</version> + <version>1.17.01-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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <properties> - <hc.infra.version>1.17.01-RC2</hc.infra.version> + <hc.infra.version>1.17.01-SNAPSHOT</hc.infra.version> </properties> <dependencies> diff --git a/infra/it/pom.xml b/infra/it/pom.xml index e3311610c..a520ca793 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-RC2</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.17.01-RC2</version> + <version>1.17.01-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 28e6d1630..1c5382c8a 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index a1c112b60..4fe0c89d3 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-RC2</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.17.01-RC2</version> + <version>1.17.01-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 3d2488321..05fad10d7 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml index 134507b8a..9442b4f86 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index 65ef85b94..882c23ae5 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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-aggregator</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-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 ed01c3f56..e850d13cd 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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>infra-aggregator</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-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 a02562eac..17782f308 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-RC2</version> + <version>1.17.01-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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/rpc/impl/pom.xml b/infra/rpc/impl/pom.xml index 8572526bb..7e52f4d8f 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-RC2</version> + <version>1.17.01-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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml index 59021beab..64bd9d530 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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>rpc-aggregator</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-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 098b9c5b1..03cab046a 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-RC2</version> + <version>1.17.01-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 fb84ced1a..4f62872b1 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-RC2</version> + <version>1.17.01-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 68d3aa582..f63810cc2 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-RC2</version> + <version>1.17.01-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 82f6bb04b..d14d8e1b6 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml index 40b07b2ef..73b83fd4e 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/translate-spi/pom.xml b/infra/translate-spi/pom.xml index 32bacdd9f..1ed93e4d9 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/translate-utils/pom.xml b/infra/translate-utils/pom.xml index a2a837702..f895f377d 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-RC2</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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <properties> |