Skip to content

Commit

Permalink
Update openvidu-java-client to version v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Jun 4, 2019
1 parent 704f35c commit 9ce6751
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openvidu-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>openvidu-java-client</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
<packaging>jar</packaging>

<name>OpenVidu Java Client</name>
Expand Down
2 changes: 1 addition & 1 deletion openvidu-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openvidu-test-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9ce6751

Please sign in to comment.