This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch 1.3.6-release
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/1.3.6-release by this push:
new 4a61f71 fix release plugin err
4a61f71 is described below
commit 4a61f710ecd5d72b06b1abf1d6fdee8f0c961b83
Author: CalvinKirs <[email protected]>
AuthorDate: Fri Mar 19 11:46:37 2021 +0800
fix release plugin err
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0755b59..1bf25dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,7 @@
<swagger.version>1.9.3</swagger.version>
<springfox.version>2.9.2</springfox.version>
<skywalking.version>8.4.0</skywalking.version>
+ <arguments />
<revision>1.3.6-SNAPSHOT</revision>
</properties>
@@ -591,6 +592,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
+ <arguments>${arguments}</arguments>
<tagNameFormat>@{revision}</tagNameFormat>
</configuration>
</plugin>