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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3a48159bd02 Refactor : add plugin related info to avoid IDE warning 
(#24994) (#24995)
3a48159bd02 is described below

commit 3a48159bd02466094b9f6b1d800ad641184e4744
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Tue Apr 4 07:25:08 2023 +0800

    Refactor : add plugin related info to avoid IDE warning (#24994) (#24995)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a6bd615f305..6834b3529e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1092,6 +1092,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
+                <version>${maven-javadoc-plugin.version}</version>
                 <reportSets>
                     <reportSet>
                         <reports>
@@ -1102,6 +1103,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-jxr-plugin</artifactId>
+                <version>${maven-jxr-plugin.version}</version>
                 <reportSets>
                     <reportSet>
                         <reports>

Reply via email to