diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-18 08:52:56 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-18 08:52:56 +0200 |
commit | b52cda3fac85067b7eb5e3595dc477d75861f584 (patch) | |
tree | 3e01aad589fe22b3ed1653e62d68fb7e19786578 /common/honeycomb-parent | |
parent | a7a8f9822082e533096e5bdecc531cbaea0f3931 (diff) |
Bump honeycomb version to 1.19.08-SNAPSHOT
Change-Id: I25443928980cbce5b2cdc98f2c6bce7d825bd313
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'common/honeycomb-parent')
-rw-r--r-- | common/honeycomb-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 7da8d2c95..71637679d 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -21,7 +21,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> <packaging>pom</packaging> <prerequisites> <maven>3.1.1</maven> @@ -298,7 +298,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> <!-- Hardcoded version to prevent archetype generated projects to use their own project version --> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -569,7 +569,7 @@ <dependency> <groupId>io.fd.honeycomb.doc</groupId> <artifactId>asciidoc-scripts</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> </dependency> </dependencies> </plugin> |