Skip to content

Commit

Permalink
Fix reference to old snapshot after release
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Dec 31, 2023
1 parent 4dfeac3 commit 27982e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion arquillian/arquillian-tomee-moviefun-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<artifactItem>
<groupId>org.apache.tomee</groupId>
<artifactId>taglibs-shade</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
</artifactItem>
</artifactItems>
<outputDirectory>
Expand Down
3 changes: 0 additions & 3 deletions examples/junit5-arquillian-simple-websockets/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

A simple Websocket example project.

This was originally created for TomEE 9.1.2-SNAPSHOT using Jakarta EE 9 and Websocket
API 1.1.

The example was created with a server to server typo of connection in
mind. For Browser to server connections, you will need to refer to your
frontend framework of choice but many server side configurations in here
Expand Down

0 comments on commit 27982e2

Please sign in to comment.