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/04 18:31:54 UTC

[ranger] branch ranger-2.4 updated: 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 03c45aec6 RANGER-4166: update maven-assembly-plugin version to 3.4.2
03c45aec6 is described below

commit 03c45aec6477ee88f8216ab9064e47b28b9232b5
Author: jialiang <25...@qq.com>
AuthorDate: Tue Apr 4 11:00:24 2023 +0800

    RANGER-4166: update maven-assembly-plugin version to 3.4.2
    
    Signed-off-by: Madhan Neethiraj <ma...@apache.org>
    (cherry picked from commit b6650fc8c81fd339052bb2999f4653460549fdb2)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d63ef5fe..b3cb0fe35 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>2.6</assembly.plugin.version>
+        <assembly.plugin.version>3.4.2</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>