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/20 09:20:49 UTC

[incubator-dolphinscheduler-maven-plugin] 21/31: add scm

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

commit e366e8a16c030ce230f89f877ddf90c16c629836
Author: gaojun2048 <54...@qq.com>
AuthorDate: Wed Jul 15 17:04:05 2020 +0800

    add scm
---
 pom.xml | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index c66d17b..9816a24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,27 +17,27 @@
     <url>http://dolphinscheduler.apache.org</url>
     <description>Dolphin Scheduler Maven Plugin provides a packing and lifecycle for DolphinScheduler plugins
     </description>
-    <!--<licenses>-->
-        <!--<license>-->
-            <!--<name>Apache License 2.0</name>-->
-            <!--<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>-->
-            <!--<distribution>repo</distribution>-->
-        <!--</license>-->
-    <!--</licenses>-->
-    <!--<scm>-->
-        <!--<connection>scm:git:https://github.com/apache/incubator-dolphinscheduler-maven-plugin.git</connection>-->
-        <!--<developerConnection>scm:git:https://github.com/apache/incubator-dolphinscheduler-maven-plugin.git</developerConnection>-->
-        <!--<url>https://github.com/apache/incubator-dolphinscheduler-maven-plugin</url>-->
-        <!--<tag>HEAD</tag>-->
-    <!--</scm>-->
-    <!--<mailingLists>-->
-        <!--<mailingList>-->
-            <!--<name>DolphinScheduler Developer List</name>-->
-            <!--<post>dev@dolphinscheduler.incubator.apache.org</post>-->
-            <!--<subscribe>dev-subscribe@dolphinscheduler.incubator.apache.org</subscribe>-->
-            <!--<unsubscribe>dev-unsubscribe@dolphinscheduler.incubator.apache.org</unsubscribe>-->
-        <!--</mailingList>-->
-    <!--</mailingLists>-->
+    <licenses>
+        <license>
+            <name>Apache License 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <scm>
+        <connection>scm:git:https://github.com/apache/incubator-dolphinscheduler-maven-plugin.git</connection>
+        <developerConnection>scm:git:https://github.com/apache/incubator-dolphinscheduler-maven-plugin.git</developerConnection>
+        <url>https://github.com/apache/incubator-dolphinscheduler-maven-plugin</url>
+        <tag>HEAD</tag>
+    </scm>
+    <mailingLists>
+        <mailingList>
+            <name>DolphinScheduler Developer List</name>
+            <post>dev@dolphinscheduler.incubator.apache.org</post>
+            <subscribe>dev-subscribe@dolphinscheduler.incubator.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@dolphinscheduler.incubator.apache.org</unsubscribe>
+        </mailingList>
+    </mailingLists>
 
     <properties>
         <mavenVersion>3.2.3</mavenVersion>