summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-27 21:48:42 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-04-27 21:48:42 +0200
commit0c83ec168d17d7296a3c1e4e1e3983dc932688b6 (patch)
tree68ab1aec38327a1a5e2b57dc0b65994103da67c1 /common/honeycomb-parent/pom.xml
parent6dcd78a8100f7ff31332f4edee742a820ca126a4 (diff)
Set Honeycomb version to 1.18.04.1-SNAPSHOT
Change-Id: I8e0e0dc63c39b5c979fae30b743dc7a8b3a486dd Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/honeycomb-parent/pom.xml')
-rw-r--r--common/honeycomb-parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml
index 6a74b6709..c374960bd 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.18.04</version>
+ <version>1.18.04.1-SNAPSHOT</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.1.1</maven>
@@ -289,7 +289,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.18.04</version>
+ <version>1.18.04.1-SNAPSHOT</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>
@@ -537,7 +537,7 @@
<dependency>
<groupId>io.fd.honeycomb.doc</groupId>
<artifactId>asciidoc-scripts</artifactId>
- <version>1.18.04</version>
+ <version>1.18.04.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>