You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2012/12/09 03:51:51 UTC

[7/30] git commit: [MNG-5403] tar.gz release artifacts have wrong permissions on directories

[MNG-5403] tar.gz release artifacts have wrong permissions on directories

Upgrading to m-assembly-p v2.4 solves this.

Signed-off-by: Anders Hammar <an...@hammar.net>


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/19492b48
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/19492b48
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/19492b48

Branch: refs/heads/slf4j-logback
Commit: 19492b485a1a9ec26aadc22b51aa058ce1c405bd
Parents: 73e1445
Author: Anders Hammar <an...@hammar.net>
Authored: Tue Dec 4 13:50:03 2012 +0100
Committer: Anders Hammar <an...@hammar.net>
Committed: Tue Dec 4 13:50:03 2012 +0100

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/19492b48/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 626195d..e32d6dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2-beta-5</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>