summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-12-07 08:56:02 +0100
committerMarek Gradzki <mgradzki@cisco.com>2016-12-07 10:01:10 +0100
commit8be1783be737e79fbcb7e4377b920959cf1f7198 (patch)
tree5f183e23e7943eb88e824d705174f1c9dac9b02d /common/honeycomb-parent/pom.xml
parentc70fcc07dd643654f8c436c5ea4ff8d81bf51603 (diff)
Set honeycomb version to 17.01 to allign with vpp release
Change-Id: I47f37a60f276928672fc2bd53e948641d9278014 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 cb287ab16..47d4a3608 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.16.12-SNAPSHOT</version>
+ <version>1.17.01-SNAPSHOT</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.1.1</maven>
@@ -264,7 +264,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.16.12-SNAPSHOT</version>
+ <version>1.17.01-SNAPSHOT</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>
@@ -484,7 +484,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.16.12-SNAPSHOT</version>
+ <version>1.17.01-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>