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 fb7547c31..1d23cd076 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <relativePath>../../common/minimal-distribution-parent</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>minimal-distribution</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <properties> <main.class>io.fd.honeycomb.infra.distro.Main</main.class> |