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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2699e26ef [type:update] maven-assembly-plugin update version 
2.2-beta-5 -> 3.5.0 (#4501)
2699e26ef is described below

commit 2699e26ef8422197e79d94de3ca79c12ba05b256
Author: yunlongn <[email protected]>
AuthorDate: Fri Mar 24 17:20:51 2023 +0800

    [type:update] maven-assembly-plugin update version 2.2-beta-5 -> 3.5.0 
(#4501)
    
    Co-authored-by: xiaoyu <[email protected]>
---
 pom.xml                                        | 1 +
 shenyu-dist/shenyu-admin-dist/pom.xml          | 1 +
 shenyu-dist/shenyu-bootstrap-dist/pom.xml      | 1 +
 shenyu-dist/shenyu-docker-compose-dist/pom.xml | 1 +
 shenyu-dist/shenyu-src-dist/pom.xml            | 1 +
 5 files changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0ad858524..7dd62d138 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,7 @@
         <jaxb.api.version>2.3.1</jaxb.api.version>
         <mail.version>1.6.2</mail.version>
         <docker-maven-plugin.version>0.40.1</docker-maven-plugin.version>
+        <maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version>
         <ojdbc8.version>19.3.0.0</ojdbc8.version>
         <spring-cloud-alibaba.version>2021.0.1.0</spring-cloud-alibaba.version>
         
<spring-cloud-netflix-ribbon.version>2.2.10.RELEASE</spring-cloud-netflix-ribbon.version>
diff --git a/shenyu-dist/shenyu-admin-dist/pom.xml 
b/shenyu-dist/shenyu-admin-dist/pom.xml
index c4a68e375..8520431f3 100644
--- a/shenyu-dist/shenyu-admin-dist/pom.xml
+++ b/shenyu-dist/shenyu-admin-dist/pom.xml
@@ -70,6 +70,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-assembly-plugin</artifactId>
+                        <version>${maven-assembly-plugin.version}</version>
                         <executions>
                             <execution>
                                 <id>admin-bin</id>
diff --git a/shenyu-dist/shenyu-bootstrap-dist/pom.xml 
b/shenyu-dist/shenyu-bootstrap-dist/pom.xml
index d1878a183..3bbb3ef6a 100644
--- a/shenyu-dist/shenyu-bootstrap-dist/pom.xml
+++ b/shenyu-dist/shenyu-bootstrap-dist/pom.xml
@@ -58,6 +58,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-assembly-plugin</artifactId>
+                        <version>${maven-assembly-plugin.version}</version>
                         <executions>
                             <execution>
                                 <id>bootstrap-bin</id>
diff --git a/shenyu-dist/shenyu-docker-compose-dist/pom.xml 
b/shenyu-dist/shenyu-docker-compose-dist/pom.xml
index 1f0e5904d..bea2d8305 100644
--- a/shenyu-dist/shenyu-docker-compose-dist/pom.xml
+++ b/shenyu-dist/shenyu-docker-compose-dist/pom.xml
@@ -38,6 +38,7 @@
                 <plugins>
                     <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>
+                        <version>${maven-assembly-plugin.version}</version>
                         <executions>
                             <execution>
                                 <id>src</id>
diff --git a/shenyu-dist/shenyu-src-dist/pom.xml 
b/shenyu-dist/shenyu-src-dist/pom.xml
index 6eb75cfeb..9b954da2b 100644
--- a/shenyu-dist/shenyu-src-dist/pom.xml
+++ b/shenyu-dist/shenyu-src-dist/pom.xml
@@ -38,6 +38,7 @@
                 <plugins>
                     <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>
+                        <version>${maven-assembly-plugin.version}</version>
                         <executions>
                             <execution>
                                 <id>src</id>

Reply via email to