Fix POM connection from svn to git

We've never used svn
This commit is contained in:
Eric Anderson 2016-04-08 08:37:07 -07:00
parent f8b71e72b3
commit b73549500c
1 changed files with 2 additions and 2 deletions

View File

@ -248,8 +248,8 @@ subprojects {
url 'https://github.com/grpc/grpc-java' url 'https://github.com/grpc/grpc-java'
scm { scm {
connection 'scm:svn:https://github.com/grpc/grpc-java.git' connection 'scm:git:https://github.com/grpc/grpc-java.git'
developerConnection 'scm:svn:git@github.com:grpc/grpc-java.git' developerConnection 'scm:git:git@github.com:grpc/grpc-java.git'
url 'https://github.com/grpc/grpc-java' url 'https://github.com/grpc/grpc-java'
} }