Skip to content

Commit

Permalink
Websocket updates (#1271)
Browse files Browse the repository at this point in the history
* Additional version update

* 2.2.0 is now available in staging
  • Loading branch information
markt-asf authored Mar 28, 2024
1 parent a55a67d commit be50dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
<webservices-osgi.version>3.0.0</webservices-osgi.version>
<webservices-tools.version>3.0.0</webservices-tools.version>
<!-- Jakarta WebSocket -->
<websocket-api.version>2.2.0-M1</websocket-api.version>
<websocket-client-api.version>2.2.0-M1</websocket-client-api.version>
<websocket-api.version>2.2.0</websocket-api.version>
<websocket-client-api.version>2.2.0</websocket-client-api.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion websocket/docs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and set up the following software components:
unzip <java-zip-bundle>


2. Download and install the WebSocket 2.1 Compatible Implementation/jarfile.
2. Download and install the WebSocket 2.2 Compatible Implementation/jarfile.

mkdir /ci
cd /ci
Expand Down

0 comments on commit be50dd5

Please sign in to comment.