summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-01-24 09:49:44 +0100
committerMichal Cmarada <mcmarada@cisco.com>2019-01-24 09:49:44 +0100
commit0a36f3c8cefd6a217779dc69b41829060625214c (patch)
tree481e2a58af055ffced226e98bc0b721a103b0d1b /common/honeycomb-parent/pom.xml
parent3fb54ae87ac2bebe6061f6ec9ff7493d18613016 (diff)
Set Honeycomb version back to 1.19.01-SNAPSHOT
Change-Id: I61377b9f62a919983d5d51614ad3130c6c0e016c Signed-off-by: Michal Cmarada <mcmarada@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 963ef7ab3..78f7cfe4d 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.01-RC1</version>
+ <version>1.19.01-SNAPSHOT</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.1.1</maven>
@@ -295,7 +295,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.01-RC1</version>
+ <version>1.19.01-SNAPSHOT</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>
@@ -543,7 +543,7 @@
<dependency>
<groupId>io.fd.honeycomb.doc</groupId>
<artifactId>asciidoc-scripts</artifactId>
- <version>1.19.01-RC1</version>
+ <version>1.19.01-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>