diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 17:37:32 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 18:56:00 +0200 |
commit | 8135d15aae95df6746ffe70ec231788b4053c7c4 (patch) | |
tree | 2f2cb2544839c06aaa451e5b28058830333f790c /interface-role | |
parent | a428ba2c3e7b7cb564fdecfcd7b2e6e6718a9e36 (diff) |
Bump Hc2vpp version to 1.18.07-SNAPSHOT
Change-Id: I111e463207f1984cf27a557c2921df6ef62ea5b8
Signed-off-by: Marek Gradzki <mgradzki@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 ff5e7d449..8a7629d86 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.18.04-SNAPSHOT</version> + <version>1.18.07-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.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> diff --git a/interface-role/impl/pom.xml b/interface-role/impl/pom.xml index 08ade3caf..51cef8a95 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.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.iface.role</groupId> <artifactId>impl</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> diff --git a/interface-role/pom.xml b/interface-role/pom.xml index 08f6fa035..d65e4b681 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.18.04-SNAPSHOT</version> + <version>1.18.07-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.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <name>${project.artifactId}</name> <modules> |