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/incubator-doris-spark-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 208624a  [chore] add release plugin (#8)
208624a is described below

commit 208624adf13b24baa9f2318f23a1309a2a5baf71
Author: Mingyu Chen <morningman....@gmail.com>
AuthorDate: Tue Mar 1 10:41:21 2022 +0800

    [chore] add release plugin (#8)
---
 spark-doris-connector/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/spark-doris-connector/pom.xml b/spark-doris-connector/pom.xml
index 492e501..f787920 100644
--- a/spark-doris-connector/pom.xml
+++ b/spark-doris-connector/pom.xml
@@ -396,6 +396,14 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>3.0.0-M5</version>
+                <configuration>
+                    <arguments>${releaseArgs}</arguments>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to