Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Updated to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 13, 2021
1 parent 2e6dc2a commit f549c7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>nl.harm27.obs-java-client</groupId>
<artifactId>obs-java-client</artifactId>
<packaging>pom</packaging>
<version>1.3</version>
<version>1.3.1</version>

<modules>
<module>websocket-maven-plugin</module>
Expand Down
2 changes: 1 addition & 1 deletion websocket-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.harm27.obs-java-client</groupId>
<artifactId>obs-java-client</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion websocket-client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.harm27.obs-java-client</groupId>
<artifactId>obs-java-client</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>websocket-client-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>nl.harm27.obs-java-client</groupId>
<artifactId>obs-java-client</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</parent>
<artifactId>websocket-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion websocket-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>nl.harm27.obs-java-client</groupId>
<artifactId>obs-java-client</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</parent>
<artifactId>websocket-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down

0 comments on commit f549c7d

Please sign in to comment.