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/07 22:42:33 UTC

incubator-ranger git commit: Revert "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 416e13a71 -> e169b2713


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

This reverts commit edf2af7aa11ab64c8f4a63936001baa3e9da46e9.


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

Branch: refs/heads/master
Commit: e169b2713edd100cc238f5d417a9e46ac70f595c
Parents: 416e13a
Author: Alok Lal <al...@apache.org>
Authored: Fri Aug 7 13:42:06 2015 -0700
Committer: Alok Lal <al...@apache.org>
Committed: Fri Aug 7 13:42:06 2015 -0700

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


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