diff --git a/README.markdown b/README.markdown index 937e0ba9..8501dcb0 100644 --- a/README.markdown +++ b/README.markdown @@ -29,7 +29,7 @@ To use maven add this dependency to your pom.xml: org.java-websocket Java-WebSocket - 1.4.0 + 1.4.1 ``` @@ -40,7 +40,7 @@ mavenCentral() ``` Then you can just add the latest version to your build. ```xml -compile "org.java-websocket:Java-WebSocket:1.4.0" +compile "org.java-websocket:Java-WebSocket:1.4.1" ``` #### Logging @@ -109,8 +109,7 @@ Minimum Required JDK `Java-WebSocket` is known to work with: - * Java 1.6 and higher - * Android 4.0 and higher + * Java 1.7 and higher Other JRE implementations may work as well, but haven't been tested. diff --git a/pom.xml b/pom.xml index f07640a8..8f809397 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.java-websocket Java-WebSocket jar - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT Java-WebSocket A barebones WebSocket client and server implementation written 100% in Java https://github.com/TooTallNate/Java-WebSocket @@ -97,8 +97,8 @@ maven-compiler-plugin ${maven.compiler.plugin.version} - 1.6 - 1.6 + 1.7 + 1.7