diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-10 07:57:10 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-10 11:01:21 +0100 |
commit | b13e648949b268a91be59e2b722f6e687342a918 (patch) | |
tree | 15ab21be4f1521764810d6ef494f354a3b1d6395 /ioam | |
parent | 4b014087ecf0335e65e09fee10512e9f0d465446 (diff) |
Bump hc2vpp version to 1.18.01-RC1v1.18.01-RC1
Change-Id: I5c7d5de7e3963c42fb1a133b17e9c8f3d415821f
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 1eef35e51..272b1d148 100644 --- a/ioam/api/pom.xml +++ b/ioam/api/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <relativePath>../../common/api-parent</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>io.fd.hc2vpp.ioam</groupId> <artifactId>vppioam-api</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <packaging>bundle</packaging> <dependencies> diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml index faffd9fb7..612a5506f 100644 --- a/ioam/impl/pom.xml +++ b/ioam/impl/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>io.fd.hc2vpp.ioam</groupId> <artifactId>vppioam-impl</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <packaging>bundle</packaging> <properties> diff --git a/ioam/pom.xml b/ioam/pom.xml index ce776332b..fd28f88c4 100644 --- a/ioam/pom.xml +++ b/ioam/pom.xml @@ -18,13 +18,13 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.ioam</groupId> <artifactId>vppioam-aggregator</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |