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 | |
parent | a8bb23f6d54e7e90778a4edb70dc74ee7caf9635 (diff) |
Set Honeycomb version back to 1.17.01-SNAPSHOT
Change-Id: I72b57c3201a070fb0da84f90206cdd5f8a2bd435
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 bc0d13ac4..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-RC2</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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>pom</packaging> <build> diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index 1d4cbec5b..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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <build> <pluginManagement> diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index 18f7618b6..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-RC2</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 5acc28be8..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-RC2</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-RC2</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-RC2</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 f6ac28c0c..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-RC2</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-RC2</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 d3031ff6d..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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.17.01-RC2</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 ba4be903c..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-RC2</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-RC2</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-RC2</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-RC2</version> + <version>1.17.01-SNAPSHOT</version> </dependency> </dependencies> <executions> diff --git a/common/pom.xml b/common/pom.xml index 4dcc37f94..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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>honeycomb-parent</relativePath> </parent> <artifactId>honeycomb-common-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/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> @@ -17,13 +17,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>honeycomb-aggregator</artifactId> - <version>1.17.01-RC2</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 03d71b93d..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-RC2</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-RC2</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 b1c0f7638..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-RC2</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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.17.01-RC2</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 8d08b751d..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-RC2</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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <properties> diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml index 5ad66b56e..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-RC2</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-RC2</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 1e9c7d82e..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-RC2</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-RC2</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-RC2</interfaces.mapping.version> - <honeycomb.min.distro.version>1.17.01-RC2</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 7ea335a97..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-RC2</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-RC2</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 52d4c6ec2..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-RC2 + 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 8d3510265..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-RC2</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-RC2</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 13d0d1ac3..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-RC2</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 7076c8984..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-RC2</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 c7beb32d4..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-RC2</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-RC2</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 d927b8e0c..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-RC2</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-RC2</version> + <version>1.17.01-SNAPSHOT</version> <modelVersion>4.0.0</modelVersion> <description>Aggregator for various Honeycomb tools</description> |