diff options
Diffstat (limited to 'common/honeycomb-parent/pom.xml')
-rw-r--r-- | common/honeycomb-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index d1d00b479..2697a679a 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -21,7 +21,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04</version> <packaging>pom</packaging> <prerequisites> <maven>3.1.1</maven> @@ -265,7 +265,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> <!-- Hardcoded version to prevent archetype generated projects to use their own project version --> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -499,7 +499,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04</version> </dependency> </dependencies> </plugin> |