diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 20:18:25 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-24 13:13:59 +0100 |
commit | 9813b4e4047e1226198bf215d89417a2dfc7f664 (patch) | |
tree | 7160aab34c664b78da38d63745cc4c0c5b532be3 /vpp-integration | |
parent | 153c2954d71c94816dc604ba0fbb5ab7cf7c4205 (diff) |
Bump hc2vpp version to 1.17.01-RC21.17.01-RC2
Also updates honeycomb dependencies to 1.17.01-RC2
Expected results after change submission:
1) all hc2vpp jars are uploaded to
https://nexus.fd.io/content/repositories/fd.io.release/io/fd/hc2vpp/
with 1.17.01-RC2 version set
2) honeycomb-1.17.01-RC2.noarch.rpm (outcome of hc2vpp-integration-1701-centos7)
is uploaded to
https://nexus.fd.io/content/repositories/fd.io.stable.1701.centos7/
io/fd/hc2vpp/honeycomb/1.17.01-RC2.noarch/
3) honeycomb-1.17.01-RC2_all-deb.deb (outcome of hc2vpp-integration-1701-ubuntu1404)
is uploaded to
https://nexus.fd.io/content/repositories/fd.io.stable.1701.ubuntu.trusty.main/
io/fd/hc2vpp/honeycomb/1.17.01-RC2_all/
4) honeycomb-1.17.01-RC2_all-deb.deb (outcome of hc2vpp-integration-1701-ubuntu1604)
is uploaded to
https://nexus.fd.io/content/repositories/fd.io.stable.1701.ubuntu.xenial.main/
io/fd/hc2vpp/honeycomb/1.17.01-RC2_all/
Change-Id: I2e281234d142535d740649e966e6b08f8398905b
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 20 | ||||
-rw-r--r-- | vpp-integration/pom.xml | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index ffef78614..74999d201 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -19,25 +19,25 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.integration</groupId> <artifactId>vpp-integration-distribution</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> <properties> <main.class>io.fd.honeycomb.infra.distro.Main</main.class> - <v3po.version>1.17.01-SNAPSHOT</v3po.version> - <lisp.version>1.17.01-SNAPSHOT</lisp.version> - <vpp.common.integration.version>1.17.01-SNAPSHOT</vpp.common.integration.version> - <vppnsh.version>1.17.01-SNAPSHOT</vppnsh.version> - <nat.version>1.17.01-SNAPSHOT</nat.version> - <ioam.version>1.17.01-SNAPSHOT</ioam.version> - <routing.version>1.17.01-SNAPSHOT</routing.version> - <acl.version>1.17.01-SNAPSHOT</acl.version> + <v3po.version>1.17.01-RC2</v3po.version> + <lisp.version>1.17.01-RC2</lisp.version> + <vpp.common.integration.version>1.17.01-RC2</vpp.common.integration.version> + <vppnsh.version>1.17.01-RC2</vppnsh.version> + <nat.version>1.17.01-RC2</nat.version> + <ioam.version>1.17.01-RC2</ioam.version> + <routing.version>1.17.01-RC2</routing.version> + <acl.version>1.17.01-RC2</acl.version> <distribution.modules> io.fd.hc2vpp.common.integration.VppCommonModule, diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 5186b1149..08eb5ed24 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -19,13 +19,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> </parent> <groupId>io.fd.hc2vpp.integration</groupId> <artifactId>vpp-integration</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <description>Aggregator for Honeycomb's VPP distribution. Aggregating all VPP plugins.</description> |