@@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
2121apply plugin : ' signing' 
2222
2323group =  " com.pusher" 
24- version =  " 1.6.1 -SNAPSHOT" 
24+ version =  " 1.6.2 -SNAPSHOT" 
2525sourceCompatibility =  " 1.6" 
2626targetCompatibility =  " 1.6" 
2727
@@ -94,15 +94,13 @@ assemble.dependsOn fatJar
9494task sourcesJar (type : Jar , dependsOn : classes) {
9595	classifier =  ' sources' 
9696	from sourceSets. main. allSource
97- 	classifier =  ' javadoc' 
9897}
9998assemble. dependsOn sourcesJar
10099
101100
102101task javadocJar (type : Jar , dependsOn : javadoc) {
103102	classifier =  ' javadoc' 
104103	from javadoc. destinationDir
105- 	classifier =  ' sources' 
106104}
107105assemble. dependsOn javadocJar
108106
@@ -151,17 +149,17 @@ task createPublishTarget << {
151149			packaging ' jar' 
152150			artifactId ' pusher-java-client' 
153151			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 ' 
155153			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 ' 
159157			}
160158			licenses {
161159				license {
162160					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/' 
165163				}
166164			}
167165			organization {
@@ -170,7 +168,7 @@ task createPublishTarget << {
170168			}
171169			issueManagement {
172170				system ' GitHub' 
173- 				url ' https://github.com/pusher/pusher-java-client /issues' 
171+ 				url ' https://github.com/pusher/pusher-websocket-java /issues' 
174172			}
175173			developers {
176174				developer {
0 commit comments