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 b8bec80 fix release plugin err
b8bec80 is described below
commit b8bec802235c616ba7ba015351b7dc4a2d8e9a30
Author: CalvinKirs <[email protected]>
AuthorDate: Fri Mar 19 11:38:55 2021 +0800
fix release plugin err
---
ext/skywalking/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ext/skywalking/pom.xml b/ext/skywalking/pom.xml
index 805788f..cfe9bed 100644
--- a/ext/skywalking/pom.xml
+++ b/ext/skywalking/pom.xml
@@ -30,7 +30,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <dolphinscheduler.version>${parent.version}</dolphinscheduler.version>
+ <dolphinscheduler.version>${revision}</dolphinscheduler.version>
<agent.dir>${project.build.directory}/skywalking-agent/</agent.dir>
<agent-plugins.dir>${agent.dir}/plugins/</agent-plugins.dir>