Updated Branches: refs/heads/master 0ba630bb1 -> 711eaedff
CRUNCH-114: Fix ZIP permissions. Upgrade to maven-assembly-plugin 2.4. Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/711eaedf Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/711eaedf Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/711eaedf Branch: refs/heads/master Commit: 711eaedff7db459ae3f7c0ebc8230f752635bedb Parents: 0ba630b Author: Matthias Friedrich <[email protected]> Authored: Sat Nov 24 09:47:33 2012 +0100 Committer: Matthias Friedrich <[email protected]> Committed: Sat Nov 24 09:47:33 2012 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/711eaedf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9ef6dc9..3ec465f 100644 --- a/pom.xml +++ b/pom.xml @@ -643,7 +643,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> </plugin> <plugin> <groupId>org.scala-tools</groupId>
