diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-01-24 14:27:26 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-01-24 14:27:26 +0100 |
commit | 2f3b290f51486a1243cc1306430ba6ce64ae4ba3 (patch) | |
tree | cde4f96f55681d9066eb6de411629ad24082d6cf /interface-role | |
parent | 498be1107120dd7a9a8df5443b74689fbe95f61a (diff) |
Bump hc2vpp version to 1.19.04-SNAPSHOT
Change-Id: I5f2c8635eab44f5d7b74514f3a2f7b4218b3369c
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'interface-role')
-rw-r--r-- | interface-role/api/pom.xml | 4 | ||||
-rw-r--r-- | interface-role/impl/pom.xml | 4 | ||||
-rw-r--r-- | interface-role/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/interface-role/api/pom.xml b/interface-role/api/pom.xml index 80dfae35b..08513172d 100644 --- a/interface-role/api/pom.xml +++ b/interface-role/api/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.19.01-SNAPSHOT</version> + <version>1.19.04-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.iface.role</groupId> <artifactId>api</artifactId> - <version>1.19.01-SNAPSHOT</version> + <version>1.19.04-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> diff --git a/interface-role/impl/pom.xml b/interface-role/impl/pom.xml index c4c9ce210..adfb928d8 100644 --- a/interface-role/impl/pom.xml +++ b/interface-role/impl/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.19.01-SNAPSHOT</version> + <version>1.19.04-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.iface.role</groupId> <artifactId>impl</artifactId> - <version>1.19.01-SNAPSHOT</version> + <version>1.19.04-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> diff --git a/interface-role/pom.xml b/interface-role/pom.xml index 856c10d92..bcad1d5e4 100644 --- a/interface-role/pom.xml +++ b/interface-role/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>hc2vpp-parent</artifactId> <groupId>io.fd.hc2vpp.common</groupId> - <version>1.19.01-SNAPSHOT</version> + <version>1.19.04-SNAPSHOT</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> @@ -14,7 +14,7 @@ <groupId>io.fd.hc2vpp.iface.role</groupId> <artifactId>interface-role-aggregator</artifactId> <packaging>pom</packaging> - <version>1.19.01-SNAPSHOT</version> + <version>1.19.04-SNAPSHOT</version> <name>${project.artifactId}</name> <modules> |