Skip to content

Commit 4363260

Browse files
authored
Merge pull request #1125 from anderruiz/patch-1
Update deploy.gradle to fix repos
2 parents a18aeeb + 2820378 commit 4363260

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ publishing {
2727
pom {
2828
name = 'gRPC Spring Boot Starter'
2929
description = 'gRPC Spring Boot Starter'
30-
url = 'https://github.com/yidongnan/grpc-spring-boot-starter'
30+
url = 'https://github.com/grpc-ecosystem/grpc-spring'
3131
licenses {
3232
license {
3333
name = 'Apache 2.0'
@@ -50,9 +50,9 @@ publishing {
5050
}
5151
}
5252
scm {
53-
connection = 'scm:git:git://github.com/yidongnan/grpc-spring-boot-starter.git'
54-
developerConnection = 'scm:git:[email protected]:yidongnan/grpc-spring-boot-starter.git'
55-
url = 'https://github.com/yidongnan/grpc-spring-boot-starter'
53+
connection = 'scm:git:git://github.com/grpc-ecosystem/grpc-spring.git'
54+
developerConnection = 'scm:git:[email protected]/grpc-ecosystem/grpc-spring.git'
55+
url = 'https://github.com/grpc-ecosystem/grpc-spring'
5656
}
5757
}
5858

0 commit comments

Comments
 (0)