diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-24 22:17:27 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-24 22:21:16 +0200 |
commit | 6d9473679a5f7a82234912d91bbe2cf375d41021 (patch) | |
tree | 7a7ec8e1fa1891d727f20447fada51cb5c62521e /mpls/api | |
parent | 0438569322d1fc3ecfdd888c7f84cab51acd548d (diff) |
Set hc2vpp version to 1.18.01.3-SNAPSHOT
Change-Id: Ic9b94e11989ad128df3c51fa6a2cf1db268a9444
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'mpls/api')
-rw-r--r-- | mpls/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpls/api/pom.xml b/mpls/api/pom.xml index 92bff6ffa..c4617bf67 100644 --- a/mpls/api/pom.xml +++ b/mpls/api/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.18.01.2</version> + <version>1.18.01.3-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.mpls</groupId> <artifactId>mpls-api</artifactId> <name>${project.artifactId}</name> - <version>1.18.01.2</version> + <version>1.18.01.3-SNAPSHOT</version> <dependencies> <dependency> |