diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-18 08:42:22 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-18 08:42:22 +0200 |
commit | a0057b92e0b69d6bfd833ae511d8e43b77ef2ee8 (patch) | |
tree | 7053d587f1e050d4fd438a5f5a05b7a3ef5565d3 /common/impl-parent | |
parent | bb77dceecbe4f22321527a816aeb8291a9b3c29d (diff) |
Honeycomb 1.19.04-RC1v1.19.04-RC1
Change-Id: Ib8e820256daebd7d9bfc7f4a8610e72abe42bbb5
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'common/impl-parent')
-rw-r--r-- | common/impl-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index dd4e010ab..8427d0a57 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <relativePath>../honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <packaging>pom</packaging> <properties> @@ -129,7 +129,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> </dependency> </dependencies> </plugin> |