summaryrefslogtreecommitdiffstats
path: root/common/impl-parent/pom.xml
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2018-10-18 12:31:53 +0200
committerMichal Cmarada <mcmarada@cisco.com>2018-10-19 06:42:30 +0000
commit085667b82096a5df42d6d79c6330bb46c2ec07fa (patch)
tree1c13b67e7b7ebab2e28e857a98359996d82d3a2c /common/impl-parent/pom.xml
parent819618ee3920c8277509bc2add888328c722cf10 (diff)
Bump honeycomb version to 1.19.01-SNAPSHOT
Change-Id: Ic3e48d39d570632743c66b9317cd638fba84a34f Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'common/impl-parent/pom.xml')
-rw-r--r--common/impl-parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml
index 8f87d7a3d..820e065ad 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.18.10-SNAPSHOT</version>
+ <version>1.19.01-SNAPSHOT</version>
<relativePath>../honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>impl-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10-SNAPSHOT</version>
+ <version>1.19.01-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -118,7 +118,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.18.10-SNAPSHOT</version>
+ <version>1.19.01-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>