Skip to content

Commit c923c9c

Browse files
committed
update pom (undone)
1 parent 2d1578c commit c923c9c

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

pom.xml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
<version>0.9.8-SNAPSHOT</version>
1212
<inceptionYear>2021</inceptionYear>
1313

14+
<licenses>
15+
<license>
16+
<name>The Apache Software License, Version 2.0</name>
17+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
21+
22+
<!--Undone here!!!!TODO-->
23+
<scm>
24+
<tag>maven</tag>
25+
<url>[email protected]:centy/xxl-job-spring-boot-starter.git</url>
26+
<connection>scm:git:[email protected]:centy/xxl-job-spring-boot-starter.git</connection>
27+
<developerConnection>scm:git:[email protected]:centy/xxl-job-spring-boot-starter.git</developerConnection>
28+
</scm>
29+
1430
<developers>
1531
<developer>
1632
<id>Rocket</id>
@@ -28,13 +44,6 @@
2844
</contributor>
2945
</contributors>
3046

31-
<licenses>
32-
<license>
33-
<name>Apache 2.0</name>
34-
<url>https://github.com/RocketMaDev/AssignMark/blob/cmd/LICENSE</url>
35-
</license>
36-
</licenses>
37-
3847
<dependencies>
3948
<dependency>
4049
<groupId>junit</groupId>

0 commit comments

Comments
 (0)