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:22:05 UTC

[ranger] branch ranger-2.4 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 ranger-2.4
in repository https://gitbox.apache.org/repos/asf/ranger.git


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

commit 7bac7248cbc5fe79e6688ca45b241d2c1c1e07a5
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Sat Apr 8 00:21:50 2023 -0700

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

diff --git a/pom.xml b/pom.xml
index b3cb0fe35..8d63ef5fe 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>