diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-27 07:27:25 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-27 14:09:11 +0200 |
commit | 4c6da0846fbb26a6b51fc0272ee360671f50ca19 (patch) | |
tree | c4cc1893834bca13da2885ff35b265a8fcd9228e /tools | |
parent | 756ffae6576fe50c052950418627be4a1d21f996 (diff) |
Bump Honeycomb version to 1.17.07v1.17.07
Change-Id: I3ff312361a5eedff9ca10cb0ef941e9e2efeeab4
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tools')
6 files changed, 9 insertions, 9 deletions
diff --git a/tools/archetype/asciidoc/Readme.adoc b/tools/archetype/asciidoc/Readme.adoc index 94e99dced..7596d5a99 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.07-SNAPSHOT + archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.17.07 This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index 366f18f62..b6643068e 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.07-SNAPSHOT</version> + <version>1.17.07</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.07-SNAPSHOT</version> + <version>1.17.07</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 7dc0c8127..1ca216a3d 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.07-SNAPSHOT</defaultValue> + <defaultValue>1.17.07</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 1db9d2c62..16bbadf65 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.07-SNAPSHOT</version> + <version>1.17.07</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 22e495e64..4fc22ae8a 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.07-SNAPSHOT</version> + <version>1.17.07</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,7 +27,7 @@ <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.17.07-SNAPSHOT</honeycomb.infra.version> + <honeycomb.infra.version>1.17.07</honeycomb.infra.version> </properties> <dependencies> diff --git a/tools/pom.xml b/tools/pom.xml index d688e8c19..fd3dd6c04 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.07-SNAPSHOT</version> + <version>1.17.07</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.07-SNAPSHOT</version> + <version>1.17.07</version> <modelVersion>4.0.0</modelVersion> <description>Aggregator for various Honeycomb tools</description> |