diff options
Diffstat (limited to 'infra/minimal-distribution')
-rw-r--r-- | infra/minimal-distribution/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index d6bf36dc2..8c8f75253 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9</version> <relativePath>../../common/minimal-distribution-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>minimal-distribution</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9</version> <name>${project.artifactId}</name> <prerequisites> |