File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ allprojects {
238238Gradle is the only supported build configuration, so just add the dependency to your project ` build.gradle ` file:
239239 ``` groovy
240240dependencies {
241- compile 'com.github.devicehive:devicehive-java:3.0.6 '
241+ compile 'com.github.devicehive:devicehive-java:3.0.8 '
242242}
243243```
244244DeviceHive Server
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments