Updated Branches: refs/heads/master d0c229fde -> 09d0c4c46
BIGTOP-916. Bump version of Pig to 0.11.1 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/5c42acd5 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5c42acd5 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5c42acd5 Branch: refs/heads/master Commit: 5c42acd5a201ce3b258b6e98a72171847554417f Parents: c9b72e5 Author: Roman Shaposhnik <[email protected]> Authored: Tue Apr 9 09:20:55 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Tue Apr 9 09:21:51 2013 -0700 ---------------------------------------------------------------------- bigtop.mk | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/5c42acd5/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 5b67ea9..8677f2c 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -59,7 +59,7 @@ HBASE_ARCHIVE=$(APACHE_ARCHIVE)$(HBASE_DOWNLOAD_PATH) $(eval $(call PACKAGE,hbase,HBASE)) # Pig -PIG_BASE_VERSION=0.11.0 +PIG_BASE_VERSION=0.11.1 PIG_PKG_VERSION=$(PIG_BASE_VERSION) PIG_RELEASE_VERSION=1 PIG_NAME=pig http://git-wip-us.apache.org/repos/asf/bigtop/blob/5c42acd5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 75c756f..9ae390d 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ <properties> <hadoop.version>2.0.4-SNAPSHOT</hadoop.version> <hbase.version>0.94.5</hbase.version> - <pig.version>0.11.0</pig.version> + <pig.version>0.11.1</pig.version> <pig-smoke.version>0.11.1</pig-smoke.version> <sqoop.version>1.99.1</sqoop.version> <zookeeper.version>3.4.5</zookeeper.version>
