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/tag-policy Commit: e169b2713edd100cc238f5d417a9e46ac70f595c Parents: 416e13a Author: Alok Lal <[email protected]> Authored: Fri Aug 7 13:42:06 2015 -0700 Committer: Alok Lal <[email protected]> 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>
