summaryrefslogtreecommitdiffstats
path: root/common/impl-parent/pom.xml
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2018-10-17 13:09:30 +0200
committerMichal Cmarada <mcmarada@cisco.com>2018-10-18 20:00:38 +0200
commit40c00e4ec98b88c3b52170cf8b108e05e2e14cdd (patch)
treef082b2163835d24837d57fdf56b82f73037ee324 /common/impl-parent/pom.xml
parentf17ade9a517f342522fe4b8ce83419c18dd93196 (diff)
Set Honeycomb version back to 1.18.10-SNAPSHOT
Change-Id: Icd61765bdcbc96feaf71f899158923762bb9e0ce 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 a11eed551..8f87d7a3d 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-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>impl-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10-RC1</version>
+ <version>1.18.10-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-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>