@@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
21
21
apply plugin : ' signing'
22
22
23
23
group = " com.pusher"
24
- version = " 1.6.1 -SNAPSHOT"
24
+ version = " 1.6.2 -SNAPSHOT"
25
25
sourceCompatibility = " 1.6"
26
26
targetCompatibility = " 1.6"
27
27
@@ -94,15 +94,13 @@ assemble.dependsOn fatJar
94
94
task sourcesJar (type : Jar , dependsOn : classes) {
95
95
classifier = ' sources'
96
96
from sourceSets. main. allSource
97
- classifier = ' javadoc'
98
97
}
99
98
assemble. dependsOn sourcesJar
100
99
101
100
102
101
task javadocJar (type : Jar , dependsOn : javadoc) {
103
102
classifier = ' javadoc'
104
103
from javadoc. destinationDir
105
- classifier = ' sources'
106
104
}
107
105
assemble. dependsOn javadocJar
108
106
@@ -151,17 +149,17 @@ task createPublishTarget << {
151
149
packaging ' jar'
152
150
artifactId ' pusher-java-client'
153
151
description ' This is a Java client library for Pusher, targeted at core Java and Android.'
154
- url ' http://github.com/pusher/pusher-java-client '
152
+ url ' http://github.com/pusher/pusher-websocket-java '
155
153
scm {
156
- connection
' scm:git:[email protected] :pusher/pusher-java-client '
157
- developerConnection
' scm:git:[email protected] :pusher/pusher-java-client '
158
- url ' http://github.com/pusher/pusher-java-client '
154
+ connection
' scm:git:[email protected] :pusher/pusher-websocket-java '
155
+ developerConnection
' scm:git:[email protected] :pusher/pusher-websocket-java '
156
+ url ' http://github.com/pusher/pusher-websocket-java '
159
157
}
160
158
licenses {
161
159
license {
162
160
name ' MIT'
163
- url ' https://raw.github.com/pusher/pusher-java-client /master/LICENCE.txt'
164
- distribution ' https://raw.github.com/pusher/pusher-java-client /mvn-repo/'
161
+ url ' https://raw.github.com/pusher/pusher-websocket-java /master/LICENCE.txt'
162
+ distribution ' https://raw.github.com/pusher/pusher-websocket-java /mvn-repo/'
165
163
}
166
164
}
167
165
organization {
@@ -170,7 +168,7 @@ task createPublishTarget << {
170
168
}
171
169
issueManagement {
172
170
system ' GitHub'
173
- url ' https://github.com/pusher/pusher-java-client /issues'
171
+ url ' https://github.com/pusher/pusher-websocket-java /issues'
174
172
}
175
173
developers {
176
174
developer {
0 commit comments