You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by al...@apache.org on 2015/08/05 21:00:56 UTC

incubator-ranger git commit: RANGER-600 Bump up the version number of assembly plugin to avoid a known bug during assembly phase

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 2d931dbe4 -> edf2af7aa


RANGER-600 Bump up the version number of assembly plugin to avoid a known bug during assembly phase


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/edf2af7a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/edf2af7a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/edf2af7a

Branch: refs/heads/master
Commit: edf2af7aa11ab64c8f4a63936001baa3e9da46e9
Parents: 2d931db
Author: Alok Lal <al...@apache.org>
Authored: Wed Aug 5 11:00:13 2015 -0700
Committer: Alok Lal <al...@apache.org>
Committed: Wed Aug 5 11:00:13 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/edf2af7a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2ae8d3d..4b73a61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -369,7 +369,7 @@
       </plugin>
       <plugin>
          <artifactId>maven-assembly-plugin</artifactId>
-         <version>2.2-beta-5</version>
+         <version>2.3</version>
          <configuration>
            <descriptors>
              <descriptor>src/main/assembly/hdfs-agent.xml</descriptor>