From 9813b4e4047e1226198bf215d89417a2dfc7f664 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Wed, 4 Jan 2017 20:18:25 +0100 Subject: Bump hc2vpp version to 1.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 --- packaging/rpm/release | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packaging/rpm/release') diff --git a/packaging/rpm/release b/packaging/rpm/release index 751ee04f2..6d685d2d4 100755 --- a/packaging/rpm/release +++ b/packaging/rpm/release @@ -1,5 +1,10 @@ #!/bin/bash +# release version +echo RC2 +# +# snapshot version +# # Increasing the build number by a certain margin. # Necessary due to honeycomb - hc2vpp split. Build_number counter was reset # rewriting older packages -echo $(expr $BUILD_NUMBER + 2000) \ No newline at end of file +# echo $(expr $BUILD_NUMBER + 2000) \ No newline at end of file -- cgit 1.2.3-korg