You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2021/11/04 02:17:26 UTC

[shardingsphere] branch master updated: add templating-maven-plugin in pluginManagement (#13447)

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

menghaoran 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 284dd4a  add templating-maven-plugin in pluginManagement (#13447)
284dd4a is described below

commit 284dd4a00bf6a2925a76a95b10c7758e12208b48
Author: Zhengqiang Duan <du...@apache.org>
AuthorDate: Thu Nov 4 10:16:46 2021 +0800

    add templating-maven-plugin in pluginManagement (#13447)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index ca18993..75ae01a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,6 +143,7 @@
         <dockerfile-maven.version>1.4.13</dockerfile-maven.version>
         <docker-compose-maven-plugin.version>4.0.0</docker-compose-maven-plugin.version>
         <checksum-maven-plugin.version>1.10</checksum-maven-plugin.version>
+        <templating-maven-plugin.version>1.0.0</templating-maven-plugin.version>
 
         <maven.deploy.skip>false</maven.deploy.skip>
     </properties>
@@ -766,6 +767,11 @@
                         </fileSets>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>templating-maven-plugin</artifactId>
+                    <version>${templating-maven-plugin.version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>