xueli.xue 8 年 前
コミット
7679403170
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4 0
      xxl-job-core/pom.xml

+ 4 - 0
xxl-job-core/pom.xml ファイルの表示

@@ -9,6 +9,10 @@
9 9
 	<artifactId>xxl-job-core</artifactId>
10 10
 	<packaging>jar</packaging>
11 11
 
12
+	<name>xxl-job-core</name>
13
+	<description>A lightweight distributed task scheduling framework.</description>
14
+	<url>http://www.xuxueli.com/</url>
15
+
12 16
 	<properties>
13 17
 		<spring.version>3.2.17.RELEASE</spring.version>
14 18
 	</properties>