Skip to content

Commit

Permalink
Updated version;
Browse files Browse the repository at this point in the history
  • Loading branch information
edubovik committed Jan 9, 2018
1 parent 375187a commit de30a84
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>devicehive-java</name>
<version>3.1.0</version>
<version>3.1.1</version>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>devicehive-java</artifactId>
<packaging>pom</packaging>
<name>devicehive-java</name>
<version>3.1.0</version>
<version>3.1.1</version>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>devicehive-rest</name>
Expand Down
2 changes: 1 addition & 1 deletion websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>devicehive-websocket</name>
Expand Down

0 comments on commit de30a84

Please sign in to comment.