Skip to content

Commit 8f684a0

Browse files
committed
Update build.gradle.
1 parent 08b1630 commit 8f684a0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

build.gradle

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
subprojects {
1616
group = 'org.httprpc'
17-
version = '8.1.1'
17+
version = '8.1.2'
1818

1919
apply plugin: 'java-library'
2020
apply plugin: 'maven-publish'
@@ -86,15 +86,9 @@ subprojects {
8686
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
8787
}
8888
}
89-
developers {
90-
developer {
91-
name = 'Greg Brown'
92-
email = 'gk_brown@icloud.com'
93-
}
94-
}
9589
scm {
96-
connection = 'scm:git:git://github.com/gk-brown/HTTP-RPC.git'
97-
url = 'https://github.com/gk-brown/HTTP-RPC/tree/master/httprpc'
90+
connection = 'scm:git:git://github.com/HTTP-RPC/HTTP-RPC.git'
91+
url = 'https://github.com/HTTP-RPC/HTTP-RPC'
9892
}
9993
}
10094
}

0 commit comments

Comments
 (0)