Skip to content

Commit afbd692

Browse files
committed
Fixed scm url in maven POMs
1 parent e89633f commit afbd692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven/maven-bson.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</licenses>
1919

2020
<scm>
21-
<url>https://github.com/mongodb</url>
21+
<url>https://github.com/mongodb/mongo-java-driver</url>
2222
</scm>
2323

2424
<dependencies>

maven/maven-mongo-java-driver.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</licenses>
1919

2020
<scm>
21-
<url>https://github.com/mongodb</url>
21+
<url>https://github.com/mongodb/mongo-java-driver</url>
2222
</scm>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)