diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-02-04 16:01:22 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-02-04 16:01:22 +0100 |
commit | 8e35412f6c21a1dd2a74e792959882cc5a9eb79c (patch) | |
tree | 091c5f959d068ad58db5278e2ee685abce08060b /ioam | |
parent | 450b88fb8e8bf126f62fa9aafafbe5bede976a70 (diff) |
Set Hc2vpp version to 1.19.01.1-SNAPSHOTstable/1901
Change-Id: I693bc85fe0531ea9fa7e9e25decf0a37dc17bb58
Signed-off-by: Michal Cmarada <mcmarada@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 60c55289a..10689b593 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.19.01</version> + <version>1.19.01.1-SNAPSHOT</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.19.01</version> + <version>1.19.01.1-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml index 4bff904f3..601e35fdb 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.19.01</version> + <version>1.19.01.1-SNAPSHOT</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.19.01</version> + <version>1.19.01.1-SNAPSHOT</version> <packaging>bundle</packaging> <properties> diff --git a/ioam/pom.xml b/ioam/pom.xml index a59461b56..7e72ffdef 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.19.01</version> + <version>1.19.01.1-SNAPSHOT</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.ioam</groupId> <artifactId>vppioam-aggregator</artifactId> - <version>1.19.01</version> + <version>1.19.01.1-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |