diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-21 09:57:06 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-09-21 09:57:06 +0200 |
commit | e045ef401a64de28420465f27ff852730cd80257 (patch) | |
tree | d972080809bb0f87dcea95f978ccba3afd743396 /tools | |
parent | 926163ae36abcb0b62ef04206208585f49875022 (diff) |
Bump version to 1.16.9 FINALv1.16.9-FINAL
Change-Id: I5dd38f7e9765fd3dded73b57358cdb1018232ad2
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'tools')
4 files changed, 7 insertions, 7 deletions
diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index d19c46469..02e7d990d 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</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</version> <packaging>jar</packaging> </project>
\ No newline at end of file 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..f215cb338 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</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..c8ee6672e 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</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</honeycomb.infra.version> </properties> <dependencies> diff --git a/tools/pom.xml b/tools/pom.xml index ae2740584..212829fe5 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</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</version> <modules> <module>archetype</module> </modules> |