You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/31 04:08:26 UTC

[shardingsphere-elasticjob-ui] branch master updated: Update pom

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 382a4fb  Update pom
382a4fb is described below

commit 382a4fb479260562bed2e14c096569808e2e5501
Author: terrymanu <te...@163.com>
AuthorDate: Fri Jul 31 12:08:15 2020 +0800

    Update pom
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6acc1cb..03c4b29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,10 +64,30 @@
         </dependencies>
     </dependencyManagement>
     
+    <url>http://shardingsphere.apache.org/elasticjob/</url>
+    <description>Distributed scheduled job solution</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/shardingsphere-elasticjob-ui.git</connection>
         <developerConnection>scm:git:https://github.com/apache/shardingsphere-elasticjob-ui.git</developerConnection>
         <url>https://github.com/apache/shardingsphere-elasticjob-ui.git</url>
         <tag>HEAD</tag>
     </scm>
+    
+    <mailingLists>
+        <mailingList>
+            <name>ShardingSphere Developer List</name>
+            <post>dev@shardingsphere.apache.org</post>
+            <subscribe>dev-subscribe@shardingsphere.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@shardingsphere.apache.org</unsubscribe>
+        </mailingList>
+    </mailingLists>
 </project>