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