diff --git a/README.md b/README.md index 3389c9b9..222ae6f8 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ allprojects { Gradle is the only supported build configuration, so just add the dependency to your project `build.gradle` file: ```groovy dependencies { - compile 'com.github.devicehive:devicehive-java:3.0.6' + compile 'com.github.devicehive:devicehive-java:3.0.8' } ``` DeviceHive Server diff --git a/client/pom.xml b/client/pom.xml index 02690999..b93465cc 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,11 +8,11 @@ com.github.devicehive devicehive-java - 3.0.6 + 3.0.8 ../pom.xml devicehive-java - 3.0.6 + 3.0.8 2.2.0 diff --git a/pom.xml b/pom.xml index 0849a8c4..fde6a054 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ devicehive-java pom devicehive-java - 3.0.6 + 3.0.8 2.2.0 diff --git a/rest/pom.xml b/rest/pom.xml index 1b7faa05..757a6251 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -7,7 +7,7 @@ com.github.devicehive devicehive-java - 3.0.6 + 3.0.8 ../pom.xml devicehive-rest diff --git a/websocket/pom.xml b/websocket/pom.xml index c1d1472f..1ba53940 100644 --- a/websocket/pom.xml +++ b/websocket/pom.xml @@ -7,7 +7,7 @@ com.github.devicehive devicehive-java - 3.0.6 + 3.0.8 ../pom.xml devicehive-websocket