diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-03-31 13:30:06 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-03-31 13:30:24 +0200 |
commit | 10954756a701161d565096b39d4a536f2550f1a1 (patch) | |
tree | faea5c92deec3ead2d1dbc6487ff40e581694c38 /samples | |
parent | 2abb019fbbd8b5fd201788e6f6a59f71fbc91875 (diff) |
Set version back to 1.17.04-SNAPSHOT
Change-Id: Icba980b7c9252eb29382e4da22e77051bc6ed435
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/interfaces/mapping/pom.xml | 6 | ||||
-rw-r--r-- | samples/interfaces/models/pom.xml | 4 | ||||
-rw-r--r-- | samples/interfaces/pom.xml | 4 | ||||
-rw-r--r-- | samples/minimal-distribution/pom.xml | 8 | ||||
-rw-r--r-- | samples/pom.xml | 4 |
5 files changed, 13 insertions, 13 deletions
diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml index 61972f670..9043ea46b 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.04-RC1</version> + <version>1.17.04-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.04-RC1</version> + <version>1.17.04-SNAPSHOT</version> <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.17.04-RC1</honeycomb.infra.version> + <honeycomb.infra.version>1.17.04-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 741f7e211..c53bb0d12 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.04-RC1</version> + <version>1.17.04-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.04-RC1</version> + <version>1.17.04-SNAPSHOT</version> <packaging>bundle</packaging> <properties> diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml index 838f396fb..f84a64c62 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.04-RC1</version> + <version>1.17.04-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb.samples.interfaces</groupId> <artifactId>interfaces-aggregator</artifactId> - <version>1.17.04-RC1</version> + <version>1.17.04-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 90ed43609..5d76ad9b6 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.04-RC1</version> + <version>1.17.04-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.04-RC1</version> + <version>1.17.04-SNAPSHOT</version> <properties> <exec.parameters>-Xms128m -Xmx128m</exec.parameters> <main.class>io.fd.honeycomb.infra.distro.Main</main.class> - <interfaces.mapping.version>1.17.04-RC1</interfaces.mapping.version> - <honeycomb.min.distro.version>1.17.04-RC1</honeycomb.min.distro.version> + <interfaces.mapping.version>1.17.04-SNAPSHOT</interfaces.mapping.version> + <honeycomb.min.distro.version>1.17.04-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 1a26ae56b..d5e236b79 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.04-RC1</version> + <version>1.17.04-SNAPSHOT</version> <relativePath>../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>samples-aggregator</artifactId> <name>${project.artifactId}</name> - <version>1.17.04-RC1</version> + <version>1.17.04-SNAPSHOT</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <description>Aggregator for Honeycomb sample plugins</description> |