diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:25:55 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:25:59 +0200 |
commit | bc105e2a717de1a779114354f2fb2cf9f9013567 (patch) | |
tree | 1685de0d3e1c9048cd7d297fc0781584c9d2011e /l3 | |
parent | 00778f7b897c1a74e9022bc5d0df3b3edf83ba9e (diff) |
Bump hc2vpp version to 1.17.10-RC1v1.17.10-RC1
Also updates honeycomb dependencies
Change-Id: Ifc6b3233b14f0d6c3d2d70930e3a711a20344411
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'l3')
-rw-r--r-- | l3/api/pom.xml | 4 | ||||
-rw-r--r-- | l3/impl/pom.xml | 4 | ||||
-rw-r--r-- | l3/pom.xml | 2 | ||||
-rw-r--r-- | l3/utils/pom.xml | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/l3/api/pom.xml b/l3/api/pom.xml index cee3dc2b5..535e8f361 100644 --- a/l3/api/pom.xml +++ b/l3/api/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <relativePath>../../common/api-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.l3</groupId> <artifactId>l3-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <dependencies> <dependency> diff --git a/l3/impl/pom.xml b/l3/impl/pom.xml index 77b52e584..2ef47d7f3 100644 --- a/l3/impl/pom.xml +++ b/l3/impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.hc2vpp.l3</groupId> <artifactId>l3-impl</artifactId> <name>${project.artifactId}</name> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <dependencies> <dependency> diff --git a/l3/pom.xml b/l3/pom.xml index eeadc1fd5..f6a16314d 100644 --- a/l3/pom.xml +++ b/l3/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>hc2vpp-parent</artifactId> <groupId>io.fd.hc2vpp.common</groupId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <packaging>pom</packaging> diff --git a/l3/utils/pom.xml b/l3/utils/pom.xml index b11ae4507..3c61b2216 100644 --- a/l3/utils/pom.xml +++ b/l3/utils/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.hc2vpp.l3</groupId> <artifactId>l3-utils</artifactId> <name>${project.artifactId}</name> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <dependencies> <dependency> |