diff --git a/README.md b/README.md index b08e08a9..3389c9b9 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.7' + compile 'com.github.devicehive:devicehive-java:3.0.6' } ``` DeviceHive Server diff --git a/client/pom.xml b/client/pom.xml index 5a4de286..02690999 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,11 +8,11 @@ com.github.devicehive devicehive-java - 3.0.7 + 3.0.6 ../pom.xml devicehive-java - 3.0.7 + 3.0.6 2.2.0 diff --git a/pom.xml b/pom.xml index f4f5d3bd..0849a8c4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ devicehive-java pom devicehive-java - 3.0.7 + 3.0.6 2.2.0 diff --git a/rest/pom.xml b/rest/pom.xml index b9eceda3..1b7faa05 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -7,7 +7,7 @@ com.github.devicehive devicehive-java - 3.0.7 + 3.0.6 ../pom.xml devicehive-rest diff --git a/websocket/pom.xml b/websocket/pom.xml index 21b26a4c..c1d1472f 100644 --- a/websocket/pom.xml +++ b/websocket/pom.xml @@ -7,7 +7,7 @@ com.github.devicehive devicehive-java - 3.0.7 + 3.0.6 ../pom.xml devicehive-websocket