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 @@ -235,7 +235,7 @@ allprojects {
235235Gradle is the only supported build configuration, so just add the dependency to your project ` build.gradle ` file:
236236 ``` groovy
237237dependencies {
238- compile 'com.github.devicehive:devicehive-java:3.1.0 '
238+ compile 'com.github.devicehive:devicehive-java:3.1.1 '
239239}
240240```
241241DeviceHive Server
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments