Skip to content

Commit b5b8024

Browse files
committed
update info
1 parent 41da604 commit b5b8024

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@
88
<artifactId>spring-boot-starter-swagger</artifactId>
99
<version>1.0.0.RELEASE</version>
1010

11+
<name>spring-boot-starter-swagger</name>
12+
<url>https://github.com/dyc87112/spring-boot-starter-swagger</url>
13+
<description>starter for swagger2</description>
14+
15+
<parent>
16+
<groupId>org.sonatype.oss</groupId>
17+
<artifactId>oss-parent</artifactId>
18+
<version>7</version>
19+
</parent>
20+
21+
<licenses>
22+
<license>
23+
<name>The Apache Software License, Version 2.0</name>
24+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
25+
<distribution>repo</distribution>
26+
</license>
27+
</licenses>
28+
29+
<scm>
30+
<url>http://didispace.com</url>
31+
<connection>git@github.com:dyc87112/spring-boot-starter-swagger.git</connection>
32+
<developerConnection>https://github.com/dyc87112/spring-boot-starter-swagger</developerConnection>
33+
</scm>
34+
1135
<properties>
1236
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1337
<version.java>1.8</version.java>

0 commit comments

Comments
 (0)