Skip to content

Commit 581c394

Browse files
committed
Updated Issue with notification; Updated version;
1 parent de30a84 commit 581c394

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ allprojects {
235235
Gradle is the only supported build configuration, so just add the dependency to your project `build.gradle` file:
236236
```groovy
237237
dependencies {
238-
compile 'com.github.devicehive:devicehive-java:3.1.1'
238+
compile 'com.github.devicehive:devicehive-java:3.1.2'
239239
}
240240
```
241241
DeviceHive Server

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<parent>
3030
<groupId>com.github.devicehive</groupId>
3131
<artifactId>devicehive-java</artifactId>
32-
<version>3.1.1</version>
32+
<version>3.1.2</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535
<name>devicehive-java</name>
36-
<version>3.1.1</version>
36+
<version>3.1.2</version>
3737
<prerequisites>
3838
<maven>2.2.0</maven>
3939
</prerequisites>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<artifactId>devicehive-java</artifactId>
2727
<packaging>pom</packaging>
2828
<name>devicehive-java</name>
29-
<version>3.1.1</version>
29+
<version>3.1.2</version>
3030
<prerequisites>
3131
<maven>2.2.0</maven>
3232
</prerequisites>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.github.devicehive</groupId>
3030
<artifactId>devicehive-java</artifactId>
31-
<version>3.1.1</version>
31+
<version>3.1.2</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434
<name>devicehive-rest</name>

rest/src/main/java/com/github/devicehive/rest/model/DeviceNotificationWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class DeviceNotificationWrapper {
5353
private DateTime timestamp = null;
5454

5555
@JsonAdapter(value = NullJsonAdapter.class)
56-
@SerializedName("data")
56+
@SerializedName("parameters")
5757
private JsonObject parameters = new JsonObject();
5858

5959
public String getNotification() {

websocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.github.devicehive</groupId>
3030
<artifactId>devicehive-java</artifactId>
31-
<version>3.1.1</version>
31+
<version>3.1.2</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434
<name>devicehive-websocket</name>

0 commit comments

Comments
 (0)