We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b1630 commit 8f684a0Copy full SHA for 8f684a0
build.gradle
@@ -14,7 +14,7 @@
14
15
subprojects {
16
group = 'org.httprpc'
17
- version = '8.1.1'
+ version = '8.1.2'
18
19
apply plugin: 'java-library'
20
apply plugin: 'maven-publish'
@@ -86,15 +86,9 @@ subprojects {
86
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
87
}
88
89
- developers {
90
- developer {
91
- name = 'Greg Brown'
92
- email = 'gk_brown@icloud.com'
93
- }
94
95
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'
+ connection = 'scm:git:git://github.com/HTTP-RPC/HTTP-RPC.git'
+ url = 'https://github.com/HTTP-RPC/HTTP-RPC'
98
99
100
0 commit comments