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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0bea482b9fb [fix](pipeline) update license-maven-plugin to 2.1.0 
(#58951)
0bea482b9fb is described below

commit 0bea482b9fb0f0579a9855be24fb0e9877958c81
Author: Socrates <[email protected]>
AuthorDate: Wed Jan 7 11:57:13 2026 +0800

    [fix](pipeline) update license-maven-plugin to 2.1.0 (#58951)
    
    ### What problem does this PR solve?
    Update license-maven-plugin to prevent this issue in pipeline:
    ```
    [ERROR] Failed to execute goal 
org.codehaus.mojo:license-maven-plugin:2.0.0:add-third-party (add-third-party) 
on project iceberg-metadata-scanner: could not init goal AddThirdPartyMojo for 
reason : null: ConcurrentModificationException -> [Help 1]
    ```
    https://github.com/mojohaus/license-maven-plugin/issues/354
---
 fe/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 3691d10340f..80a62f30711 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -101,7 +101,7 @@ under the License.
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>license-maven-plugin</artifactId>
-                <version>2.0.0</version>
+                <version>2.1.0</version>
                 <executions>
                     <execution>
                         <id>add-third-party</id>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to