Skip to content

Commit

Permalink
Updated version;
Browse files Browse the repository at this point in the history
  • Loading branch information
edubovik committed Dec 7, 2017
1 parent 031410f commit 2c4f304
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 @@ -238,7 +238,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.0.6'
compile 'com.github.devicehive:devicehive-java:3.0.8'
}
```
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 @@ -8,11 +8,11 @@
<parent>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java</artifactId>
<version>3.0.6</version>
<version>3.0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>devicehive-java</name>
<version>3.0.6</version>
<version>3.0.8</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 @@ -5,7 +5,7 @@
<artifactId>devicehive-java</artifactId>
<packaging>pom</packaging>
<name>devicehive-java</name>
<version>3.0.6</version>
<version>3.0.8</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 @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java</artifactId>
<version>3.0.6</version>
<version>3.0.8</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 @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java</artifactId>
<version>3.0.6</version>
<version>3.0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>devicehive-websocket</name>
Expand Down

0 comments on commit 2c4f304

Please sign in to comment.