Skip to content

Commit

Permalink
Updated Versions;
Browse files Browse the repository at this point in the history
  • Loading branch information
edubovik committed Nov 23, 2017
1 parent 86d904e commit 054ee58
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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.2</version>
<version>3.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>devicehive-java</name>
<version>3.0.2</version>
<version>3.0.3</version>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
Expand Down Expand Up @@ -75,12 +75,12 @@
<dependency>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java-rest</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java-websocket</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
</dependencies>
<properties>
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.2</version>
<version>3.0.3</version>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
Expand Down
4 changes: 2 additions & 2 deletions rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>devicehive-rest</name>
<version>1.0.1</version>
<version>1.0.2</version>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
Expand Down
6 changes: 3 additions & 3 deletions websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>devicehive-websocket</name>
<version>1.0.1</version>
<version>1.0.2</version>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.github.devicehive</groupId>
<artifactId>devicehive-java-rest</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit 054ee58

Please sign in to comment.