diff --git a/README.md b/README.md
index 38dd2e2..4b6809a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# Socket.IO-client.java
+[](https://travis-ci.org/nkzawa/socket.io-client.java)
This is the Socket.IO 1.0 Client Library for Java.
diff --git a/pom.xml b/pom.xml
index e7ca6ba..f9f2aaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,12 @@
com.github.nkzawa
engine.io-client
- 0.0.1-SNAPSHOT
+ 0.1.0-SNAPSHOT
+
+
+ com.google.code.gson
+ gson
+ 2.2.2
junit
@@ -30,6 +35,12 @@
4.11
test
+
+ org.hamcrest
+ hamcrest-library
+ 1.3
+ test
+
@@ -43,15 +54,6 @@
1.6
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.9
-
- protected
- Socket.IO Client API
-
-
org.apache.maven.plugins
maven-surefire-plugin