From de30a8482cc25cf3f64319790608b3d31590a48f Mon Sep 17 00:00:00 2001 From: Eugene Dubovik Date: Tue, 9 Jan 2018 14:59:28 +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 5f9a31cc..26a77c32 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,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.1.0' + compile 'com.github.devicehive:devicehive-java:3.1.1' } ``` DeviceHive Server diff --git a/client/pom.xml b/client/pom.xml index f9d26f79..12b8877d 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -29,11 +29,11 @@ com.github.devicehive devicehive-java - 3.1.0 + 3.1.1 ../pom.xml devicehive-java - 3.1.0 + 3.1.1 2.2.0 diff --git a/pom.xml b/pom.xml index 696e819f..42ca7022 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ devicehive-java pom devicehive-java - 3.1.0 + 3.1.1 2.2.0 diff --git a/rest/pom.xml b/rest/pom.xml index 586058ef..17cada7d 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -28,7 +28,7 @@ com.github.devicehive devicehive-java - 3.1.0 + 3.1.1 ../pom.xml devicehive-rest diff --git a/websocket/pom.xml b/websocket/pom.xml index fa0bd298..a4c2abd9 100644 --- a/websocket/pom.xml +++ b/websocket/pom.xml @@ -28,7 +28,7 @@ com.github.devicehive devicehive-java - 3.1.0 + 3.1.1 ../pom.xml devicehive-websocket