|
@@ -48,4 +48,26 @@
|
48
|
48
|
</plugins>
|
49
|
49
|
</build>
|
50
|
50
|
|
|
51
|
+
|
|
52
|
+ <licenses>
|
|
53
|
+ <license>
|
|
54
|
+ <name>GNU General Public License, version 2</name>
|
|
55
|
+ <url>http://opensource.org/licenses/GPL-2.0</url>
|
|
56
|
+ </license>
|
|
57
|
+ </licenses>
|
|
58
|
+ <scm>
|
|
59
|
+ <tag>master</tag>
|
|
60
|
+ <url>https://github.com/xuxueli/xxl-job.git</url>
|
|
61
|
+ <connection>scm:git:https://github.com/xuxueli/xxl-job.git</connection>
|
|
62
|
+ <developerConnection>scm:git:git@github.com:xuxueli/xxl-job.git</developerConnection>
|
|
63
|
+ </scm>
|
|
64
|
+ <developers>
|
|
65
|
+ <developer>
|
|
66
|
+ <id>XXL</id>
|
|
67
|
+ <name>xuxueli</name>
|
|
68
|
+ <email>931591021@qq.com</email>
|
|
69
|
+ <url>https://github.com/xuxueli</url>
|
|
70
|
+ </developer>
|
|
71
|
+ </developers>
|
|
72
|
+
|
51
|
73
|
</project>
|