Skip to content

Commit de30a84

Browse files
committed
Updated version;
1 parent 375187a commit de30a84

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ allprojects {
235235
Gradle is the only supported build configuration, so just add the dependency to your project `build.gradle` file:
236236
```groovy
237237
dependencies {
238-
compile 'com.github.devicehive:devicehive-java:3.1.0'
238+
compile 'com.github.devicehive:devicehive-java:3.1.1'
239239
}
240240
```
241241
DeviceHive Server

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<parent>
3030
<groupId>com.github.devicehive</groupId>
3131
<artifactId>devicehive-java</artifactId>
32-
<version>3.1.0</version>
32+
<version>3.1.1</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535
<name>devicehive-java</name>
36-
<version>3.1.0</version>
36+
<version>3.1.1</version>
3737
<prerequisites>
3838
<maven>2.2.0</maven>
3939
</prerequisites>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<artifactId>devicehive-java</artifactId>
2727
<packaging>pom</packaging>
2828
<name>devicehive-java</name>
29-
<version>3.1.0</version>
29+
<version>3.1.1</version>
3030
<prerequisites>
3131
<maven>2.2.0</maven>
3232
</prerequisites>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.github.devicehive</groupId>
3030
<artifactId>devicehive-java</artifactId>
31-
<version>3.1.0</version>
31+
<version>3.1.1</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434
<name>devicehive-rest</name>

websocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.github.devicehive</groupId>
3030
<artifactId>devicehive-java</artifactId>
31-
<version>3.1.0</version>
31+
<version>3.1.1</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434
<name>devicehive-websocket</name>

0 commit comments

Comments
 (0)