diff options
Diffstat (limited to 'tools/archetype/pom.xml')
-rw-r--r-- | tools/archetype/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index 0874bd5c7..0804dad46 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.04-SNAPSHOT</version> + <version>1.17.04-RC1</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.04-SNAPSHOT</version> + <version>1.17.04-RC1</version> <packaging>jar</packaging> <modelVersion>4.0.0</modelVersion> |