diff --git a/README.markdown b/README.markdown
index 88349fa48..6e71edc5a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,6 @@
-[](https://travis-ci.org/ck1125/Java-WebSocket)
-Java WebSockets
-===============
+[  ](https://bintray.com/ably-io/ably/Java-WebSocket/_latestVersion)
+
+#Java WebSockets
This repository contains a barebones WebSocket server and client implementation
written in 100% Java. The underlying classes are implemented `java.nio`, which allows for a
@@ -36,9 +36,9 @@ The ant targets are: ```compile```, ```jar```, ```doc``` and ```clean```
To use maven just add this dependency to your pom.xml:
```xml
- org.java-websocket
+ io.ably
Java-WebSocket
- 1.3.0
+ 1.3.1
```
diff --git a/build.gradle b/build.gradle
index a87d144f7..e7a2d2e6e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,8 +8,8 @@ repositories {
mavenCentral()
}
-group = 'org.java_websocket'
-version = '1.2.1-SNAPSHOT'
+group = 'io.ably'
+version = '1.3.1'
sourceCompatibility = 1.6
targetCompatibility = 1.6
@@ -19,7 +19,7 @@ configurations {
configure(install.repositories.mavenInstaller) {
pom.version = project.version
- pom.groupId = "org.java_websocket"
+ pom.groupId = "io.ably"
pom.artifactId = 'Java-WebSocket'
}
diff --git a/pom.xml b/pom.xml
index 0316b921c..f77ad9bc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,9 +11,9 @@
git@github.com:TooTallNate/Java-WebSocket.git
4.0.0
- org.java-websocket
+ io.ably
Java-WebSocket
- 1.3.1-SNAPSHOT
+ 1.3.1
jar
Java WebSocket
http://java-websocket.org/