diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-06 16:17:15 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-08 11:45:48 +0000 |
commit | 6fc04f8bf3ed13f14664de8b5b4e1f159a189521 (patch) | |
tree | a1a1f416627a0b43e524cb1dc2596fecdfc9d8a3 /tools | |
parent | 49a8666711f62edf78ed59272a7446899c397922 (diff) |
Bump versions to RC1v1.16.9-RC1
Change-Id: I81bed6b833c9b3319c7b474c8f85fed2c6896db7
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'tools')
6 files changed, 9 insertions, 9 deletions
diff --git a/tools/archetype/Readme.adoc b/tools/archetype/Readme.adoc index 0ffcd9cf9..698412c09 100644 --- a/tools/archetype/Readme.adoc +++ b/tools/archetype/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.16.9-SNAPSHOT + archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.16.9-RC1 This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index d19c46469..220d9453e 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,13 +5,13 @@ <parent> <artifactId>honeycomb-tools</artifactId> <groupId>io.fd.honeycomb.tools</groupId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.tools</groupId> <artifactId>honeycomb-plugin-archetype</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC1</version> <packaging>jar</packaging> </project>
\ No newline at end of file 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 579f0524f..ecea6794f 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.16.9-SNAPSHOT</defaultValue> + <defaultValue>1.16.9-RC1</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 d8f5ec298..1246a02e8 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.16.9-SNAPSHOT</version> + <version>1.16.9-RC1</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 8a073e570..f2e3b6052 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.16.9-SNAPSHOT</version> + <version>1.16.9-RC1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -26,7 +26,7 @@ <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.16.9-SNAPSHOT</honeycomb.infra.version> + <honeycomb.infra.version>1.16.9-RC1</honeycomb.infra.version> </properties> <dependencies> diff --git a/tools/pom.xml b/tools/pom.xml index ae2740584..d151e8610 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,14 +5,14 @@ <parent> <artifactId>honeycomb-aggregator</artifactId> <groupId>io.fd.honeycomb</groupId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.tools</groupId> <artifactId>honeycomb-tools</artifactId> <packaging>pom</packaging> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC1</version> <modules> <module>archetype</module> </modules> |