summaryrefslogtreecommitdiffstats
path: root/common/minimal-distribution-parent/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-02-15 12:20:25 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-02-15 11:37:08 +0000
commit51522c553834b6e8773e91b1561c5838776b5c29 (patch)
tree7dc87a0826a86192ee9f6f87cb6789004ecf9b0d /common/minimal-distribution-parent/pom.xml
parent12e61e2819781c96176f36bf56ba459aa58d1cb9 (diff)
Honeycomb 1.18.01.1 release
Does not bring any features, but is requred as workaround for HC2VPP-282 and HC2VPP-283. Change-Id: I23cb2eb6485a5b900db4f461f5a11c4abfd17a7b Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/minimal-distribution-parent/pom.xml')
-rw-r--r--common/minimal-distribution-parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml
index f1c6eb049..6b94ab72f 100644
--- a/common/minimal-distribution-parent/pom.xml
+++ b/common/minimal-distribution-parent/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.01.1-SNAPSHOT</version>
+ <version>1.18.01.1</version>
<relativePath>../impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>minimal-distribution-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.01.1-SNAPSHOT</version>
+ <version>1.18.01.1</version>
<packaging>pom</packaging>
<properties>
@@ -133,7 +133,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.18.01.1-SNAPSHOT</version>
+ <version>1.18.01.1</version>
</dependency>
</dependencies>
</plugin>
@@ -146,7 +146,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>minimal-assembly-descriptor</artifactId>
- <version>1.18.01.1-SNAPSHOT</version>
+ <version>1.18.01.1</version>
</dependency>
</dependencies>
<executions>