diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-17 16:48:23 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-18 06:53:59 +0000 |
commit | bbabcf885e9a0c01c6a9621a950ab68d8561b05b (patch) | |
tree | 437283602e147c8e51c828afd35f35ebcc9640a7 /mpls | |
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 'mpls')
-rw-r--r-- | mpls/api/pom.xml | 4 | ||||
-rw-r--r-- | mpls/impl/pom.xml | 4 | ||||
-rw-r--r-- | mpls/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mpls/api/pom.xml b/mpls/api/pom.xml index 9d27283d1..17937837d 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-RC2</version> + <version>1.18.01-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-RC2</version> + <version>1.18.01-SNAPSHOT</version> <dependencies> <dependency> diff --git a/mpls/impl/pom.xml b/mpls/impl/pom.xml index aa8d97e5a..4005e6368 100644 --- a/mpls/impl/pom.xml +++ b/mpls/impl/pom.xml @@ -21,14 +21,14 @@ <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> <groupId>io.fd.hc2vpp.mpls</groupId> <artifactId>mpls-impl</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-RC2</version> + <version>1.18.01-SNAPSHOT</version> <dependencies> <!-- Honeycomb infrastructure --> diff --git a/mpls/pom.xml b/mpls/pom.xml index e31c5bbfc..52cd9bd85 100644 --- a/mpls/pom.xml +++ b/mpls/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.18.01-RC2</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.mpls</groupId> <artifactId>mpls-aggregator</artifactId> - <version>1.18.01-RC2</version> + <version>1.18.01-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |