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

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0e1dd8d  remove incorrect or unnecessary URL tag (#2099)
0e1dd8d is described below

commit 0e1dd8d7d95b945c8982f18b802c88b216cf0179
Author: gabry.wu <[email protected]>
AuthorDate: Sat Mar 7 18:07:53 2020 +0800

    remove incorrect or unnecessary URL tag (#2099)
---
 dolphinscheduler-common/pom.xml | 2 +-
 dolphinscheduler-dao/pom.xml    | 2 +-
 dolphinscheduler-remote/pom.xml | 2 --
 dolphinscheduler-server/pom.xml | 2 +-
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dolphinscheduler-common/pom.xml b/dolphinscheduler-common/pom.xml
index e7789f7..ca75a84 100644
--- a/dolphinscheduler-common/pom.xml
+++ b/dolphinscheduler-common/pom.xml
@@ -25,7 +25,7 @@
        </parent>
        <artifactId>dolphinscheduler-common</artifactId>
        <name>dolphinscheduler-common</name>
-       <url>http://maven.apache.org</url>
+
        <packaging>jar</packaging>
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/dolphinscheduler-dao/pom.xml b/dolphinscheduler-dao/pom.xml
index fd43458..3aea888 100644
--- a/dolphinscheduler-dao/pom.xml
+++ b/dolphinscheduler-dao/pom.xml
@@ -25,7 +25,7 @@
        </parent>
        <artifactId>dolphinscheduler-dao</artifactId>
        <name>${project.artifactId}</name>
-       <url>http://maven.apache.org</url>
+
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
diff --git a/dolphinscheduler-remote/pom.xml b/dolphinscheduler-remote/pom.xml
index b67b033..39c7c6a 100644
--- a/dolphinscheduler-remote/pom.xml
+++ b/dolphinscheduler-remote/pom.xml
@@ -12,8 +12,6 @@
     <artifactId>dolphinscheduler-remote</artifactId>
 
     <name>dolphinscheduler-remote</name>
-    <!-- FIXME change it to the project's website -->
-    <url>http://www.example.com</url>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/dolphinscheduler-server/pom.xml b/dolphinscheduler-server/pom.xml
index 8649019..e8e8429 100644
--- a/dolphinscheduler-server/pom.xml
+++ b/dolphinscheduler-server/pom.xml
@@ -25,7 +25,7 @@
        </parent>
        <artifactId>dolphinscheduler-server</artifactId>
        <name>dolphinscheduler-server</name>
-       <url>http://maven.apache.org</url>
+
        <packaging>jar</packaging>
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to