Skip to content

Commit 95fa0ab

Browse files
committed
fix project name in pom
1 parent 0f5531b commit 95fa0ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<licenses>
1414
<license>
1515
<name>MIT</name>
16-
<url>https://github.com/chen0040/java-ssd-object-detector/blob/master/LICENSE</url>
16+
<url>https://github.com/chen0040/java-ssd-object-detection/blob/master/LICENSE</url>
1717
<comments>MIT License</comments>
1818
</license>
1919
</licenses>
@@ -28,20 +28,20 @@
2828
</developers>
2929

3030
<scm>
31-
<url>https://github.com/chen0040/java-ssd-object-detector</url>
32-
<connection>scm:git:git://github.com/chen0040/java-ssd-object-detector.git</connection>
33-
<developerConnection>scm:git:git@github.com:chen0040/java-ssd-object-detector.git</developerConnection>
31+
<url>https://github.com/chen0040/java-ssd-object-detection</url>
32+
<connection>scm:git:git://github.com/chen0040/java-ssd-object-detection.git</connection>
33+
<developerConnection>scm:git:git@github.com:chen0040/java-ssd-object-detection.git</developerConnection>
3434
</scm>
3535

3636
<issueManagement>
37-
<url>https://github.com/chen0040/java-ssd-object-detector/issues</url>
37+
<url>https://github.com/chen0040/java-ssd-object-detection/issues</url>
3838
<system>GitHub Issues</system>
3939
</issueManagement>
4040

4141

42-
<name>java-ssd-object-detector</name>
42+
<name>SSD MultiBox Object Detector in Java</name>
4343
<description>Java implementation of SSD MultiBox Object Detector</description>
44-
<url>https://github.com/chen0040/java-ssd-object-detector</url>
44+
<url>https://github.com/chen0040/java-ssd-object-detection</url>
4545

4646
<distributionManagement>
4747
<snapshotRepository>

0 commit comments

Comments
 (0)