diff options
Diffstat (limited to 'common/common-scripts')
-rw-r--r-- | common/common-scripts/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index dfc8c3542..82e96c177 100644 --- a/common/common-scripts/pom.xml +++ b/common/common-scripts/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.scripts</groupId> <artifactId>scripts-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <relativePath>../scripts-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <packaging>jar</packaging> <properties> |