From 031410f85878bb05cfbf36016b164b7337771ca3 Mon Sep 17 00:00:00 2001 From: Eugene Dubovik Date: Thu, 7 Dec 2017 11:41:03 +0200 Subject: [PATCH] Updated version; --- README.md | 2 +- client/pom.xml | 4 ++-- pom.xml | 2 +- rest/pom.xml | 2 +- websocket/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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