diff options
author | 2018-01-17 16:48:23 +0100 | |
---|---|---|
committer | 2018-01-18 06:53:59 +0000 | |
commit | bbabcf885e9a0c01c6a9621a950ab68d8561b05b (patch) | |
tree | 437283602e147c8e51c828afd35f35ebcc9640a7 /bgp/inet | |
parent | 46fa44ab404816b946a8c9928349b8af89add7fe (diff) |
Set Hc2vpp version back to 1.18.01-SNAPSHOT
Change-Id: I045a9d935fe319713e3267c07f00c91ab3b091f0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'bgp/inet')
-rw-r--r-- | bgp/inet/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgp/inet/pom.xml b/bgp/inet/pom.xml index 67e98c6b1..4e1e8f0b1 100644 --- a/bgp/inet/pom.xml +++ b/bgp/inet/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.18.01-RC2</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> @@ -13,7 +13,7 @@ <groupId>io.fd.hc2vpp.bgp</groupId> <artifactId>bgp-inet</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-RC2</version> + <version>1.18.01-SNAPSHOT</version> <dependencies> <!-- Honeycomb infrastructure --> |