summaryrefslogtreecommitdiffstats
path: root/common/impl-parent/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-02-15 14:28:56 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-02-15 13:30:03 +0000
commitb69b4688446bdf790a714944c72b8324ba4efce8 (patch)
tree46cabdde1d38bca9fbe65bf04f67ae64011ae924 /common/impl-parent/pom.xml
parent51522c553834b6e8773e91b1561c5838776b5c29 (diff)
Set Honeycomb version to 1.18.01.2-SNAPSHOT
Change-Id: Ia99ee95a3b53b7d90ee871ad6754053b4524c086 Signed-off-by: Marek Gradzki <mgradzki@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 80212daa4..6a37fe6b8 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.01.1</version>
+ <version>1.18.01.2-SNAPSHOT</version>
<relativePath>../honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>impl-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.01.1</version>
+ <version>1.18.01.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -117,7 +117,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.18.01.1</version>
+ <version>1.18.01.2-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>