You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by lg...@apache.org on 2020/07/25 10:21:32 UTC

[incubator-dolphinscheduler-maven-plugin] branch master updated: add incubating to package name

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

lgcareer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a1aa1f2  add incubating to package name
     new 169a6e3  Merge pull request #9 from gaojun2048/master
a1aa1f2 is described below

commit a1aa1f26c28b671a7cd123e5862d00c103e9836c
Author: gaojun2048 <54...@qq.com>
AuthorDate: Sat Jul 25 18:18:29 2020 +0800

    add incubating to package name
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index b212201..adf19b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,7 @@
     </dependencies>
 
     <build>
+        <finalName>apache-dolphinscheduler-maven-plugin-incubating-${project.version}</finalName>
         <resources>
             <resource>
                 <directory>src/main/resources</directory>