diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 19:34:10 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 19:34:10 +0100 |
commit | 206c01ce770cc469c25a9f3dbc1bff58881b3e81 (patch) | |
tree | 85f60f771e1c0e997987bfe02a64b44be840a006 | |
parent | b0c2350c915238785e641d18d63a9bf74bb326c8 (diff) |
Set honeycomb version back to SNAPSHOT
Change-Id: I518b7594eb13040a47f100199ff75f342c054390
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
44 files changed, 87 insertions, 87 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 9f8455342..f0815dcf5 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>pom</packaging> <build> diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index d329a9567..f7da05388 100644 --- a/common/checkstyle/pom.xml +++ b/common/checkstyle/pom.xml @@ -4,7 +4,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <build> <pluginManagement> diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index fb5341573..cf764a75e 100644 --- a/common/common-scripts/pom.xml +++ b/common/common-scripts/pom.xml @@ -22,7 +22,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index b0eeeb822..59709b7a3 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -21,7 +21,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>pom</packaging> <prerequisites> <maven>3.1.1</maven> @@ -264,7 +264,7 @@ <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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -484,7 +484,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 2bb847ce0..d35b84dec 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml index 9f6d2c0f6..38e4a0ff6 100644 --- a/common/minimal-assembly-descriptor/pom.xml +++ b/common/minimal-assembly-descriptor/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <name>${project.artifactId}</name> <modelVersion>4.0.0</modelVersion> diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml index 4fc89d080..23a877062 100644 --- a/common/minimal-distribution-parent/pom.xml +++ b/common/minimal-distribution-parent/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -187,7 +187,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -200,7 +200,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> </dependency> </dependencies> <executions> diff --git a/common/pom.xml b/common/pom.xml index 5f3ebdc39..13db85889 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>honeycomb-parent</relativePath> </parent> <artifactId>honeycomb-common-aggregator</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/infra/cfg-init/pom.xml b/infra/cfg-init/pom.xml index 6f8597de1..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-RC1</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-RC1</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 08befe107..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-RC1</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-RC1</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 33054c516..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-RC1</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-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml index e69479402..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-RC1</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-RC1</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 8cb8a6ca3..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-RC1</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-RC1</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 4725d1be2..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-RC1</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-RC1</version> + <version>1.17.01-SNAPSHOT</version> <properties> - <hc.infra.version>1.17.01-RC1</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 d583f9101..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-RC1</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-RC1</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 a46644b29..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-RC1</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-RC1</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 afbc47951..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-RC1</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-RC1</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 a1938cc54..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-RC1</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-RC1</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 e74491136..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-RC1</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-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index fa229b67d..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-RC1</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-RC1</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 bc7eb69ea..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-RC1</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-RC1</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 9c878fde7..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-RC1</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-RC1</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 a3f3b95ef..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-RC1</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-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml index a6a87b0aa..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-RC1</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-RC1</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 8872e6f20..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-RC1</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 ab4e5eca0..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-RC1</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 a72100957..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-RC1</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 e0fd59307..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-RC1</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-RC1</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 da28bda92..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-RC1</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-RC1</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 e799ad842..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-RC1</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-RC1</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 f5ef44157..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-RC1</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-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <properties> @@ -17,13 +17,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>honeycomb-aggregator</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <name>honeycomb</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/release-notes/pom.xml b/release-notes/pom.xml index b3efdfefc..2e611f465 100644 --- a/release-notes/pom.xml +++ b/release-notes/pom.xml @@ -19,13 +19,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml index 9c29dc306..af175b9fd 100644 --- a/samples/interfaces/mapping/pom.xml +++ b/samples/interfaces/mapping/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -25,11 +25,11 @@ <groupId>io.fd.honeycomb.samples.interfaces</groupId> <artifactId>interfaces-mapping</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.17.01-RC1</honeycomb.infra.version> + <honeycomb.infra.version>1.17.01-SNAPSHOT</honeycomb.infra.version> <sonar.skip>true</sonar.skip> </properties> diff --git a/samples/interfaces/models/pom.xml b/samples/interfaces/models/pom.xml index 0c44b296c..13716926d 100644 --- a/samples/interfaces/models/pom.xml +++ b/samples/interfaces/models/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <properties> diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml index 8fb839444..b303df38d 100644 --- a/samples/interfaces/pom.xml +++ b/samples/interfaces/pom.xml @@ -18,13 +18,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/samples/minimal-distribution/pom.xml b/samples/minimal-distribution/pom.xml index 47bb65bb3..97a56b70b 100644 --- a/samples/minimal-distribution/pom.xml +++ b/samples/minimal-distribution/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../common/minimal-distribution-parent</relativePath> </parent> @@ -26,13 +26,13 @@ <groupId>io.fd.honeycomb.samples.distro</groupId> <artifactId>minimal-distribution</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC1</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.17.01-RC1</interfaces.mapping.version> - <honeycomb.min.distro.version>1.17.01-RC1</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 diff --git a/samples/pom.xml b/samples/pom.xml index 1cd207100..e743b9ad5 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <description>Aggregator for Honeycomb sample plugins</description> diff --git a/tools/archetype/asciidoc/Readme.adoc b/tools/archetype/asciidoc/Readme.adoc index 9ad3583b4..270d55056 100644 --- a/tools/archetype/asciidoc/Readme.adoc +++ b/tools/archetype/asciidoc/Readme.adoc @@ -4,7 +4,7 @@ Honeycomb Plugin Archetype How to use it : - archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.17.01-RC1 + 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 diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index efc0f778d..5e5b34721 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <packaging>jar</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 8e3dd39e9..197c7258b 100644 --- a/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -6,7 +6,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <requiredProperties> <requiredProperty key="version"> - <defaultValue>1.17.01-RC1</defaultValue> + <defaultValue>1.17.01-SNAPSHOT</defaultValue> </requiredProperty> </requiredProperties> diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml index 4a52c62b5..b836c56e1 100644 --- a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml +++ b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml index 23ca475c2..024491c89 100644 --- a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml +++ b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</honeycomb.infra.version> + <honeycomb.infra.version>1.17.01-SNAPSHOT</honeycomb.infra.version> </properties> <dependencies> diff --git a/tools/pom.xml b/tools/pom.xml index 19e648ef3..5f181c041 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC1</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.17.01-RC1</version> + <version>1.17.01-SNAPSHOT</version> <modelVersion>4.0.0</modelVersion> <description>Aggregator for various Honeycomb tools</description> |