diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 20:18:25 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-30 13:59:48 +0100 |
commit | 057ece76cc7a5714791a44f054034baed423c004 (patch) | |
tree | 6a78897c9df5b2ba2b52cda7d020ed289a36d0f6 /ioam | |
parent | f43a26d6a315910dcf7e2655aea6f797100a6971 (diff) |
Bump hc2vpp version to 1.17.01-FINALv1.17.01stable/1701
Also updates honeycomb dependencies to 1.17.01-FINAL
Change-Id: I2f281234d142535d740649e966e6b08f8398905b
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'ioam')
-rw-r--r-- | ioam/api/pom.xml | 4 | ||||
-rw-r--r-- | ioam/impl/pom.xml | 4 | ||||
-rw-r--r-- | ioam/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ioam/api/pom.xml b/ioam/api/pom.xml index 195c701d4..b5e5aabfe 100644 --- a/ioam/api/pom.xml +++ b/ioam/api/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01</version> </parent> @@ -26,7 +26,7 @@ <groupId>io.fd.hc2vpp.ioam</groupId> <artifactId>vppioam-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01</version> <packaging>bundle</packaging> <dependencies> diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml index 40e391e6b..0e7bf9d03 100644 --- a/ioam/impl/pom.xml +++ b/ioam/impl/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.ioam</groupId> <artifactId>vppioam-impl</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01</version> <packaging>bundle</packaging> <properties> diff --git a/ioam/pom.xml b/ioam/pom.xml index 3a0df0fc7..c15b7f157 100644 --- a/ioam/pom.xml +++ b/ioam/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01</version> </parent> <groupId>io.fd.hc2vpp.ioam</groupId> <artifactId>vppioam-aggregator</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |