Skip to content

Commit 2c4f304

Browse files
committed
Updated version;
1 parent 031410f commit 2c4f304

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
@@ -238,7 +238,7 @@ allprojects {
238238
Gradle is the only supported build configuration, so just add the dependency to your project `build.gradle` file:
239239
```groovy
240240
dependencies {
241-
compile 'com.github.devicehive:devicehive-java:3.0.6'
241+
compile 'com.github.devicehive:devicehive-java:3.0.8'
242242
}
243243
```
244244
DeviceHive Server

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<parent>
99
<groupId>com.github.devicehive</groupId>
1010
<artifactId>devicehive-java</artifactId>
11-
<version>3.0.6</version>
11+
<version>3.0.8</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>devicehive-java</name>
15-
<version>3.0.6</version>
15+
<version>3.0.8</version>
1616
<prerequisites>
1717
<maven>2.2.0</maven>
1818
</prerequisites>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>devicehive-java</artifactId>
66
<packaging>pom</packaging>
77
<name>devicehive-java</name>
8-
<version>3.0.6</version>
8+
<version>3.0.8</version>
99
<prerequisites>
1010
<maven>2.2.0</maven>
1111
</prerequisites>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.devicehive</groupId>
99
<artifactId>devicehive-java</artifactId>
10-
<version>3.0.6</version>
10+
<version>3.0.8</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>devicehive-rest</name>

websocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.devicehive</groupId>
99
<artifactId>devicehive-java</artifactId>
10-
<version>3.0.6</version>
10+
<version>3.0.8</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>devicehive-websocket</name>

0 commit comments

Comments
 (0)