Skip to content

Commit

Permalink
Fixed scm url in maven POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed May 25, 2012
1 parent e89633f commit afbd692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven/maven-bson.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</licenses> </licenses>


<scm> <scm>
<url>https://github.com/mongodb</url> <url>https://github.com/mongodb/mongo-java-driver</url>
</scm> </scm>


<dependencies> <dependencies>
Expand Down
2 changes: 1 addition & 1 deletion maven/maven-mongo-java-driver.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</licenses> </licenses>


<scm> <scm>
<url>https://github.com/mongodb</url> <url>https://github.com/mongodb/mongo-java-driver</url>
</scm> </scm>


<dependencies> <dependencies>
Expand Down

0 comments on commit afbd692

Please sign in to comment.