Repository: bigtop Updated Branches: refs/heads/master 8d2546ba8 -> 080fa9d64
BIGTOP-1242. bump jsvc to 1.0.15 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/080fa9d6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/080fa9d6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/080fa9d6 Branch: refs/heads/master Commit: 080fa9d646004885869a942b79634e44ca2cac92 Parents: 8d2546b Author: Konstantin Boudnik <[email protected]> Authored: Sun Apr 20 20:22:40 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Sun Apr 20 20:22:40 2014 -0700 ---------------------------------------------------------------------- bigtop.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/080fa9d6/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 04942ea..efd5a1b 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -276,8 +276,8 @@ $(eval $(call PACKAGE,bigtop-utils,BIGTOP_UTILS)) BIGTOP_JSVC_NAME=bigtop-jsvc BIGTOP_JSVC_RELNOTES_NAME=Apache Commons Daemon (jsvc) BIGTOP_JSVC_PKG_NAME=bigtop-jsvc -BIGTOP_JSVC_BASE_VERSION=1.0.10 -BIGTOP_JSVC_PKG_VERSION=1.0.10 +BIGTOP_JSVC_BASE_VERSION=1.0.15 +BIGTOP_JSVC_PKG_VERSION=$(BIGTOP_JSVC_BASE_VERSION) BIGTOP_JSVC_RELEASE_VERSION=1 BIGTOP_JSVC_TARBALL_SRC=commons-daemon-$(BIGTOP_JSVC_BASE_VERSION)-native-src.tar.gz BIGTOP_JSVC_TARBALL_DST=commons-daemon-$(BIGTOP_JSVC_BASE_VERSION).tar.gz
