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

kerwin pushed a commit to branch 3.0.0-alpha-release
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.0.0-alpha-release by this 
push:
     new 759c32f447 add python module in the dis module
759c32f447 is described below

commit 759c32f447f815e0bc19f2bf9644cb96d8a5e0bc
Author: zhuangchong <[email protected]>
AuthorDate: Tue Apr 12 14:24:19 2022 +0800

    add python module in the dis module
---
 dolphinscheduler-dist/pom.xml            |  4 ++++
 dolphinscheduler-dist/release.properties | 14 ++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml
index facd272043..b29c2fe86f 100644
--- a/dolphinscheduler-dist/pom.xml
+++ b/dolphinscheduler-dist/pom.xml
@@ -65,6 +65,10 @@
             <groupId>org.apache.dolphinscheduler</groupId>
             <artifactId>dolphinscheduler-tools</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.dolphinscheduler</groupId>
+            <artifactId>dolphinscheduler-python</artifactId>
+        </dependency>
     </dependencies>
 
     <profiles>
diff --git a/dolphinscheduler-dist/release.properties 
b/dolphinscheduler-dist/release.properties
new file mode 100644
index 0000000000..6e4a84f12d
--- /dev/null
+++ b/dolphinscheduler-dist/release.properties
@@ -0,0 +1,14 @@
+#release configuration
+#Tue Apr 12 14:22:17 CST 2022
+scm.tagNameFormat=@{project.version}
+scm.username=zhuangchong
+pushChanges=false
+scm.url=scm\:git\:https\://github.com/apache/dolphinscheduler.git/dolphinscheduler-dist
+preparationGoals=clean verify
+remoteTagging=true
+projectVersionPolicyId=default
+scm.commentPrefix=[maven-release-plugin] 
+scm.tagBase=2.0.4-SNAPSHOT
+exec.snapshotReleasePluginAllowed=false
+exec.additionalArguments=-DskipTests -P release,python
+completedPhase=check-poms

Reply via email to