Updated Branches: refs/heads/trunk 154c0c5e7 -> 8115a94f6
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/8115a94f Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/8115a94f Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/8115a94f Branch: refs/heads/trunk Commit: 8115a94f663084bea82b003cd8f41b53f4eeca39 Parents: 154c0c5 Author: Nitay Joffe <[email protected]> Authored: Fri Dec 14 12:48:48 2012 -0800 Committer: Nitay Joffe <[email protected]> Committed: Fri Dec 14 12:49:27 2012 -0800 ---------------------------------------------------------------------- lib/hcatalog-0.5.0-SNAPSHOT.jar | Bin 243085 -> 0 bytes pom.xml | 4 +--- 2 files changed, 1 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/8115a94f/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 deleted file mode 100644 index cc66c17..0000000 Binary files a/lib/hcatalog-0.5.0-SNAPSHOT.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/giraph/blob/8115a94f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 262af9e..4773635 100644 --- a/pom.xml +++ b/pom.xml @@ -748,9 +748,7 @@ under the License. <groupId>org.apache.hcatalog</groupId> <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> + <version>0.5.0-20121213.030336-32</version> <exclusions> <exclusion> <groupId>org.apache.pig</groupId>
