Updated Branches: refs/heads/trunk 487d016f7 -> 154c0c5e7
GIRAPH-452: Fix hcatalog jar (nitay) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/154c0c5e Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/154c0c5e Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/154c0c5e Branch: refs/heads/trunk Commit: 154c0c5e727ae2e5ca9f428aa62f9ecd30a9360a Parents: 487d016 Author: Nitay Joffe <[email protected]> Authored: Fri Dec 14 00:11:02 2012 -0800 Committer: Nitay Joffe <[email protected]> Committed: Fri Dec 14 10:38:23 2012 -0800 ---------------------------------------------------------------------- CHANGELOG | 2 ++ lib/hcatalog-0.5.0-SNAPSHOT.jar | Bin 0 -> 243085 bytes pom.xml | 2 ++ 3 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/154c0c5e/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index e2e7899..aa7f286 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-452: Fix hcatalog jar (nitay) + GIRAPH-450: post-review not working after switch to git (nitay) GIRAPH-449: License header missing from for-each-profile.sh (apresta) http://git-wip-us.apache.org/repos/asf/giraph/blob/154c0c5e/lib/hcatalog-0.5.0-SNAPSHOT.jar ---------------------------------------------------------------------- diff --git a/lib/hcatalog-0.5.0-SNAPSHOT.jar b/lib/hcatalog-0.5.0-SNAPSHOT.jar new file mode 100644 index 0000000..cc66c17 Binary files /dev/null and b/lib/hcatalog-0.5.0-SNAPSHOT.jar differ http://git-wip-us.apache.org/repos/asf/giraph/blob/154c0c5e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f59516a..262af9e 100644 --- a/pom.xml +++ b/pom.xml @@ -749,6 +749,8 @@ under the License. <artifactId>hcatalog-core</artifactId> <!-- TODO: Use 0.5.0 stable release --> <version>0.5.0-SNAPSHOT</version> + <scope>system</scope> + <systemPath>${lib.dir}/hcatalog-0.5.0-SNAPSHOT.jar</systemPath> <exclusions> <exclusion> <groupId>org.apache.pig</groupId>
