You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2023/04/08 07:21:22 UTC

[ranger] branch master updated: Revert "RANGER-4166: update maven-assembly-plugin version to 3.4.2"

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 0165fbd52 Revert "RANGER-4166: update maven-assembly-plugin version to 3.4.2"
0165fbd52 is described below

commit 0165fbd52634427c31f5a06d0620acc325690dcb
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Sat Apr 8 00:17:22 2023 -0700

    Revert "RANGER-4166: update maven-assembly-plugin version to 3.4.2"
    
    This reverts commit b6650fc8c81fd339052bb2999f4653460549fdb2.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2128e2cd5..de0617e2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
         <apacheds.version>2.0.0-M22</apacheds.version>
         <asm.all.version>3.2</asm.all.version>
         <aspectj.version>1.8.2</aspectj.version>
-        <assembly.plugin.version>3.4.2</assembly.plugin.version>
+        <assembly.plugin.version>2.6</assembly.plugin.version>
         <atlas.version>2.2.0</atlas.version>
         <atlas.jackson.version>2.11.3</atlas.jackson.version>
         <atlas.jackson.databind.version>2.11.3</atlas.jackson.databind.version>