summaryrefslogtreecommitdiffstats
path: root/dhcp
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-30 10:10:20 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-04-30 10:10:20 +0200
commit54e6b9fa3628effde621eeebe91722d9e32bea95 (patch)
tree3e6cdf1b79978639d5478cbdb9533842c9f547cc /dhcp
parent95e32f9869d885aa685e970f7a97e8b9ac7c2bdc (diff)
Hc2vpp 1.18.04 releasev1.18.04
Change-Id: Ie9d36ef641e2e6acc1636e3d4affc92a91866f07 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'dhcp')
-rw-r--r--dhcp/dhcp-api/pom.xml4
-rw-r--r--dhcp/dhcp-impl/pom.xml6
-rw-r--r--dhcp/pom.xml4
3 files changed, 7 insertions, 7 deletions
diff --git a/dhcp/dhcp-api/pom.xml b/dhcp/dhcp-api/pom.xml
index 4fd7b44b5..dadf67b61 100644
--- a/dhcp/dhcp-api/pom.xml
+++ b/dhcp/dhcp-api/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../common/api-parent</relativePath>
</parent>
@@ -24,7 +24,7 @@
<groupId>io.fd.hc2vpp.dhcp</groupId>
<artifactId>dhcp-api</artifactId>
<name>dhcp-api</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/dhcp/dhcp-impl/pom.xml b/dhcp/dhcp-impl/pom.xml
index 1eb334fc6..6cbdc62b1 100644
--- a/dhcp/dhcp-impl/pom.xml
+++ b/dhcp/dhcp-impl/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-impl-parent</artifactId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../vpp-common/vpp-impl-parent</relativePath>
</parent>
@@ -24,7 +24,7 @@
<groupId>io.fd.hc2vpp.dhcp</groupId>
<artifactId>dhcp-impl</artifactId>
<name>dhcp-impl</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<packaging>bundle</packaging>
<dependencies>
@@ -67,7 +67,7 @@
<dependency>
<groupId>io.fd.honeycomb</groupId>
<artifactId>translate-impl</artifactId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
</dependency>
diff --git a/dhcp/pom.xml b/dhcp/pom.xml
index e0ed8fa9e..8aff781fc 100644
--- a/dhcp/pom.xml
+++ b/dhcp/pom.xml
@@ -19,11 +19,11 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>hc2vpp-parent</artifactId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<artifactId>dhcp-aggregator</artifactId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<name>dhcp-aggregator</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>