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 /v3po | |
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 'v3po')
-rw-r--r-- | v3po/api/pom.xml | 4 | ||||
-rw-r--r-- | v3po/pom.xml | 4 | ||||
-rw-r--r-- | v3po/v3po2vpp/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/v3po/api/pom.xml b/v3po/api/pom.xml index 67ab1ad05..5e43dc9d0 100644 --- a/v3po/api/pom.xml +++ b/v3po/api/pom.xml @@ -17,14 +17,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.v3po</groupId> <artifactId>v3po-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/v3po/pom.xml b/v3po/pom.xml index 78187b450..b2b0d0e1f 100644 --- a/v3po/pom.xml +++ b/v3po/pom.xml @@ -18,12 +18,12 @@ <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.v3po</groupId> <artifactId>v3po-aggregator</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/v3po/v3po2vpp/pom.xml b/v3po/v3po2vpp/pom.xml index b1909ed08..01ade2c6a 100644 --- a/v3po/v3po2vpp/pom.xml +++ b/v3po/v3po2vpp/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.hc2vpp.v3po</groupId> <artifactId>v3po2vpp</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> <packaging>bundle</packaging> <dependencies> |