Skip to content

Commit 054ee58

Browse files
committed
Updated Versions;
1 parent 86d904e commit 054ee58

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

client/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<parent>
99
<groupId>com.github.devicehive</groupId>
1010
<artifactId>devicehive-java</artifactId>
11-
<version>3.0.2</version>
11+
<version>3.0.3</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>devicehive-java</name>
15-
<version>3.0.2</version>
15+
<version>3.0.3</version>
1616
<prerequisites>
1717
<maven>2.2.0</maven>
1818
</prerequisites>
@@ -75,12 +75,12 @@
7575
<dependency>
7676
<groupId>com.github.devicehive</groupId>
7777
<artifactId>devicehive-java-rest</artifactId>
78-
<version>1.0.1</version>
78+
<version>1.0.2</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.github.devicehive</groupId>
8282
<artifactId>devicehive-java-websocket</artifactId>
83-
<version>1.0.1</version>
83+
<version>1.0.2</version>
8484
</dependency>
8585
</dependencies>
8686
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>devicehive-java</artifactId>
66
<packaging>pom</packaging>
77
<name>devicehive-java</name>
8-
<version>3.0.2</version>
8+
<version>3.0.3</version>
99
<prerequisites>
1010
<maven>2.2.0</maven>
1111
</prerequisites>

rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.github.devicehive</groupId>
99
<artifactId>devicehive-java</artifactId>
10-
<version>3.0.2</version>
10+
<version>3.0.3</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>devicehive-rest</name>
14-
<version>1.0.1</version>
14+
<version>1.0.2</version>
1515
<prerequisites>
1616
<maven>2.2.0</maven>
1717
</prerequisites>

websocket/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.github.devicehive</groupId>
99
<artifactId>devicehive-java</artifactId>
10-
<version>3.0.2</version>
10+
<version>3.0.3</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>devicehive-websocket</name>
14-
<version>1.0.1</version>
14+
<version>1.0.2</version>
1515
<prerequisites>
1616
<maven>2.2.0</maven>
1717
</prerequisites>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.github.devicehive</groupId>
7777
<artifactId>devicehive-java-rest</artifactId>
78-
<version>1.0.1</version>
78+
<version>1.0.2</version>
7979
</dependency>
8080
</dependencies>
8181
<properties>

0 commit comments

Comments
 (0)