diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-30 10:10:20 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-30 10:10:20 +0200 |
commit | 54e6b9fa3628effde621eeebe91722d9e32bea95 (patch) | |
tree | 3e6cdf1b79978639d5478cbdb9533842c9f547cc /dhcp/dhcp-impl/pom.xml | |
parent | 95e32f9869d885aa685e970f7a97e8b9ac7c2bdc (diff) |
Hc2vpp 1.18.04 releasev1.18.04
Change-Id: Ie9d36ef641e2e6acc1636e3d4affc92a91866f07
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'dhcp/dhcp-impl/pom.xml')
-rw-r--r-- | dhcp/dhcp-impl/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |